summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede
AgeCommit message (Expand)AuthorFilesLines
2023-08-23qede: fix firmware halt over suspend and resumeManish Chopra1-0/+10
2023-06-14qed/qede: Fix scheduling while atomicManish Chopra3-3/+59
2023-03-10qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt1-14/+7
2023-03-10qede: fix interrupt coalescing configurationManish Chopra1-2/+9
2023-02-09qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-5/+3
2022-05-17net: qede: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2022-04-30qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha1-5/+5
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-5/+0
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2021-12-04qed*: esl priv flag support through ethtoolManish Chopra1-0/+13
2021-12-04qed*: enhance tx timeout debug infoManish Chopra1-15/+76
2021-12-04qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-1/+1
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha1-1/+4
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-3/+3
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky1-7/+5
2021-09-13qed: Improve the stack space of filter_config()Shai Malin1-28/+19
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-25qede: Fix memset corruptionShai Malin1-1/+1
2021-08-25qed: Enable automatic recovery on error condition.Alok Prasad1-1/+20
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2-3/+9
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+9
2021-08-02qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2-0/+9
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-07-29qede: Remove the qede module versionShai Malin3-21/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-26net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-06-24qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-6/+0
2021-06-09net: qede: Use list_for_each_entry() to simplify codeWang Hai1-4/+2
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET1-5/+2
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET1-1/+1
2021-03-26qede: remove unused including <linux/version.h>Zheng Yongjun1-1/+0
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-12/+7
2021-02-12qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya3-7/+48
2021-02-12qede: add per queue coalesce support for qede driverBhaskar Upadhaya1-0/+124
2021-02-12qede: add netpoll support for qede driverBhaskar Upadhaya1-1/+2
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-6/+0
2020-12-23qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1