summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2023-10-10qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva1-1/+1
2023-08-23qede: fix firmware halt over suspend and resumeManish Chopra1-0/+10
2023-08-11qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko9-26/+128
2023-06-14qed/qede: Fix scheduling while atomicManish Chopra4-4/+60
2023-04-20qlcnic: check pci_reset_function resultDenis Plotnikov1-1/+7
2023-03-30qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-03-22qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin1-1/+1
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2023-03-10qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt1-14/+7
2023-03-10qede: fix interrupt coalescing configurationManish Chopra1-2/+9
2023-02-09qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+4
2023-01-12qed: allow sleep in qed_mcp_trace_dump()Caleb Sander1-8/+20
2023-01-12qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2022-12-31qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)1-1/+2
2022-12-31drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn1-12/+12
2022-11-25qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-11-19net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong1-0/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-17/+10
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang6-13/+13
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-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet3-7/+5
2022-07-02qlogic/qed: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen1-4/+2
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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-05-18net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET1-1/+2
2022-05-17net: qede: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2022-05-17qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski1-5/+4
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-30qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha1-5/+5
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 Kicinski2-1/+4
2022-04-08qed: remove an unneed NULL check on list iteratorXiaomeng Tong1-2/+2
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2022-04-04qed: fix ethtool register dumpManish Chopra1-1/+1
2022-03-26qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8-22/+146
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-19qlcnic: remove redundant assignment to variable indexColin Ian King1-1/+1
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