summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet2-3/+2
2024-02-28net: qlogic: qede: Use linkmode helpers for EEEAndrew Lunn1-22/+38
2024-02-09netxen_nic: remove redundant assignment to variable capabilityColin Ian King1-2/+0
2024-02-09qed: remove duplicated assignment to variable opaque_fidColin Ian King1-2/+0
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-14/+14
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-01-04net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu1-0/+2
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+17
2023-12-13qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
2023-12-10qlcnic: replace deprecated strncpy with strscpyJustin Stitt1-6/+6
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2023-10-20qed: devlink health: use retained error fmsg APIPrzemek Kitszel1-3/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2023-10-18qede: Refactor qede_forced_speed_maps_init()Paul Greenwalt1-34/+12
2023-10-15qed: fix LL2 RX buffer allocationManish Chopra1-2/+5
2023-10-14qed: replace uses of strncpyJustin Stitt1-4/+3
2023-10-03qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2/+0
2023-08-23qed/qede: Remove unused declarationsYue Haibing2-4/+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-08-16qed: remove unused 'resp_size' calculationArnd Bergmann1-28/+17
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