aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09net: use dev_addr_set()Jakub Kicinski12-15/+13
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
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-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: enetc: add support for software TSOIoana Ciornei4-24/+311
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei3-5/+15
2021-10-08ath11k: fix m68k and xtensa build failure in ath11k_peer_assoc_h_smps()Kalle Valo1-2/+2
2021-10-08net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)1-0/+10
2021-10-08net: mdio: ensure the type of mdio devices match mdio driversRussell King (Oracle)1-0/+6
2021-10-08qed: Initialize debug string arrayTim Gardner1-3/+0
2021-10-08net: dsa: rtl8366rb: remove unneeded semicolonYang Li1-1/+1
2021-10-08ethernet: use platform_get_ethdev_address()Jakub Kicinski4-6/+4
2021-10-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller25-94/+1899
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-65/+142
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek6-7/+118
2021-10-07ice: switchdev slow pathGrzegorz Nitka6-1/+156
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka6-1/+130
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka4-2/+63
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka6-3/+92
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka6-13/+453
2021-10-07ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski4-1/+94
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski2-0/+73
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski3-37/+225
2021-10-07ice: introduce VF port representorMichal Swiatkowski6-2/+286
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek7-37/+103
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski6-0/+116
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds36-170/+332
2021-10-07ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-3/+3
2021-10-07net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-1/+1
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller85-3336/+6290
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski4-18/+6
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski4-4/+4
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski12-12/+12
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski10-18/+16
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski34-34/+34