summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: qede: use return from qede_parse_actions()Asbjørn Sloth Tønnesen2024-04-291-3/+2
* net: qede: use return from qede_parse_flow_attr() for flow_specAsbjørn Sloth Tønnesen2024-04-291-3/+2
* net: qede: use return from qede_parse_flow_attr() for flowerAsbjørn Sloth Tønnesen2024-04-291-3/+2
* net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen2024-04-291-3/+8
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-042-3/+2
* net: qlogic: qede: Use linkmode helpers for EEEAndrew Lunn2024-02-281-22/+38
* netxen_nic: remove redundant assignment to variable capabilityColin Ian King2024-02-091-2/+0
* qed: remove duplicated assignment to variable opaque_fidColin Ian King2024-02-091-2/+0
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-14/+14
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-051-0/+2
|\
| * net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu2024-01-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-151-0/+1
|\|
| * qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu2023-12-121-0/+1
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-15/+17
* | qlcnic: replace deprecated strncpy with strscpyJustin Stitt2023-12-101-6/+6
|/
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-021-2/+0
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-2/+0
* | qed: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+5
|\ \
| * | qed: fix LL2 RX buffer allocationManish Chopra2023-10-151-2/+5
* | | qede: Refactor qede_forced_speed_maps_init()Paul Greenwalt2023-10-181-34/+12
* | | qed: replace uses of strncpyJustin Stitt2023-10-141-4/+3
|/ /
* / qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva2023-10-031-1/+1
|/
* qed/qede: Remove unused declarationsYue Haibing2023-08-232-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-0/+10
|\
| * qede: fix firmware halt over suspend and resumeManish Chopra2023-08-171-0/+10
* | qed: remove unused 'resp_size' calculationArnd Bergmann2023-08-161-28/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-039-26/+128
|\|
| * qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-299-26/+128
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-6/+6
|/
* 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-141-1/+7
|\
| * qlcnic: check pci_reset_function resultDenis Plotnikov2023-04-121-1/+7
* | qed: remove unused num_ooo_add_to_peninsula variableTom Rix2023-03-281-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-182-1/+6
|\|
| * qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin2023-03-171-1/+1
| * qed/qed_dev: guard against a possible division by zeroDaniil Tatianin2023-03-141-0/+5
* | qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum2023-03-112-3/+0
* | qlcnic: Remove unnecessary aer.h includeBjorn Helgaas2023-03-091-1/+0
* | qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-092-5/+0
* | net: qede: Remove unnecessary aer.h includeBjorn Helgaas2023-03-091-1/+0
* | qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-9/+0
* | netxen_nic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-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
|\