summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
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-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-08-25qede: make driver reliable on unload after failuresIgor Russkikh1-2/+6
2020-08-25qed: implement devlink dumpIgor Russkikh1-0/+43
2020-08-25qed*: make use of devlink recovery infrastructureIgor Russkikh4-11/+16
2020-08-25qed: use devlink logic to report errorsIgor Russkikh5-0/+26
2020-08-25qed: health reporter init deinit seqIgor Russkikh2-0/+37
2020-08-25qed: implement devlink info requestIgor Russkikh4-1/+60
2020-08-25qed: fix kconfig help entriesIgor Russkikh1-2/+3
2020-08-25qed/qede: make devlink survive recoveryIgor Russkikh6-35/+39
2020-08-25qed: move out devlink logic into a new fileIgor Russkikh4-101/+127
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-15/+15
2020-08-21net: qed: Remove unnecessary castAlex Dewar1-1/+0
2020-08-06Merge 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/kerne...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2020-08-04net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin1-4/+3
2020-08-04net: qede: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-08-01qede: Use %pM format specifier for MAC addressesAndy Shevchenko1-3/+1
2020-08-01qed: 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-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-27/+36
2020-07-23qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin3-5/+118
2020-07-23qede: refactor XDP Tx processingAlexander Lobakin2-45/+45
2020-07-23qede: reformat net_device_ops declarationsAlexander Lobakin1-61/+61
2020-07-23qede: reformat several structures in "qede.h"Alexander Lobakin1-77/+89
2020-07-23qed: add support for different page sizes for chainsAlexander Lobakin1-10/+18
2020-07-23qed: simplify chain allocation with init params structAlexander Lobakin6-162/+168
2020-07-23qed: simplify initialization of the chains with an external PBLAlexander Lobakin1-18/+19
2020-07-23qed: move chain initialization inlines next to allocation functionsAlexander Lobakin1-0/+47
2020-07-23qed: sanitize PBL chains allocationAlexander Lobakin2-13/+12
2020-07-23qed: prevent possible double-frees of the chainsAlexander Lobakin1-1/+3
2020-07-23qed: move chain methods to a separate fileAlexander Lobakin3-273/+303
2020-07-23qed: reformat MakefileAlexander Lobakin1-7/+29
2020-07-23net: qed_hsi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23net: qed: Remove unneeded cast from memory allocationWang Hai1-2/+1