summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-31/+79
2020-03-12sfc: ethtool: Refactor to remove fallthrough comments in case blocksJoe Perches1-16/+20
2020-03-10sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-06sfc: complete the next packet when we receive a timestampTom Zhao6-31/+78
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+35
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-02-27sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-20sfc: remove unused variable 'efx_default_channel_type'YueHaibing1-1/+0
2020-02-18sfc: elide assignment of skbEdward Cree1-2/+1
2020-02-18sfc: move some ARFS code out of headersEdward Cree2-18/+17
2020-02-18sfc: only schedule asynchronous filter work if neededEdward Cree2-2/+8
2020-01-29Merge 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-11sfc: remove set but not used variable 'nic_data'YueHaibing1-3/+0
2020-01-11sfc: 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-09net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+2
2020-01-09sfc: move common tx codeAlex Maftei (amaftei)3-296/+311
2020-01-09sfc: move common rx codeAlex Maftei (amaftei)6-375/+383
2020-01-09sfc: move event queue management codeAlex Maftei (amaftei)2-92/+91
2020-01-09sfc: move channel interrupt management codeAlex Maftei (amaftei)2-316/+322
2020-01-09sfc: move channel alloc/removal codeAlex Maftei (amaftei)5-435/+441
2020-01-09sfc: move channel start/stop codeAlex Maftei (amaftei)3-188/+190
2020-01-09sfc: move some channel-related codeAlex Maftei (amaftei)3-170/+190
2020-01-09sfc: move struct init and fini codeAlex Maftei (amaftei)2-371/+415
2020-01-09sfc: move some device reset codeAlex Maftei (amaftei)2-227/+237
2020-01-09sfc: move datapath management codeAlex Maftei (amaftei)2-303/+335
2020-01-09sfc: move mac configuration and status functionsAlex Maftei (amaftei)2-44/+45
2020-01-09sfc: move reset workqueue codeAlex Maftei (amaftei)3-17/+70