aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03qed: Add support of HW filter blockPrabhakar Kushwaha3-0/+103
2021-06-03qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin3-2/+610
2021-06-03qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin14-22/+429
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni8-28/+28
2021-06-01qlcnic: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2021-05-20net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma1-1/+1
2021-05-17qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-05-17netxen_nic: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17net: calxeda: Fix wrong function name in commentsYang Shen2-2/+2
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-05-13qlcnic: Add null check after calling netdev_alloc_skbTom Seewald1-0/+3
2021-05-13Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman1-2/+0
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-25qede: remove unused including <linux/version.h>Zheng Yongjun1-1/+0
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+7
2021-03-25Merge 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-11net/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-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