summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-29net: phy: micrel: Add support for LAN8804 PHYHoratiu Vultur1-0/+74
2021-09-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller18-144/+584
2021-09-29octeontx2-nicvf: Add PTP hardware clock support to NIX VFNaveen Mamindlapalli7-3/+23
2021-09-29octeontx2-pf: Enable promisc/allmulti match MCAM entries.Rakesh Babu1-35/+43
2021-09-28ice: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-09-28ice: Fix macro name for IPv4 fragment flagJeff Guo2-2/+2
2021-09-28ice: refactor devlink getter/fallback functions to voidJacob Keller1-83/+50
2021-09-28ice: Fix link mode handlingAnirudh Venkataramanan1-2/+6
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan5-2/+63
2021-09-28ice: Add DSCP supportDave Ertman11-56/+464
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann3-66/+54
2021-09-28octeontx2-pf: Use hardware register for CQE countGeetha sowjanya4-7/+71
2021-09-28octeontx2-af: Add external ptp input clockYi Guo7-6/+187
2021-09-28octeontx2-af: Use ptp input clock info from firmware dataSubbaraya Sundeep3-51/+33
2021-09-28octeontx2-af: cn10k: RPM hardware timestamp configurationHariprasad Kelam7-26/+58
2021-09-28octeontx2-af: Reset PTP config in FLR handlerHarman Kalra3-0/+18
2021-09-28net: stmmac: fix off-by-one error in sanity checkArnd Bergmann1-2/+2
2021-09-28am65-cpsw: avoid null pointer arithmeticArnd Bergmann1-1/+1
2021-09-28net/mlx5e: check return value of rhashtable_initMichelleJin1-3/+11
2021-09-27net: bcmgenet: add support for ethtool flow controlDoug Berger3-7/+92
2021-09-27net: bcmgenet: pull mac_config from adjust_linkDoug Berger1-45/+49
2021-09-27net: bcmgenet: remove old link state valuesDoug Berger3-45/+0
2021-09-27net: bcmgenet: remove netif_carrier_off from adjust_linkDoug Berger1-3/+0
2021-09-27net: dsa: rtl8366: Drop and depromote pointless printsLinus Walleij1-7/+4
2021-09-27net: dsa: rtl8366: Fix a bug in deleting VLANsLinus Walleij1-1/+1
2021-09-27net: dsa: rtl8366rb: Fix off-by-one bugLinus Walleij1-1/+1
2021-09-27net: dsa: rtl8366rb: Rewrite weird VLAN filering enablementLinus Walleij3-44/+95
2021-09-27net: dsa: rtl8366: Drop custom VLAN set-upLinus Walleij3-52/+1
2021-09-27net: dsa: rtl8366rb: Support bridge offloadingDENG Qingfang1-0/+86
2021-09-27staging: qlge: Move devlink registration to be last devlink commandLeon Romanovsky1-5/+3
2021-09-27ptp: ocp: Move devlink registration to be last devlink commandLeon Romanovsky1-4/+2
2021-09-27net: wwan: iosm: Move devlink_register to be last devlink commandLeon Romanovsky1-5/+2
2021-09-27netdevsim: Move devlink registration to be last devlink commandLeon Romanovsky1-5/+3
2021-09-27net: ethernet: ti: Move devlink registration to be last devlink commandLeon Romanovsky2-14/+8
2021-09-27qed: Move devlink registration to be last devlink commandLeon Romanovsky1-5/+2
2021-09-27ionic: Move devlink registration to be last devlink commandLeon Romanovsky1-2/+2
2021-09-27nfp: Move delink_register to be last commandLeon Romanovsky2-10/+4
2021-09-27net: mscc: ocelot: delay devlink registration to the endLeon Romanovsky1-3/+2
2021-09-27mlxsw: core: Register devlink instance lastLeon Romanovsky1-13/+6
2021-09-27net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky3-7/+6
2021-09-27net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky1-5/+3
2021-09-27net/prestera: Split devlink and traps registrations to separate routinesLeon Romanovsky3-27/+14
2021-09-27octeontx2: Move devlink registration to be last devlink commandLeon Romanovsky2-20/+5
2021-09-27ice: Open devlink when device is readyLeon Romanovsky1-4/+2
2021-09-27net: hinic: Open device for the user access when it is readyLeon Romanovsky1-5/+2
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky3-7/+21
2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky1-7/+12
2021-09-27bnxt_en: Register devlink instance at the end devlink configurationLeon Romanovsky1-9/+6
2021-09-27cxgb: avoid open-coded offsetof()Arnd Bergmann1-1/+1
2021-09-27net: stmmac: fix gcc-10 -Wrestrict warningArnd Bergmann1-0/+4