aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-15/+15
2020-08-20net: qed: Remove unnecessary castAlex Dewar1-1/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds66-3914/+3563
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2020-08-03net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin1-4/+3
2020-08-03net: qede: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-07-31qede: Use %pM format specifier for MAC addressesAndy Shevchenko1-3/+1
2020-07-31qed: Use %pM format specifier for MAC addressesAndy Shevchenko2-7/+4
2020-07-27qed: fix the allocation of the chains with an external PBLAlexander Lobakin1-1/+3
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-27/+36
2020-07-22qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin3-5/+118
2020-07-22qede: refactor XDP Tx processingAlexander Lobakin2-45/+45
2020-07-22qede: reformat net_device_ops declarationsAlexander Lobakin1-61/+61
2020-07-22qede: reformat several structures in "qede.h"Alexander Lobakin1-77/+89
2020-07-22qed: add support for different page sizes for chainsAlexander Lobakin1-10/+18
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin6-162/+168
2020-07-22qed: simplify initialization of the chains with an external PBLAlexander Lobakin1-18/+19
2020-07-22qed: move chain initialization inlines next to allocation functionsAlexander Lobakin1-0/+47
2020-07-22qed: sanitize PBL chains allocationAlexander Lobakin2-13/+12