summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-153-10/+7
|\
| * devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-1/+2
| * qed: avoid truncating work queue lengthArnd Bergmann2024-03-291-5/+4
| * qed: Drop useless pci_params.pm_capBjorn Helgaas2024-03-292-4/+1
* | Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen2024-03-251-1/+1
|\ \ | |/ |/|
| * scsi: qedf: Replace deprecated strncpy() with strscpy()Justin Stitt2024-03-101-1/+1
* | qed: remove duplicated assignment to variable opaque_fidColin Ian King2024-02-091-2/+0
|/
* qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu2023-12-121-0/+1
* 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
* | 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-231-1/+0
* qed: remove unused 'resp_size' calculationArnd Bergmann2023-08-161-28/+17
* qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-299-26/+128
* qed/qede: Fix scheduling while atomicManish Chopra2023-06-061-1/+1
* 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
* | qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-9/+0
|/
* qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko2023-01-271-6/+0
* qed: fix a typo in commentDai Shixin2023-01-111-1/+1
* qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-051-8/+20
* skbuff: Introduce slab_build_skb()Kees Cook2022-12-101-1/+1
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-12-011-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-12/+12
|\
| * qed: avoid defines prefixed with CONFIGLukas Bulwahn2022-11-251-12/+12
* | qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)2022-11-031-1/+2
|/
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* qlogic: qed: fix clang -Wformat warningsJustin Stitt2022-07-131-2/+2
* qed: Use bitmap_empty()Christophe JAILLET2022-07-071-1/+1
* qed: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-071-3/+2
* qlogic/qed: fix repeated words in commentsJilin Yuan2022-07-021-1/+1
* 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
| * qed: rework qed_rdma_bmap_free()Yury Norov2022-05-021-31/+14
* | qed: fix typos in commentsJulia Lawall2022-05-222-2/+2
* | qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
* | qed: Remove IP services API.Guillaume Nault2022-04-232-240/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-081-1/+1
|\|
| * qed: fix ethtool register dumpManish Chopra2022-04-041-1/+1
* | qed: remove an unneed NULL check on list iteratorXiaomeng Tong2022-04-081-2/+2
|/
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-246-20/+143
|\
| * qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing2022-03-211-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-112-7/+18
| |\
| * | qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2022-03-032-2/+27