summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-24r8169: remove support for chip version 60Heiner Kallweit3-90/+8
2022-08-24r8169: remove support for chip version 50Heiner Kallweit3-26/+3
2022-08-24r8169: remove support for chip version 49Heiner Kallweit3-47/+3
2022-08-24r8169: remove support for chip versions 45 and 47Heiner Kallweit3-82/+5
2022-08-24r8169: remove support for chip version 41Heiner Kallweit3-5/+1
2022-08-24Merge tag 'mlx5-updates-2022-08-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller29-765/+1246
2022-08-24micrel: ksz8851: fixes struct pointer issueJerry Ray1-3/+2
2022-08-24net: marvell: prestera: implement br_port_locked flag offloadingOleksandr Mazur5-1/+34
2022-08-24net: ethernet: ti: am65-cpsw: Move phy_set_mode_ext() to correct locationSiddharth Vadapalli1-5/+4
2022-08-24net: ethernet: ti: am65-cpsw: Add support for J7200 CPSW5GSiddharth Vadapalli2-2/+35
2022-08-23net: phy: tja11xx: add interface mode and RMII REF_CLK supportWei Fang1-5/+78
2022-08-23mlxsw: minimal: Extend to support line card dynamic operationsVadim Pasternak1-1/+99
2022-08-23mlxsw: minimal: Extend module to port mapping with slot indexVadim Pasternak1-52/+163
2022-08-23mlxsw: minimal: Move ports allocation to separate routineVadim Pasternak1-8/+34
2022-08-23mlxsw: minimal: Extend APIs with slot index for modular system supportVadim Pasternak1-14/+24
2022-08-23mlxsw: i2c: Add support for system interrupt handlingVadim Pasternak1-1/+86
2022-08-23mlxsw: core_linecards: Register a system event handlerVadim Pasternak1-0/+25
2022-08-23mlxsw: core: Add registration APIs for system event handlerVadim Pasternak2-0/+76
2022-08-23mlxsw: core_linecards: Separate line card init and fini flowVadim Pasternak1-21/+50
2022-08-23net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov1-0/+1
2022-08-23net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean1-0/+19
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean2-32/+38
2022-08-22net/mlx5: TC, Add support for SF tunnel offloadRoi Dayan2-3/+10
2022-08-22net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan6-94/+90
2022-08-22net/mlx5: E-Switch, Split creating fdb tables into smaller chunksRoi Dayan1-124/+206
2022-08-22net/mlx5: E-Switch, Add default drop rule for unmatched packetsJianbo Liu2-3/+94
2022-08-22net/mlx5e: Completely eliminate priv from fs.hLama Kayal4-94/+100
2022-08-22net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal4-36/+43
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal6-62/+74
2022-08-22net/mlx5e: Introduce flow steering debug macrosLama Kayal4-76/+76
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal8-38/+65
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethto...Lama Kayal5-20/+20
2022-08-22net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointerLama Kayal1-8/+33
2022-08-22net/mlx5e: Drop priv argument of ptp function in en_fsLama Kayal3-16/+18
2022-08-22net/mlx5e: Decouple fs_tcp from en.hLama Kayal4-59/+59
2022-08-22net/mlx5e: Decouple fs_tt_redirect from en.hLama Kayal5-99/+103
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal14-193/+415
2022-08-22Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-6/+57
2022-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-184/+136
2022-08-22isdn: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-22of: base: export of_device_compatible_match() for use in modulesVladimir Oltean1-0/+1
2022-08-22net: prestera: cache port state for non-phylink ports tooMaksym Glubokiy1-19/+17
2022-08-22net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao1-1/+1
2022-08-22net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur3-16/+119
2022-08-22net: lan966x: Extend FDB to support also lagHoratiu Vultur2-0/+31
2022-08-22net: lan966x: Add lag support for lan966xHoratiu Vultur5-20/+443
2022-08-22net: lan966x: Extend lan966x_foreign_bridging_checkHoratiu Vultur1-8/+24
2022-08-22net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nbHoratiu Vultur2-4/+4
2022-08-22net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur3-7/+10
2022-08-22net: lan966x: Split lan966x_fdb_event_workHoratiu Vultur1-55/+69