summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET1-5/+2
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET1-1/+1
2021-03-26qede: remove unused including <linux/version.h>Zheng Yongjun1-1/+0
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+7
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-12/+7
2021-03-12net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong1-0/+3
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-02-12qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya3-7/+48
2021-02-12qede: add per queue coalesce support for qede driverBhaskar Upadhaya1-0/+124
2021-02-12qede: add netpoll support for qede driverBhaskar Upadhaya1-1/+2
2021-01-19net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-109/+87
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+3
2021-01-16netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-77/+77
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2021-01-10netxen_nic: fix MSI/MSI-x interruptsManish Chopra1-6/+1
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2-8/+0
2021-01-06qed: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-23qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2020-12-17qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-12-09drivers: net: qlcnic: simplify the return expression of qlcnic_sriov_vf_shutd...Zheng Yongjun1-6/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-18qed: fix ILT configuration of SRC blockDmitry Bogdanov2-5/+2
2020-11-17qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-11-17qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-12/+24
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe6-7/+24
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds17-187/+362
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds22-44/+22
2020-09-29qed/qed_ll2: Replace one-element array with flexible-array memberGustavo A. R. Silva2-14/+12
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2-3/+3
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-7/+24
2020-09-21net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao1-6/+1
2020-09-20net: qed: use true,false for bool variablesJason Yan1-4/+4
2020-09-16net/qla3xxx: Convert to SPDX license identifiersThomas Gleixner2-4/+2
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner20-40/+20
2020-09-14net: qlcnic: remove unused variable 'val' in qlcnic_83xx_cam_unlock()Zhang Changzhong1-2/+1
2020-09-14qed: convert tasklets to use new tasklet_setup() APIAllen Pais4-33/+12
2020-09-11qede: Notify qedr when mtu has changedMichal Kalderon2-1/+20
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe1-10/+2
2020-09-10net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-09-10net: qede: Disable aRFS for NPAR and 100GDmitry Bogdanov2-6/+8
2020-09-10net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov3-1/+15
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-15/+15
2020-09-02RDMA/qedr: Fix reported max_pkeysKamal Heib1-1/+2
2020-08-25qede: make driver reliable on unload after failuresIgor Russkikh1-2/+6