summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede
Commit message (Expand)AuthorAgeFilesLines
* qede: fix firmware halt over suspend and resumeManish Chopra2023-08-171-0/+10
* qed/qede: Fix scheduling while atomicManish Chopra2023-06-063-3/+59
* qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum2023-03-102-3/+0
* net: qede: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
* qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt2023-02-261-14/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-211-2/+9
|\
| * qede: fix interrupt coalescing configurationManish Chopra2023-02-201-2/+9
* | drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+3
|/
* qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+4
* ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-5/+8
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-3/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-5/+3
* net: qede: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
* qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha2022-04-301-5/+5
* qede: confirm skb is allocated before usingJamie Bainbridge2022-04-061-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-5/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+7
|\
| * qede: validate non LSO skb lengthManish Chopra2021-12-031-0/+7
* | qed*: esl priv flag support through ethtoolManish Chopra2021-12-031-0/+13
* | qed*: enhance tx timeout debug infoManish Chopra2021-12-031-15/+76
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
|/
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-041-1/+1
* qed: Fix kernel-doc warningsPrabhakar Kushwaha2021-10-041-1/+4
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-022-3/+3
* qed: Don't ignore devlink allocation failuresLeon Romanovsky2021-09-241-7/+5
* qed: Improve the stack space of filter_config()Shai Malin2021-09-131-28/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-1/+1
|\
| * qede: Fix memset corruptionShai Malin2021-08-251-1/+1
* | qed: Enable automatic recovery on error condition.Alok Prasad2021-08-251-1/+20
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-052-0/+9
|\|
| * qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2021-08-022-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-2/+2
|\|
| * net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-251-2/+2
* | qede: Remove the qede module versionShai Malin2021-07-293-21/+4
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* qede: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-6/+0
* net: qede: Use list_for_each_entry() to simplify codeWang Hai2021-06-081-4/+2
* qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET2021-04-051-5/+2
* qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET2021-04-051-1/+1
* qede: remove unused including <linux/version.h>Zheng Yongjun2021-03-251-1/+0
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-12/+7
* qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya2021-02-113-7/+48
* qede: add per queue coalesce support for qede driverBhaskar Upadhaya2021-02-111-0/+124
* qede: add netpoll support for qede driverBhaskar Upadhaya2021-02-111-1/+2