summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-26/+128
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-6/+6
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko9-26/+128
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra4-4/+60
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2-3/+3
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-04-12qlcnic: check pci_reset_function resultDenis Plotnikov1-1/+7
2023-03-28qed: remove unused num_ooo_add_to_peninsula variableTom Rix1-2/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-03-19qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2023-03-17qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin1-1/+1
2023-03-14qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2023-03-11qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum2-3/+0
2023-03-09qlcnic: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-09qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-5/+0
2023-03-09net: qede: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-09qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-9/+0
2023-03-09netxen_nic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-9/+1
2023-03-08netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2023-01-28qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko1-6/+0
2023-01-11qed: fix a typo in commentDai Shixin1-1/+1
2023-01-05qed: allow sleep in qed_mcp_trace_dump()Caleb Sander1-8/+20
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+2
2022-12-13qlcnic: Clean up some inconsistent indentingJiapeng Chong1-1/+1
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-1/+1
2022-12-09drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-14/+15
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn1-12/+12
2022-11-25qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-11-19net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong1-0/+1
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-5/+8
2022-11-03qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)1-1/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-17/+10
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang6-13/+13
2022-07-13qlogic: qed: fix clang -Wformat warningsJustin Stitt1-2/+2
2022-07-07qed: Use bitmap_empty()Christophe JAILLET1-1/+1
2022-07-07qed: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet3-7/+5
2022-07-02qlogic/qed: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen1-4/+2
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2-32/+15