summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: phy: tja11xx: add interface mode and RMII REF_CLK supportWei Fang2022-08-231-5/+78
* mlxsw: minimal: Extend to support line card dynamic operationsVadim Pasternak2022-08-231-1/+99
* mlxsw: minimal: Extend module to port mapping with slot indexVadim Pasternak2022-08-231-52/+163
* mlxsw: minimal: Move ports allocation to separate routineVadim Pasternak2022-08-231-8/+34
* mlxsw: minimal: Extend APIs with slot index for modular system supportVadim Pasternak2022-08-231-14/+24
* mlxsw: i2c: Add support for system interrupt handlingVadim Pasternak2022-08-231-1/+86
* mlxsw: core_linecards: Register a system event handlerVadim Pasternak2022-08-231-0/+25
* mlxsw: core: Add registration APIs for system event handlerVadim Pasternak2022-08-232-0/+76
* mlxsw: core_linecards: Separate line card init and fini flowVadim Pasternak2022-08-231-21/+50
* net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov2022-08-231-0/+1
* net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean2022-08-231-0/+19
* net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean2022-08-232-32/+38
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-223-6/+57
|\
| * ixgbe: Manual AN-37 for troublesome link partners for X550 SFIJeff Daly2022-08-182-3/+56
| * ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco2022-08-181-3/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-08-2213-184/+136
|\ \
| * | ice: remove non-inclusive languageMikael Barsehyan2022-08-182-9/+9
| * | ice: Remove ucast_sharedSylwester Dziedziuch2022-08-183-165/+5
| * | ice: Allow 100M speeds for some devicesAnirudh Venkataramanan2022-08-183-4/+28
| * | ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko2022-08-181-0/+25
| * | ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-187-6/+69
| |/
* | isdn: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* | of: base: export of_device_compatible_match() for use in modulesVladimir Oltean2022-08-221-0/+1
* | net: prestera: cache port state for non-phylink ports tooMaksym Glubokiy2022-08-221-19/+17
* | net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao2022-08-221-1/+1
* | net: lan966x: Extend MAC to support also lag interfaces.Horatiu Vultur2022-08-223-16/+119
* | net: lan966x: Extend FDB to support also lagHoratiu Vultur2022-08-222-0/+31
* | net: lan966x: Add lag support for lan966xHoratiu Vultur2022-08-225-20/+443
* | net: lan966x: Extend lan966x_foreign_bridging_checkHoratiu Vultur2022-08-221-8/+24
* | net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nbHoratiu Vultur2022-08-222-4/+4
* | net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur2022-08-223-7/+10
* | net: lan966x: Split lan966x_fdb_event_workHoratiu Vultur2022-08-221-55/+69
* | net: lan966x: Add registers used to configure lag interfacesHoratiu Vultur2022-08-221-0/+45
* | tsnep: Record RX queueGerhard Engleder2022-08-222-1/+5
* | tsnep: Support full DMA maskGerhard Engleder2022-08-221-0/+7
* | tsnep: Improve TX length handlingGerhard Engleder2022-08-221-11/+21
* | tsnep: Add loopback supportGerhard Engleder2022-08-221-17/+54
* | tsnep: Fix TSNEP_INFO_TX_TIME register defineGerhard Engleder2022-08-221-2/+1
* | net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier2022-08-224-7/+26
* | net: phy: Add helper to derive the number of ports from a phy modeMaxime Chevallier2022-08-221-0/+52
* | net: phy: Introduce QUSGMII PHY modeMaxime Chevallier2022-08-221-0/+3
* | net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran2022-08-221-11/+231
* | net: phy: realtek: add support for RTL8211F(D)(I)-VD-CGClark Wang2022-08-221-12/+32
* | net: prestera: add missing ABI compatibility checkMaksym Glubokiy2022-08-191-0/+1
* | amt: remove unnecessary skb pointer checkYang Yingliang2022-08-191-4/+2
* | net: fman: memac: Use params instead of priv for max_speedSean Anderson2022-08-191-3/+1
* | net: fman: Export/rename some common functionsSean Anderson2022-08-192-6/+9
* | net: fman: Configure fixed link in memac_initializationSean Anderson2022-08-191-47/+46
* | net: fman: Move struct dev to mac_deviceSean Anderson2022-08-192-20/+12
* | net: fman: Store initialization function in match dataSean Anderson2022-08-192-192/+165