summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorFilesLines
2023-12-13qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
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-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-08-23qed/qede: Remove unused declarationsYue Haibing1-1/+0
2023-08-16qed: remove unused 'resp_size' calculationArnd Bergmann1-28/+17
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko9-26/+128
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra1-1/+1
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-09qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-9/+0
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-10skbuff: Introduce slab_build_skb()Kees Cook1-1/+1
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 Kicinski1-12/+12
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn1-12/+12
2022-11-03qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)1-1/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
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-02qlogic/qed: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2-32/+15
2022-05-22qed: fix typos in commentsJulia Lawall2-2/+2
2022-05-17qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2022-05-02qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov1-1/+1
2022-05-02qed: rework qed_rdma_bmap_free()Yury Norov1-31/+14
2022-04-23qed: Remove IP services API.Guillaume Nault2-240/+1
2022-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-04-08qed: remove an unneed NULL check on list iteratorXiaomeng Tong1-2/+2
2022-04-04qed: fix ethtool register dumpManish Chopra1-1/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds6-20/+143
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2022-03-21qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing1-2/+0
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+18
2022-03-07qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-07net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai1-0/+7
2022-03-03qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2-2/+27
2022-03-03qed: display VF trust configManish Chopra1-0/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-10qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju3-2/+51
2022-02-01qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.Venkata Sudheer Kumar Bhavaraju2-14/+64