summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-28octeontx2-af: Use ptp input clock info from firmware dataSubbaraya Sundeep
2021-09-28octeontx2-af: cn10k: RPM hardware timestamp configurationHariprasad Kelam
2021-09-28octeontx2-af: Reset PTP config in FLR handlerHarman Kalra
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang
2021-09-28net: ipv6: use ipv6-y directly instead of ipv6-objsMasahiro Yamada
2021-09-28net: ipv6: squash $(ipv6-offload) in MakefileMasahiro Yamada
2021-09-28net: stmmac: fix off-by-one error in sanity checkArnd Bergmann
2021-09-28am65-cpsw: avoid null pointer arithmeticArnd Bergmann
2021-09-28net: mac80211: check return value of rhashtable_initMichelleJin
2021-09-28net: ipv6: check return value of rhashtable_initMichelleJin
2021-09-28net/mlx5e: check return value of rhashtable_initMichelleJin
2021-09-27Merge branch 'bcmgenet-flow-control'David S. Miller
2021-09-27net: bcmgenet: add support for ethtool flow controlDoug Berger
2021-09-27net: bcmgenet: pull mac_config from adjust_linkDoug Berger
2021-09-27net: bcmgenet: remove old link state valuesDoug Berger
2021-09-27net: bcmgenet: remove netif_carrier_off from adjust_linkDoug Berger
2021-09-27Merge branch 'rtl8366-cleanups'David S. Miller
2021-09-27net: dsa: rtl8366: Drop and depromote pointless printsLinus Walleij
2021-09-27net: dsa: rtl8366: Fix a bug in deleting VLANsLinus Walleij
2021-09-27net: dsa: rtl8366rb: Fix off-by-one bugLinus Walleij
2021-09-27net: dsa: rtl8366rb: Rewrite weird VLAN filering enablementLinus Walleij
2021-09-27net: dsa: rtl8366: Drop custom VLAN set-upLinus Walleij
2021-09-27net: dsa: rtl8366rb: Support bridge offloadingDENG Qingfang
2021-09-27Merge branch 'devlink_register-last'David S. Miller
2021-09-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27staging: qlge: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27net: wwan: iosm: Move devlink_register to be last devlink commandLeon Romanovsky
2021-09-27netdevsim: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27net: ethernet: ti: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27qed: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27ionic: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27nfp: Move delink_register to be last commandLeon Romanovsky
2021-09-27net: mscc: ocelot: delay devlink registration to the endLeon Romanovsky
2021-09-27mlxsw: core: Register devlink instance lastLeon Romanovsky
2021-09-27net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky
2021-09-27net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky
2021-09-27net/prestera: Split devlink and traps registrations to separate routinesLeon Romanovsky
2021-09-27octeontx2: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27ice: Open devlink when device is readyLeon Romanovsky
2021-09-27net: hinic: Open device for the user access when it is readyLeon Romanovsky
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky
2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky
2021-09-27bnxt_en: Register devlink instance at the end devlink configurationLeon Romanovsky
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky
2021-09-27cxgb: avoid open-coded offsetof()Arnd Bergmann
2021-09-27net: stmmac: fix gcc-10 -Wrestrict warningArnd Bergmann
2021-09-27net: ethernet: emac: utilize of_net's of_get_mac_address()Christian Lamparter
2021-09-27net: sparx5: fix resource_size.cocci warningsYang Li
2021-09-27ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing