summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ax25: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-231-1/+1
* vlan: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-231-3/+3
* isdn: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-231-2/+2
* Merge branch 'validate-of-nodes-for-dsa-shared-ports'Jakub Kicinski2022-08-2310-27/+237
|\
| * net: dsa: make phylink-related OF properties mandatory on DSA and CPU portsVladimir Oltean2022-08-231-5/+167
| * net: dsa: rename dsa_port_link_{,un}register_ofVladimir Oltean2022-08-233-16/+16
| * net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform dataVladimir Oltean2022-08-231-10/+24
| * of: base: export of_device_compatible_match() for use in modulesVladimir Oltean2022-08-231-0/+1
| * dt-bindings: net: dsa: make phylink bindings required for CPU/DSA portsVladimir Oltean2022-08-231-0/+17
| * dt-bindings: net: dsa: rzn1-a5psw: add missing CPU port phy-mode to exampleVladimir Oltean2022-08-231-0/+2
| * dt-bindings: net: dsa: microchip: add missing CPU port phy-mode to exampleVladimir Oltean2022-08-231-0/+4
| * dt-bindings: net: dsa: b53: add missing CPU port phy-mode to exampleVladimir Oltean2022-08-231-0/+2
| * dt-bindings: net: dsa: hellcreek: add missing CPU port phy-mode/fixed-link to...Vladimir Oltean2022-08-231-0/+6
| * dt-bindings: net: dsa: xrs700x: add missing CPU port phy-mode to exampleVladimir Oltean2022-08-231-0/+2
|/
* 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
* Remove DECnet support from kernelStephen Hemminger2022-08-2249-12153/+10
* Merge branch 'lan966x-lag-support'David S. Miller2022-08-228-106/+741
|\
| * 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
|/
* Merge branch 'tsnep-minor-improvements'David S. Miller2022-08-223-31/+88
|\
| * 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
|/
* openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-08-221-2/+3
* openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-08-221-3/+10
* Merge branch 'net-phy-QUSGMII'David S. Miller2022-08-229-7/+97
|\
| * 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-222-0/+54
| * dt-bindings: net: ethernet-controller: add QUSGMII modeMaxime Chevallier2022-08-221-0/+1
| * net: phy: Introduce QUSGMII PHY modeMaxime Chevallier2022-08-223-0/+16
|/
* 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
* af_unix: Show number of inflight fds for sockets in TCP_LISTEN state tooKirill Tkhai2022-08-221-3/+33
* net: prestera: add missing ABI compatibility checkMaksym Glubokiy2022-08-201-0/+1
* amt: remove unnecessary skb pointer checkYang Yingliang2022-08-201-4/+2
* selftests/net: test l2 tunnel TOS/TTL inheritingMatthias May2022-08-202-0/+391
* Merge branch 'net-dpaa-cleanups-in-preparation-for-phylink-conversion'Jakub Kicinski2022-08-2022-1051/+457
|\
| * net: fman: memac: Use params instead of priv for max_speedSean Anderson2022-08-201-3/+1
| * net: fman: Export/rename some common functionsSean Anderson2022-08-202-6/+9
| * net: fman: Configure fixed link in memac_initializationSean Anderson2022-08-201-47/+46
| * net: fman: Move struct dev to mac_deviceSean Anderson2022-08-202-20/+12