summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-0/+2
|\
| * net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu2024-01-031-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-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-131-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-011-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-131-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-151-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-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