aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
2023-12-20qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-10-25qed: fix LL2 RX buffer allocationManish Chopra
2023-10-10qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva
2023-08-23qede: fix firmware halt over suspend and resumeManish Chopra
2023-08-11qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-06-14qed/qede: Fix scheduling while atomicManish Chopra
2023-04-20qlcnic: check pci_reset_function resultDenis Plotnikov
2023-03-30qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin
2023-03-22qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2023-03-10qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt
2023-03-10qede: fix interrupt coalescing configurationManish Chopra
2023-02-09qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-01-12qed: allow sleep in qed_mcp_trace_dump()Caleb Sander
2023-01-12qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2022-12-31qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2022-12-31drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn
2022-11-25qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou
2022-11-18net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
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-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-07-01qlogic/qed: fix repeated words in commentsJilin Yuan
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen
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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-17net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET
2022-05-17net: qede: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi
2022-05-17qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
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-30qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha
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-06qede: confirm skb is allocated before usingJamie Bainbridge
2022-04-04qed: fix ethtool register dumpManish Chopra
2022-03-26qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix
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-18qlcnic: remove redundant assignment to variable indexColin Ian King