aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya3-7/+48
2021-02-11qede: add per queue coalesce support for qede driverBhaskar Upadhaya1-0/+124
2021-02-11qede: add netpoll support for qede driverBhaskar Upadhaya1-1/+2
2021-01-18net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-109/+87
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+3
2021-01-15netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-77/+77
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2021-01-09netxen_nic: fix MSI/MSI-x interruptsManish Chopra1-6/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2021-01-08Merge 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-05qed: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-22qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2020-12-17qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-12-08drivers: net: qlcnic: simplify the return expression of qlcnic_sriov_vf_shutdown()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-17qed: 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-16qlcnic: 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-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds17-187/+362
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds22-44/+22
2020-09-28qed/qed_ll2: Replace one-element array with flexible-array memberGustavo A. R. Silva2-14/+12
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2-3/+3
2020-09-22Merge 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-19net: 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-09net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-09-09net: qede: Disable aRFS for NPAR and 100GDmitry Bogdanov2-6/+8
2020-09-09net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov3-1/+15
2020-09-04Merge 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-24qede: make driver reliable on unload after failuresIgor Russkikh1-2/+6
2020-08-24qed: implement devlink dumpIgor Russkikh1-0/+43
2020-08-24qed*: make use of devlink recovery infrastructureIgor Russkikh4-11/+16
2020-08-24qed: use devlink logic to report errorsIgor Russkikh5-0/+26
2020-08-24qed: health reporter init deinit seqIgor Russkikh2-0/+37
2020-08-24qed: implement devlink info requestIgor Russkikh4-1/+60
2020-08-24qed: fix kconfig help entriesIgor Russkikh1-2/+3
2020-08-24qed/qede: make devlink survive recoveryIgor Russkikh6-35/+39
2020-08-24qed: move out devlink logic into a new fileIgor Russkikh4-101/+127