summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-10virtio_net: skip RCU read lock by checking xdp_enabled of viLi RongQing1-0/+14
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart1-5/+2
2021-10-10net: phy: at803x: better describe debug regsAnsuel Smith1-15/+15
2021-10-10net: phy: at803x: enable prefer master for 83xx internal phyAnsuel Smith1-0/+3
2021-10-10net: phy: at803x: add DAC amplitude fix for 8327 phyAnsuel Smith1-0/+33
2021-10-10net: phy: at803x: fix resume for QCA8327 phyAnsuel Smith1-6/+63
2021-10-10Merge branch 'net-use-helpers'David S. Miller4-5/+4
2021-10-10mlxsw: spectrum: use netif_is_macsec() instead of open codeJuhee Kang1-1/+1
2021-10-10hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang1-2/+1
2021-10-10bnxt: use netif_is_rxfh_configured instead of open codeJuhee Kang2-2/+2
2021-10-10Merge branch 'ionic-vlanid-mgmt'David S. Miller8-200/+345
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-09dt-bindings: net: dsa: document felix family in dsa-tag-protocolVladimir Oltean1-0/+3
2021-10-09dt-bindings: net: dsa: fix typo in dsa-tag-protocol descriptionVladimir Oltean1-1/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski16-19/+17
2021-10-09Merge branch 'dev_addr-direct-writes'David S. Miller21-152/+191
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-08selftests/tls: add SM4 GCM/CCM to tls selftestsTianjia Zhang1-2/+26
2021-10-08net: tg3: fix redundant check of true expressionJean Sacren1-2/+1
2021-10-08qed: Fix compilation for CONFIG_QED_SRIOV undefined scenarioPrabhakar Kushwaha1-0/+12
2021-10-08net: phy: micrel: ksz9131 led errata workaroundFrancesco Dolcini1-0/+24
2021-10-08Merge branch 'netdev-name-in-use'David S. Miller4-7/+14
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart1-1/+1
2021-10-08bonding: use the correct function to check for netdev name collisionAntoine Tenart1-2/+2
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart2-4/+11