aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao6-31/+78
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds35-7282/+7972
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)3-2246/+2271
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)2-139/+211
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)1-276/+282
2020-01-16sfc: remove duplicated include from efx.cYueHaibing1-1/+0
2020-01-13sfc/ethtool_common: Make some function to staticZhang Xiaoxu1-8/+9
2020-01-10sfc: remove set but not used variable 'nic_data'YueHaibing1-3/+0
2020-01-10sfc: remove duplicated include from ef10.cYueHaibing1-1/+0
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)8-276/+273
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)6-64/+66
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)4-70/+72
2020-01-10sfc: move a couple more functionsAlex Maftei (amaftei)6-51/+56
2020-01-10sfc: move some ethtool codeAlex Maftei (amaftei)4-442/+489
2020-01-10sfc: move various functionsAlex Maftei (amaftei)11-76/+88
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)4-208/+224
2020-01-10sfc: move more tx codeAlex Maftei (amaftei)3-77/+78
2020-01-10sfc: refactor selftest work init codeAlex Maftei (amaftei)3-3/+8
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)3-37/+50
2020-01-09sfc: conditioned some functionalityAlex Maftei (amaftei)2-21/+32
2020-01-09sfc: move MCDI receive queue management codeAlex Maftei (amaftei)3-93/+93
2020-01-09sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)2-85/+109
2020-01-09sfc: move MCDI event queue management codeAlex Maftei (amaftei)2-104/+116
2020-01-09sfc: move MCDI VI alloc/free codeAlex Maftei (amaftei)3-40/+68
2020-01-09sfc: move more MCDI port codeAlex Maftei (amaftei)2-138/+139
2020-01-09sfc: move some MCDI port utility functionsAlex Maftei (amaftei)2-148/+148
2020-01-09sfc: move some port link state/caps codeAlex Maftei (amaftei)4-195/+204
2020-01-08net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+2
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)3-296/+311
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)6-375/+383
2020-01-08sfc: move event queue management codeAlex Maftei (amaftei)2-92/+91
2020-01-08sfc: move channel interrupt management codeAlex Maftei (amaftei)2-316/+322
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)5-435/+441
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)3-188/+190
2020-01-08sfc: move some channel-related codeAlex Maftei (amaftei)3-170/+190
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)2-371/+415
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)2-227/+237
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)2-303/+335
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)2-44/+45
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)3-17/+70
2020-01-08sfc: further preparation for code splitAlex Maftei (amaftei)2-26/+20
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)19-141/+365
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig3-3/+3
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings3-4/+0
2019-12-30sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'Christophe JAILLET1-3/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-29/+26
2019-12-20sfc: Include XDP packet headroom in buffer step size.Charles McLachlan1-7/+7
2019-12-20sfc: fix channel allocation with brute forceEdward Cree2-22/+19
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2