summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+17
2023-10-18qede: Refactor qede_forced_speed_maps_init()Paul Greenwalt1-34/+12
2023-08-23qed/qede: Remove unused declarationsYue Haibing1-3/+0
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2023-08-17qede: fix firmware halt over suspend and resumeManish Chopra1-0/+10
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-6/+6
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra3-3/+59
2023-03-11qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum2-3/+0
2023-03-09net: qede: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-26qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt1-14/+7
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2023-02-20qede: fix interrupt coalescing configurationManish Chopra1-2/+9
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+3
2023-01-28qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-5/+8
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