summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)Author
2023-12-12qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu
2023-10-20qed: devlink health: use retained error fmsg APIPrzemek Kitszel
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-15qed: fix LL2 RX buffer allocationManish Chopra
2023-10-13qed: replace uses of strncpyJustin Stitt
2023-10-03qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva
2023-08-23qed/qede: Remove unused declarationsYue Haibing
2023-08-15qed: remove unused 'resp_size' calculationArnd Bergmann
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra
2023-03-27qed: remove unused num_ooo_add_to_peninsula variableTom Rix
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-19qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin
2023-03-13qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2023-03-08qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko
2023-01-10qed: fix a typo in commentDai Shixin
2023-01-04qed: allow sleep in qed_mcp_trace_dump()Caleb Sander
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn
2022-11-02qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-12qlogic: qed: fix clang -Wformat warningsJustin Stitt
2022-07-06qed: Use bitmap_empty()Christophe JAILLET
2022-07-06qed: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-01qlogic/qed: fix repeated words in commentsJilin Yuan
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-05-22qed: fix typos in commentsJulia Lawall
2022-05-17qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi
2022-05-02qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov
2022-05-02qed: rework qed_rdma_bmap_free()Yury Norov
2022-04-22qed: Remove IP services API.Guillaume Nault
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07qed: remove an unneed NULL check on list iteratorXiaomeng Tong
2022-04-04qed: fix ethtool register dumpManish Chopra
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-21qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-07qed: return status of qed_iov_get_linkTom Rix
2022-03-07net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai
2022-03-03qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra
2022-03-03qed: display VF trust configManish Chopra
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-10qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju
2022-01-31qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.Venkata Sudheer Kumar Bhavaraju