2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/Documentation/devicetree/bindings/net
Linus Torvalds 4c2d0b039c Including fixes from netfilter.
Current release - regressions:
 
  - tcp: fix cleanup and leaks in tcp_read_skb() (the new way BPF
    socket maps get data out of the TCP stack)
 
  - tls: rx: react to strparser initialization errors
 
  - netfilter: nf_tables: fix scheduling-while-atomic splat
 
  - net: fix suspicious RCU usage in bpf_sk_reuseport_detach()
 
 Current release - new code bugs:
 
  - mlxsw: ptp: fix a couple of races, static checker warnings
    and error handling
 
 Previous releases - regressions:
 
  - netfilter:
    - nf_tables: fix possible module reference underflow in error path
    - make conntrack helpers deal with BIG TCP (skbs > 64kB)
    - nfnetlink: re-enable conntrack expectation events
 
  - net: fix potential refcount leak in ndisc_router_discovery()
 
 Previous releases - always broken:
 
  - sched: cls_route: disallow handle of 0
 
  - neigh: fix possible local DoS due to net iface start/stop loop
 
  - rtnetlink: fix module refcount leak in rtnetlink_rcv_msg
 
  - sched: fix adding qlen to qcpu->backlog in gnet_stats_add_queue_cpu
 
  - virtio_net: fix endian-ness for RSS
 
  - dsa: mv88e6060: prevent crash on an unused port
 
  - fec: fix timer capture timing in `fec_ptp_enable_pps()`
 
  - ocelot: stats: fix races, integer wrapping and reading incorrect
    registers (the change of register definitions here accounts for
    bulk of the changed LoC in this PR)
 
 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmL+lGYACgkQMUZtbf5S
 IrunKw/+OfV68qJ2C+zg/qPgZg5XAD/v+3WuQo9Vsj4Z+dmxelyQkKqok61xLc6t
 eXr8v3/stDM1/zxHqCc0zJZMGhOug4RLS6kfVVwNbo6XaceTJlKcFTgM1bjQgLyT
 pMlet2JMhzpmWkMma2oztsG4zQaWSITCCjgLJByUmeO8+zKXDMojc1eew2bH8ueo
 KzZjIys+lHdEIo2uhGEU3OdhqnFn2zdVGVxcmtgtV3N9rIobnHiJdVwqLlTgnTvQ
 nU5ZoYUM4h1AG7gKSXsDbM0CPH3s4xavpkA3rMB1x4ahfxNd3y6WmpVt9qjE5wME
 8HbzutQ+x7Xf2XAQBBZma/KjmLW0GCHlQhRT+RHBryk21Yizb04HqXNMB1sPFZe6
 uDAvSZjZqPX+3aMznLTzz1T+F1TJygoeVNQ2tlxHkMuPrfS9g3T+jiohGnELF8+K
 /A3g7oCQin/qiMk35JXBuhGk4RqjyPsITOwAZ2OycHZWD/U5xd1OlkKPGUoUAg+m
 y+7XswZZJ/uBw+U+16AMMzg8vxCmoBHbgYGvnw0+96wpv4yVqTW26Wtzv01gjZPp
 wZuJkd+sHZLBNP5RkBC0PQj5rfcUj+4PUTXtW+57z+XM0HcmcqsXZHLXpMr4rS0b
 EnSsuDlfp9SWwfpMld75v/LA19a6opi6novjY4Nds3+t22ffEHY=
 =ednY
 -----END PGP SIGNATURE-----

Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from Jakub Kicinski:
 "Including fixes from netfilter.

  Current release - regressions:

   - tcp: fix cleanup and leaks in tcp_read_skb() (the new way BPF
     socket maps get data out of the TCP stack)

   - tls: rx: react to strparser initialization errors

   - netfilter: nf_tables: fix scheduling-while-atomic splat

   - net: fix suspicious RCU usage in bpf_sk_reuseport_detach()

  Current release - new code bugs:

   - mlxsw: ptp: fix a couple of races, static checker warnings and
     error handling

  Previous releases - regressions:

   - netfilter:
      - nf_tables: fix possible module reference underflow in error path
      - make conntrack helpers deal with BIG TCP (skbs > 64kB)
      - nfnetlink: re-enable conntrack expectation events

   - net: fix potential refcount leak in ndisc_router_discovery()

  Previous releases - always broken:

   - sched: cls_route: disallow handle of 0

   - neigh: fix possible local DoS due to net iface start/stop loop

   - rtnetlink: fix module refcount leak in rtnetlink_rcv_msg

   - sched: fix adding qlen to qcpu->backlog in gnet_stats_add_queue_cpu

   - virtio_net: fix endian-ness for RSS

   - dsa: mv88e6060: prevent crash on an unused port

   - fec: fix timer capture timing in `fec_ptp_enable_pps()`

   - ocelot: stats: fix races, integer wrapping and reading incorrect
     registers (the change of register definitions here accounts for
     bulk of the changed LoC in this PR)"

* tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (77 commits)
  net: moxa: MAC address reading, generating, validity checking
  tcp: handle pure FIN case correctly
  tcp: refactor tcp_read_skb() a bit
  tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
  tcp: fix sock skb accounting in tcp_read_skb()
  igb: Add lock to avoid data race
  dt-bindings: Fix incorrect "the the" corrections
  net: genl: fix error path memory leak in policy dumping
  stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove()
  net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_run
  net/mlx5e: Allocate flow steering storage during uplink initialization
  net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelot->stats
  net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offset
  net: mscc: ocelot: make struct ocelot_stat_layout array indexable
  net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_work
  net: mscc: ocelot: turn stats_lock into a spinlock
  net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counter
  net: mscc: ocelot: fix incorrect ndo_get_stats64 packet counters
  net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters
  net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it
  ...
2022-08-18 19:37:15 -07:00
..
can dt-bindings: can: nxp,sja1000: Document RZ/N1{D,S} support 2022-07-19 20:46:59 +02:00
dsa dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema 2022-07-27 18:39:18 -07:00
ieee802154
nfc Devicetree updates for v6.0: 2022-08-04 18:08:34 -07:00
pcs dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converter 2022-06-29 16:08:06 +02:00
wireless dt-bindings: bcm4329-fmac: add optional brcm,ccode-map-trivial 2022-07-28 12:58:42 +03:00
actions,owl-emac.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
adi,adin.yaml dt-bindings: net: Update ADIN PHY maintainers 2022-05-27 18:20:21 -07:00
allwinner,sun4i-a10-emac.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
allwinner,sun4i-a10-mdio.yaml dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
allwinner,sun7i-a20-gmac.yaml dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
allwinner,sun8i-a83t-emac.yaml dt-bindings: arm: sunxi: Add H616 EMAC0 compatible 2022-07-09 20:08:26 +02:00
altera_tse.txt devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
amd-xgbe.txt
amlogic,meson-dwmac.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
asix,ax88178.yaml dt-bindings: net: add schema for ASIX USB Ethernet controllers 2022-05-17 13:06:33 -05:00
asix,ax88796c.yaml dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter 2021-10-21 16:28:41 -07:00
aspeed,ast2600-mdio.yaml dt-bindings: net: add reset property for aspeed, ast2600-mdio binding 2022-04-28 09:39:31 +02:00
bluetooth.txt
brcm,amac.yaml dt-bindings: net: Convert AMAC to YAML 2021-12-08 15:52:05 -06:00
brcm,bcm4908-enet.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
brcm,bcm6368-mdio-mux.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
brcm,bcm7445-switch-v4.0.txt dt-bindings: net: convert Broadcom Starfighter 2 binding to the json-schema 2021-01-09 19:18:09 -08:00
brcm,bcmgenet.yaml dt-bindings: net: Convert GENET binding to YAML 2021-12-08 13:51:13 -06:00
brcm,iproc-mdio.yaml dt-bindings: net: brcm,iproc-mdio: convert to the json-schema 2021-06-02 13:05:21 -07:00
brcm,mdio-mux-iproc.yaml dt-bindings: net: Convert iProc MDIO mux to YAML 2021-12-08 13:51:13 -06:00
brcm,systemport.yaml dt-bindings: net: Convert SYSTEMPORT to YAML 2021-12-08 15:52:05 -06:00
brcm,unimac-mdio.yaml dt-bindings: net: brcm,unimac-mdio: Update maintainers for binding 2021-12-08 13:51:13 -06:00
broadcom-bcm87xx.txt
broadcom-bluetooth.yaml dt-bindings: net: broadcom-bluetooth: Add conditional constraints 2022-07-21 17:11:44 -07:00
btusb.txt USB/Thunderbolt patches for 5.12-rc1 2021-02-20 21:32:37 -08:00
calxeda-xgmac.yaml dt-bindings: net: Convert Calxeda Ethernet binding to json-schema 2020-05-03 11:10:41 -05:00
cavium-mdio.txt
cavium-mix.txt
cavium-pip.txt
cdns,macb.yaml Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 2022-08-04 15:20:39 -07:00
cirrus,cs89x0.txt
cortina,gemini-ethernet.yaml dt-bindings: net: convert net/cortina,gemini-ethernet to yaml 2022-02-09 15:47:55 -06:00
cortina.txt
cpsw-phy-sel.txt
cpsw.txt devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
davicom-dm9000.txt
davicom,dm9051.yaml dt-bindings: net: Add Davicom dm9051 SPI ethernet controller 2022-02-14 11:18:46 +00:00
davinci_emac.txt
engleder,tsnep.yaml dt-bindings: net: Add tsnep Ethernet controller 2021-11-22 13:19:04 +00:00
ethernet-controller.yaml Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-07-28 18:21:16 -07:00
ethernet-phy.yaml dt-bindings: net: phy: Add 10-baseT1L 2.4 Vpp 2022-05-01 17:45:35 +01:00
ethernet.txt
ezchip_enet.txt
faraday,ftmac.txt
fixed-link.txt
fsl-enetc.txt dt-bindings: net: fsl: enetc: add the IERB documentation 2021-04-19 15:31:45 -07:00
fsl-fman.txt dt-bindings: net: xgmac_mdio: Add "clock-frequency" and "suppress-preamble" 2022-01-27 13:41:30 +00:00
fsl-tsec-phy.txt
fsl,fec.yaml dt-bindings: net: fsl,fec: Add i.MX8ULP FEC items 2022-08-01 11:14:14 -07:00
fsl,qoriq-mc-dpmac.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
ftgmac100.txt dt-bindings: net: ftgmac100: describe phy-handle and MDIO 2020-11-02 15:10:55 -08:00
hisilicon-femac-mdio.txt
hisilicon-femac.txt
hisilicon-hip04-net.txt
hisilicon-hix5hd2-gmac.txt
hisilicon-hns-dsaf.txt
hisilicon-hns-mdio.txt
hisilicon-hns-nic.txt
ibm,emac.txt
icplus-ip101ag.txt
idt,3243x-emac.yaml dt-bindings: net: korina: Add DT bindings for IDT 79RC3243x SoCs 2021-04-19 15:58:14 -07:00
ingenic,mac.yaml dt-bindings: Fix properties without any type 2022-05-23 11:53:30 -05:00
intel,dwmac-plat.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
intel,ixp4xx-ethernet.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
intel,ixp4xx-hss.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
intel,ixp46x-ptp-timer.yaml ixp4xx_eth: Add devicetree bindings 2021-08-30 09:59:11 +01:00
ipq806x-dwmac.txt
keystone-netcp.txt
lantiq,etop-xway.yaml dt-bindings: Drop required 'interrupt-parent' 2022-01-11 11:54:35 -06:00
lantiq,xrx200-net.yaml dt-bindings: Drop required 'interrupt-parent' 2022-01-11 11:54:35 -06:00
litex,liteeth.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
lpc-eth.txt dt-bindings: net: lpc-eth: document optional properties 2019-10-18 13:12:35 -07:00
marvell-armada-370-neta.txt dt-bindings: net: mvneta: Add marvell,armada-ac5-neta 2022-03-17 10:49:26 +01:00
marvell-bluetooth.yaml dt-bindings: net: marvell-bluetooth: Convert txt bindings to yaml 2021-10-20 10:51:43 -05:00
marvell-bt-8xxx.txt
marvell-neta-bm.txt
marvell-orion-net.txt
marvell-pp2.txt doc: marvell: add CM3 address space and PPv2.3 description 2021-02-11 14:50:23 -08:00
marvell-pxa168.txt
marvell,mvusb.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
marvell,orion-mdio.yaml dt-bindings: net: marvell,orion-mdio: Set unevaluatedProperties to false 2022-05-18 13:03:43 +01:00
marvell,prestera.txt dt-bindings: marvell,prestera: Add description for device-tree bindings 2020-09-17 16:35:47 -07:00
maxim,ds26522.txt
mctp-i2c-controller.yaml dt-bindings: net: New binding mctp-i2c-controller 2022-02-19 16:18:49 +00:00
mdio-gpio.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
mdio-mux-gpio.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux-meson-g12a.txt
mdio-mux-mmioreg.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux-multiplexer.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
mdio.txt
mdio.yaml dt-bindings: net: mdio: Drop resets/reset-names child properties 2022-01-12 10:00:22 -06:00
mediatek-bluetooth.txt dt: fix broken links due to txt->yaml renames 2020-06-18 10:45:05 -06:00
mediatek-dwmac.yaml dt-bindings: net: Fix unevaluatedProperties warnings in examples 2022-05-31 21:25:11 -05:00
mediatek,mt7620-gsw.txt
mediatek,net.yaml dt-bindings: net: Fix unevaluatedProperties warnings in examples 2022-05-31 21:25:11 -05:00
mediatek,star-emac.yaml dt-bindings: net: mtk-star-emac: add description for new properties 2022-06-29 13:45:30 +01:00
micrel-ks8995.txt
micrel-ksz90x1.txt dt-bindings: net: micrel-ksz90x1.txt: correct documentation 2021-03-25 16:51:53 -07:00
micrel,ks8851.yaml dt-bindings: net: ks8851: Convert to YAML schema 2021-07-13 13:14:40 -06:00
micrel.txt dt-bindings: net: Updated micrel,led-mode for LAN8814 PHY 2022-07-02 16:30:44 +01:00
microchip,enc28j60.txt
microchip,lan78xx.txt
microchip,lan95xx.yaml dt-bindings: net: add schema for Microchip/SMSC LAN95xx USB Ethernet controllers 2022-05-17 13:06:33 -05:00
microchip,lan966x-switch.yaml dt-bindings: net: lan966x: fix example 2022-05-04 20:40:19 -07:00
microchip,sparx5-switch.yaml dt-bindings: net: sparx5: Extend with the ptp interrupt 2022-03-04 13:03:09 +00:00
mscc-phy-vsc8531.txt Documentation: fix incorrect macro referencing in mscc-phy-vsc8531.txt 2021-08-02 15:48:06 -06:00
mscc,miim.yaml dt-bindings: net: mscc-miim: add clock and clock-frequency 2022-04-06 14:04:16 +01:00
mscc,vsc7514-switch.yaml dt-bindings: net: mscc,vsc7514-switch: convert txt bindings to yaml 2022-03-10 16:15:11 -06:00
nixge.txt
nokia-bluetooth.txt
nxp,dwmac-imx.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
nxp,lpc1850-dwmac.txt
nxp,tja11xx.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
opencores-ethoc.txt
oxnas-dwmac.txt dt-bindings: net: oxnas-dwmac: Add bindings for OX810SE 2022-01-12 09:05:02 -08:00
phy.txt
qca,ar71xx.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
qca,ar803x.yaml dt: ar803x: document SmartEEE properties 2021-01-15 15:06:06 -08:00
qca,qca7000.txt dt-bindings: serial: Convert slave-device bindings to json-schema 2020-03-23 11:08:28 -06:00
qcom-emac.txt dt-bindings: Fix incorrect "the the" corrections 2022-08-18 10:59:33 -07:00
qcom,bam-dmux.yaml dt-bindings: net: Add schema for Qualcomm BAM-DMUX 2021-11-29 12:27:34 +00:00
qcom,ethqos.txt dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible 2022-03-29 15:37:10 -07:00
qcom,ipa.yaml dt-bindings: net: qcom,ipa: finish the qcom,smp2p example 2022-04-04 19:55:03 -05:00
qcom,ipq4019-mdio.yaml dt-bindings: net: Add the properties for ipq4019 MDIO 2021-08-16 10:30:27 +01:00
qcom,ipq8064-mdio.yaml dt-bindings: net: ipq8064-mdio: fix warning with new qca8k switch 2021-10-15 11:06:38 +01:00
qualcomm-bluetooth.yaml dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn6750 2021-06-26 07:12:30 +02:00
ralink,rt2880-net.txt
ralink,rt3050-esw.txt
realtek-bluetooth.yaml dt-bindings: bluetooth: realtek: Add missing max-speed 2021-10-12 09:05:34 -05:00
realtek,rtl82xx.yaml dt-bindings: net: add dt binding for realtek rtl82xx phy 2021-06-08 11:41:23 -07:00
renesas,ether.yaml dt-bindings: net: renesas,ether: Update example to match reality 2021-10-02 14:13:38 +01:00
renesas,etheravb.yaml dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC 2022-05-16 10:14:27 +01:00
rockchip-dwmac.yaml dt-bindings: net: rockchip-dwmac: add rk3568 compatible string 2021-05-17 15:34:43 -07:00
rockchip,emac.yaml dt-bindings: net: convert emac_rockchip.txt to YAML 2022-08-01 08:29:21 -06:00
samsung-sxgbe.txt
sff,sfp.yaml dt-bindings: net: sff,sfp: rename example dt nodes to be more generic 2022-07-12 17:27:16 -07:00
smsc-lan87xx.txt dt-bindings: net: phy: smsc: document reference clock 2020-09-09 14:15:02 -07:00
smsc,lan91c111.yaml dt-bindings: net: smsc,lan91c111 convert to schema 2022-04-06 11:03:37 -05:00
smsc,lan9115.yaml dt-bindings: net: sms911x: Convert to json-schema 2021-07-01 13:27:10 -07:00
snps,dwc-qos-ethernet.txt
snps,dwmac.yaml dt-bindings: net: snps,dwmac: add "renesas,rzn1" compatible 2022-06-27 11:37:55 +01:00
socfpga-dwmac.txt
socionext-netsec.txt netsec: ignore 'phy-mode' device property on ACPI systems 2020-10-20 15:59:43 -07:00
socionext,uniphier-ave4.yaml dt-bindings: net: ave: Use unevaluatedProperties 2022-04-08 11:55:06 +01:00
sti-dwmac.txt
stm32-dwmac.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
stmmac.txt
sunplus,sp7021-emac.yaml devicetree: bindings: net: Add bindings doc for Sunplus SP7021. 2022-05-10 11:31:32 +02:00
ti,bluetooth.yaml dt-bindings: net: ti,bluetooth: Document default max-speed 2021-11-01 20:33:57 -05:00
ti,cpsw-switch.yaml dt-bindings: Another pass removing cases of 'allOf' containing a '$ref' 2022-03-02 14:02:57 -06:00
ti,davinci-mdio.yaml dt-bindings: Fix properties without any type 2022-05-23 11:53:30 -05:00
ti,dp83822.yaml dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos 2022-08-12 11:13:32 -06:00
ti,dp83867.yaml dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos 2022-08-12 11:13:32 -06:00
ti,dp83869.yaml dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos 2022-08-12 11:13:32 -06:00
ti,k3-am654-cpsw-nuss.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
ti,k3-am654-cpts.yaml dt-bindings: white-space cleanups 2022-04-04 19:55:03 -05:00
toshiba,visconti-dwmac.yaml dt-bindings: net: toshiba,visconti-dwmac: Update the common clock properties 2022-05-22 23:08:18 +01:00
vertexcom-mse102x.yaml dt-bindings: net: add Vertexcom MSE102x support 2021-12-13 14:15:41 +00:00
via-rhine.txt
via-velocity.txt
wiznet,w5x00.txt
xilinx_axienet.txt dt-bindings: net: add pcs-handle attribute 2022-04-06 13:54:51 +01:00
xilinx_gmii2rgmii.txt
xlnx,emaclite.yaml dt-bindings: net: xilinx: document xilinx emaclite driver binding 2022-06-15 09:23:24 +01:00