summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qede: fix firmware halt over suspend and resumeManish Chopra2023-08-171-0/+10
* qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-299-26/+128
* qed/qede: Fix scheduling while atomicManish Chopra2023-06-064-4/+60
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-232-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-1/+7
|\
| * qlcnic: check pci_reset_function resultDenis Plotnikov2023-04-121-1/+7
* | qed: remove unused num_ooo_add_to_peninsula variableTom Rix2023-03-271-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-1/+4
|\|
| * qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin2023-03-191-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-172-1/+6
|\|
| * qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin2023-03-161-1/+1
| * qed/qed_dev: guard against a possible division by zeroDaniil Tatianin2023-03-131-0/+5
* | qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum2023-03-102-3/+0
* | qlcnic: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
* | qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-082-5/+0
* | net: qede: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
* | qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-9/+0
* | netxen_nic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-9/+1
* | netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-03-081-1/+1
|/
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-3/+4
|\|
| * qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+4
* | qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko2023-01-271-6/+0
* | qed: fix a typo in commentDai Shixin2023-01-101-1/+1
|/
* qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-041-8/+20
* qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin2022-12-263-10/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-0/+2
|\
| * drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can2022-12-091-0/+2
* | qlcnic: Clean up some inconsistent indentingJiapeng Chong2022-12-121-1/+1
* | skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-1/+1
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-14/+15
|\|
| * qed: avoid defines prefixed with CONFIGLukas Bulwahn2022-11-251-12/+12
| * qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou2022-11-251-2/+2
| * net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong2022-11-181-0/+1
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-5/+8
* | qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)2022-11-021-1/+2
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-17/+10
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-316-13/+13
* qlogic: qed: fix clang -Wformat warningsJustin Stitt2022-07-121-2/+2
* qed: Use bitmap_empty()Christophe JAILLET2022-07-061-1/+1
* qed: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-3/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-023-7/+5
* qlogic/qed: fix repeated words in commentsJilin Yuan2022-07-011-1/+1
* ethernet: Remove vf rate limit check for driversBin Chen2022-06-101-4/+2
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-042-32/+15
|\
| * qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov2022-05-021-1/+1