aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12ionic: no devlink_unregister if not registeredShannon Nelson1-1/+0
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky6-20/+3
2021-10-12net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky1-1/+4
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky5-0/+5
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky1-1/+1
2021-10-12ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski1-4/+4
2021-10-12net: hns3: debugfs add support dumping page pool infoHao Chen2-0/+75
2021-10-12tulip: fix setting device address from romJakub Kicinski2-2/+2
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker3-5/+4
2021-10-12mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata3-0/+14
2021-10-12mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata1-11/+33
2021-10-12mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata3-8/+32
2021-10-12mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata1-10/+19
2021-10-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller17-29/+4266
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-10-11gve: Allow pageflips on larger pagesJordan Kim1-1/+1
2021-10-11gve: Add netif_set_xps_queue callCatherine Sullivan1-0/+4
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-10-11gve: Do lazy cleanup in TX pathTao Liu4-50/+62
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan1-15/+37
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu3-37/+43
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski4-0/+74
2021-10-11ice: ndo_setup_tc implementation for PFKiran Patil5-1/+1044
2021-10-11ice: Allow changing lan_en and lb_en on all kinds of filtersMichal Swiatkowski1-0/+127
2021-10-11ice: cleanup rules infoVictor Raj2-10/+59
2021-10-11ice: allow deleting advanced rulesShivanshu Shukla2-0/+229
2021-10-11ice: allow adding advanced rulesGrishma Kotecha4-1/+847
2021-10-11ice: create advanced switch recipeDan Nowlin5-22/+1412
2021-10-11ice: manage profiles and field vectorsDan Nowlin5-1/+268
2021-10-11ice: implement low level recipes functionsGrishma Kotecha2-0/+212
2021-10-11ethernet: sun: add missing semicolon, fix buildStephen Rothwell1-1/+1
2021-10-10octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep6-28/+35
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET12-15/+0
2021-10-10bnxt: use netif_is_rxfh_configured instead of open codeJuhee Kang2-2/+2
2021-10-10ionic: tame the filter no space messageShannon Nelson1-1/+14
2021-10-10ionic: allow adminq requests to override default error messageShannon Nelson3-20/+42
2021-10-10ionic: handle vlan id overflowShannon Nelson4-41/+56
2021-10-10ionic: generic filter deleteShannon Nelson1-10/+25
2021-10-10ionic: generic filter addShannon Nelson1-22/+46
2021-10-10ionic: add generic filter searchShannon Nelson1-3/+18
2021-10-10ionic: remove mac overflow flagsShannon Nelson2-7/+2
2021-10-10ionic: move lif mac address functionsShannon Nelson2-131/+131
2021-10-10ionic: add filterlist to debugfsShannon Nelson1-0/+46
2021-10-09ethernet: 8390: remove direct netdev->dev_addr writesJakub Kicinski8-22/+31
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski5-34/+48
2021-10-09ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski6-50/+61
2021-10-09ethernet: tg3: remove direct netdev->dev_addr writesJakub Kicinski1-23/+25
2021-10-09ethernet: forcedeth: remove direct netdev->dev_addr writesJakub Kicinski1-23/+26
2021-10-08mlxsw: item: Annotate item helpers with '__maybe_unused'Ido Schimmel1-24/+32
2021-10-08net: tg3: fix redundant check of true expressionJean Sacren1-2/+1