aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-10-09ethernet: 8390: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-09ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-09ethernet: tg3: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-09ethernet: forcedeth: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-08mlxsw: item: Annotate item helpers with '__maybe_unused'Ido Schimmel
2021-10-08net: tg3: fix redundant check of true expressionJean Sacren
2021-10-08qed: Fix compilation for CONFIG_QED_SRIOV undefined scenarioPrabhakar Kushwaha
2021-10-08net: phy: micrel: ksz9131 led errata workaroundFrancesco Dolcini
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart
2021-10-08bonding: use the correct function to check for netdev name collisionAntoine Tenart
2021-10-08net: enetc: add support for software TSOIoana Ciornei
2021-10-08net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei
2021-10-08ath11k: fix m68k and xtensa build failure in ath11k_peer_assoc_h_smps()Kalle Valo
2021-10-08net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)
2021-10-08net: mdio: ensure the type of mdio devices match mdio driversRussell King (Oracle)
2021-10-08qed: Initialize debug string arrayTim Gardner
2021-10-08net: dsa: rtl8366rb: remove unneeded semicolonYang Li
2021-10-08ethernet: use platform_get_ethdev_address()Jakub Kicinski
2021-10-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-07Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2021-10-07Merge tag 'omap-for-v5.15/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek
2021-10-07ice: switchdev slow pathGrzegorz Nitka
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka
2021-10-07ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski
2021-10-07ice: introduce VF port representorMichal Swiatkowski
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-07Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-10-07ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-10-07net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva
2021-10-07net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-07of: net: move of_net under net/Jakub Kicinski