aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede
AgeCommit message (Expand)Author
2023-08-23qede: fix firmware halt over suspend and resumeManish Chopra
2023-06-14qed/qede: Fix scheduling while atomicManish Chopra
2023-03-10qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt
2023-03-10qede: fix interrupt coalescing configurationManish Chopra
2023-02-09qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-17net: qede: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi
2022-04-30qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-03qed*: esl priv flag support through ethtoolManish Chopra
2021-12-03qed*: enhance tx timeout debug infoManish Chopra
2021-12-03qede: validate non LSO skb lengthManish Chopra
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky
2021-09-13qed: Improve the stack space of filter_config()Shai Malin
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25qede: Fix memset corruptionShai Malin
2021-08-25qed: Enable automatic recovery on error condition.Alok Prasad
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-02qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29qede: Remove the qede module versionShai Malin
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-25net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-06-24qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-08net: qede: Use list_for_each_entry() to simplify codeWang Hai
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET
2021-03-25qede: remove unused including <linux/version.h>Zheng Yongjun
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-02-11qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya
2021-02-11qede: add per queue coalesce support for qede driverBhaskar Upadhaya
2021-02-11qede: add netpoll support for qede driverBhaskar Upadhaya
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-22qede: fix offload for IPIP tunnel packetsManish Chopra
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel