summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn
2021-10-06net: phylink: use mdiobus_modify_changed() helperRussell King (Oracle)
2021-10-06net: mdio: add mdiobus_modify_changed()Russell King (Oracle)
2021-10-06mlxsw: Add support for transceiver module extended stateIdo Schimmel
2021-10-06mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel
2021-10-06mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel
2021-10-06mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann
2021-10-06i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch
2021-10-06i40e: fix endless loop under rtnlJiri Benc
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King
2021-10-06mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter
2021-10-06gtp: use skb_dst_update_pmtu_no_confirm() instead of direct callGyeongun Kang