linux/Documentation/devicetree/bindings/net
Linus Torvalds d7c5303fbc Networking fixes for 5.13-rc4, including fixes from bpf, netfilter,
can and wireless trees. Notably including fixes for the recently
 announced "FragAttacks" WiFi vulnerabilities. Rather large batch,
 touching some core parts of the stack, too, but nothing hair-raising.
 
 Current release - regressions:
 
  - tipc: make node link identity publish thread safe
 
  - dsa: felix: re-enable TAS guard band mode
 
  - stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()
 
  - stmmac: fix system hang if change mac address after interface ifdown
 
 Current release - new code bugs:
 
  - mptcp: avoid OOB access in setsockopt()
 
  - bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 
  - ethtool: stats: fix a copy-paste error - init correct array size
 
 Previous releases - regressions:
 
  - sched: fix packet stuck problem for lockless qdisc
 
  - net: really orphan skbs tied to closing sk
 
  - mlx4: fix EEPROM dump support
 
  - bpf: fix alu32 const subreg bound tracking on bitwise operations
 
  - bpf: fix mask direction swap upon off reg sign change
 
  - bpf, offload: reorder offload callback 'prepare' in verifier
 
  - stmmac: Fix MAC WoL not working if PHY does not support WoL
 
  - packetmmap: fix only tx timestamp on request
 
  - tipc: skb_linearize the head skb when reassembling msgs
 
 Previous releases - always broken:
 
  - mac80211: address recent "FragAttacks" vulnerabilities
 
  - mac80211: do not accept/forward invalid EAPOL frames
 
  - mptcp: avoid potential error message floods
 
  - bpf, ringbuf: deny reserve of buffers larger than ringbuf to prevent
                  out of buffer writes
 
  - bpf: forbid trampoline attach for functions with variable arguments
 
  - bpf: add deny list of functions to prevent inf recursion of tracing
         programs
 
  - tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
 
  - can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
 
  - netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check,
               fallback to non-AVX2 version
 
 Misc:
 
  - bpf: add kconfig knob for disabling unpriv bpf by default
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmCuy2gACgkQMUZtbf5S
 IruE5BAAhihia5EaiV71Bz/Cqr/d+osv5u283riKT8kBft0bWFVFFnT3iweWyR0/
 5X+bB6zmr80Cuqh45ZeYyq+zJtiAAlsbD5hqBIGdMriSWLxciNKjVJRzuEjuqnek
 USMW/LqGyf4NhmLogmQKpx8XcKSG7VYuK7vPrsH8us1dL5vIssceIXn8R9Dzj9NN
 P77K5Z+Oka8XQJgetNLxR3tDAM/92RwIshotkhJbRwgiUvzb+wbnrnSOAZCIPgku
 ydJyOxOklln1Sx07SejgzEl33ri0CkioDPThBWpOn7Mu0JrYKukXPKludoZcRYuJ
 2jNLYfbH0ZS5EkOfk89h7j7MDoAJMUK72M+S1w5DEYz6eH2EjhAq9noZ6E1iQH+U
 9vfoIvQjPh6Zhyk5QeM4dpt0cvR7rSElXkLVxo/x0dSBAi2rIng1bKeCUtv2J689
 CsoD0oghtEzvUTYVxY6iNr15OFGl6KsZv4tVQ709gGA36sDlK8ozGbJH5WReobBl
 f8H2WJlj2tVW5V75yUoio8TumDw34yk/5xlJFzm9GOwkqBrUcqOraHtHdUIsa4qr
 KbELQQ9QVt4zYdLAiWy5BL/QLycp0ibmA1IB8W1bxEVSK1JXzREHzPxv85KOfZkn
 8+vzNHmk2PEZYYsExiEykc5jXKOCPs8L0rJ6p4OverlbpDZcwIg=
 =peMK
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Jakub Kicinski:
 "Networking fixes for 5.13-rc4, including fixes from bpf, netfilter,
  can and wireless trees. Notably including fixes for the recently
  announced "FragAttacks" WiFi vulnerabilities. Rather large batch,
  touching some core parts of the stack, too, but nothing hair-raising.

  Current release - regressions:

   - tipc: make node link identity publish thread safe

   - dsa: felix: re-enable TAS guard band mode

   - stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()

   - stmmac: fix system hang if change mac address after interface
     ifdown

  Current release - new code bugs:

   - mptcp: avoid OOB access in setsockopt()

   - bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers

   - ethtool: stats: fix a copy-paste error - init correct array size

  Previous releases - regressions:

   - sched: fix packet stuck problem for lockless qdisc

   - net: really orphan skbs tied to closing sk

   - mlx4: fix EEPROM dump support

   - bpf: fix alu32 const subreg bound tracking on bitwise operations

   - bpf: fix mask direction swap upon off reg sign change

   - bpf, offload: reorder offload callback 'prepare' in verifier

   - stmmac: Fix MAC WoL not working if PHY does not support WoL

   - packetmmap: fix only tx timestamp on request

   - tipc: skb_linearize the head skb when reassembling msgs

  Previous releases - always broken:

   - mac80211: address recent "FragAttacks" vulnerabilities

   - mac80211: do not accept/forward invalid EAPOL frames

   - mptcp: avoid potential error message floods

   - bpf, ringbuf: deny reserve of buffers larger than ringbuf to
     prevent out of buffer writes

   - bpf: forbid trampoline attach for functions with variable arguments

   - bpf: add deny list of functions to prevent inf recursion of tracing
     programs

   - tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT

   - can: isotp: prevent race between isotp_bind() and
     isotp_setsockopt()

   - netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check,
     fallback to non-AVX2 version

  Misc:

   - bpf: add kconfig knob for disabling unpriv bpf by default"

* tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (172 commits)
  net: phy: Document phydev::dev_flags bits allocation
  mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer
  mptcp: avoid error message on infinite mapping
  mptcp: drop unconditional pr_warn on bad opt
  mptcp: avoid OOB access in setsockopt()
  nfp: update maintainer and mailing list addresses
  net: mvpp2: add buffer header handling in RX
  bnx2x: Fix missing error code in bnx2x_iov_init_one()
  net: zero-initialize tc skb extension on allocation
  net: hns: Fix kernel-doc
  sctp: fix the proc_handler for sysctl encap_port
  sctp: add the missing setting for asoc encap_port
  bpf, selftests: Adjust few selftest result_unpriv outcomes
  bpf: No need to simulate speculative domain for immediates
  bpf: Fix mask direction swap upon off reg sign change
  bpf: Wrap aux data inside bpf_sanitize_info container
  bpf: Fix BPF_LSM kconfig symbol dependency
  selftests/bpf: Add test for l3 use of bpf_redirect_peer
  bpftool: Add sock_release help info for cgroup attach/prog load command
  net: dsa: microchip: enable phy errata workaround on 9567
  ...
2021-05-26 17:44:49 -10:00
..
can Networking changes for 5.13. 2021-04-29 11:57:23 -07:00
dsa dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switch 2021-04-27 14:13:24 -07:00
ieee802154
nfc dt-bindings: net: nfc: s3fwrn5: Change I2C interrupt trigger type 2020-12-09 16:49:46 -08:00
wireless Networking changes for 5.13. 2021-04-29 11:57:23 -07:00
actions,owl-emac.yaml dt-bindings: net: Add Actions Semi Owl Ethernet MAC binding 2021-03-22 12:56:21 -07:00
adi,adin.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
allwinner,sun4i-a10-emac.yaml dt-bindings: Change maintainer address 2019-12-12 18:38:10 -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: Fix JSON pointers 2020-12-18 15:14:44 -06:00
altera_tse.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
amd-xgbe.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
amlogic,meson-dwmac.yaml dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delay 2021-01-07 15:58:32 -08:00
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
aspeed,ast2600-mdio.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
bluetooth.txt
brcm,amac.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
brcm,bcm4908-enet.yaml Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-04-09 20:48:35 -07:00
brcm,bcm6368-mdio-mux.yaml dt-bindings: net: Add bcm6368-mdio-mux bindings 2021-03-16 11:52:18 -07: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.txt dt-bindings: net: bcmgenet: Add BCM2711 support 2019-11-12 20:07:59 -08:00
brcm,iproc-mdio.txt
brcm,mdio-mux-iproc.txt dt-bindings: net: Add clock handle to Broadcom iProc mdio mux 2018-08-02 14:36:49 -07:00
brcm,systemport.txt dt-bindings: net: Document Broadcom SYSTEMPORT clocks 2020-09-03 15:06:03 -07:00
brcm,unimac-mdio.txt net: phy: mdio-bcm-unimac: Allow configuring MDIO clock divider 2018-09-21 19:08:24 -07:00
broadcom-bcm87xx.txt
broadcom-bluetooth.yaml Bluetooth: btbcm: Add BCM4334 DT binding 2021-03-18 10:17:04 +01: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
cirrus,cs89x0.txt
cortina,gemini-ethernet.txt
cortina.txt
cpsw-phy-sel.txt dt-bindings: net: ti: deprecate cpsw-phy-sel bindings 2019-02-20 08:14:04 -08:00
cpsw.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
davicom-dm9000.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
davinci_emac.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
emac_rockchip.txt
ethernet-controller.yaml dt-bindings: net: ethernet-controller: fix typo in NVMEM 2021-03-29 16:24:09 -07:00
ethernet-phy.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
ethernet.txt dt-bindings: net: Add YAML schemas for the generic Ethernet options 2019-06-28 13:27:45 -06:00
ezchip_enet.txt
faraday,ftmac.txt
fixed-link.txt dt-bindings: net: Add YAML schemas for the generic Ethernet options 2019-06-28 13:27:45 -06:00
fsl,qoriq-mc-dpmac.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
fsl-enetc.txt dt-bindings: net: fsl: enetc: add the IERB documentation 2021-04-19 15:31:45 -07:00
fsl-fec.txt dt-bindings: fec: update the gpr property 2020-05-26 20:21:43 -07:00
fsl-fman.txt dt-bindings: net: FMan erratum A050385 2020-03-06 21:55:32 -08:00
fsl-tsec-phy.txt dt-bindings: ptp: add ptp-qoriq.txt 2018-05-28 23:05:12 -04:00
ftgmac100.txt dt-bindings: net: ftgmac100: describe phy-handle and MDIO 2020-11-02 15:10:55 -08:00
gpmc-eth.txt
hisilicon-femac-mdio.txt
hisilicon-femac.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
hisilicon-hip04-net.txt net: hisilicon: dt-bindings: Add an field of port-handle 2019-07-09 14:29:26 -07:00
hisilicon-hix5hd2-gmac.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
hisilicon-hns-dsaf.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
hisilicon-hns-mdio.txt
hisilicon-hns-nic.txt
ibm,emac.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
icplus-ip101ag.txt dt-bindings: net: phy: add bindings for the IC Plus Corp. IP101A/G PHYs 2018-11-18 16:16:20 -08:00
idt,3243x-emac.yaml dt-bindings: net: korina: Add DT bindings for IDT 79RC3243x SoCs 2021-04-19 15:58:14 -07:00
imx-dwmac.txt dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer 2020-05-29 17:01:26 -07:00
intel,dwmac-plat.yaml dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
intel,ixp4xx-ethernet.yaml net: ethernet: ixp4xx: Add DT bindings 2021-04-25 18:27:13 -07:00
ipq806x-dwmac.txt
keystone-netcp.txt dt-bindings: doc: net: keystone-netcp: document cpts 2019-06-09 12:53:06 -07:00
lantiq,xrx200-net.txt dt-bindings: net: lantiq, xrx200-net: Use lower case in hex 2018-09-17 08:12:11 -07:00
lpc-eth.txt dt-bindings: net: lpc-eth: document optional properties 2019-10-18 13:12:35 -07:00
macb.txt Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
marvell,mvusb.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
marvell,prestera.txt dt-bindings: marvell,prestera: Add description for device-tree bindings 2020-09-17 16:35:47 -07:00
marvell-armada-370-neta.txt dt-bindings: net: mvneta: add phys property 2019-02-07 18:10:26 -08:00
marvell-bluetooth.txt Bluetooth: hci_mrvl: Add serdev support 2019-07-06 12:53:56 +02:00
marvell-bt-8xxx.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
marvell-neta-bm.txt
marvell-orion-mdio.txt dt-bindings: allow up to four clocks for orion-mdio 2019-07-09 13:03:04 -07:00
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 dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
maxim,ds26522.txt
mdio-gpio.txt dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0 2021-04-27 14:13:24 -07:00
mdio-mux-gpio.txt
mdio-mux-meson-g12a.txt dt-bindings: net: phy: add g12a mdio mux documentation 2019-04-06 18:16:58 -07:00
mdio-mux-mmioreg.txt
mdio-mux-multiplexer.txt dt-bindings: net: Add bindings for mdio mux consumers 2019-02-27 12:52:20 -08:00
mdio-mux.txt
mdio.txt dt-bindings: net: Add a YAML schemas for the generic MDIO options 2019-06-28 13:27:45 -06:00
mdio.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
mediatek,mt7620-gsw.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mediatek,star-emac.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
mediatek-bluetooth.txt dt: fix broken links due to txt->yaml renames 2020-06-18 10:45:05 -06:00
mediatek-dwmac.txt net-next: dt-binding: dwmac-mediatek: add more description for RMII 2019-12-17 13:48:30 -08:00
mediatek-net.txt dt-bindings: net: mediatek: Add support for MediaTek MT7628/88 SoC 2019-08-18 14:15:50 -07:00
micrel-ks8851.txt
micrel-ks8995.txt
micrel-ksz90x1.txt dt-bindings: net: micrel-ksz90x1.txt: correct documentation 2021-03-25 16:51:53 -07:00
micrel.txt
microchip,enc28j60.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
microchip,lan78xx.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
mscc-miim.txt
mscc-ocelot.txt Documentation/bindings: net: ocelot: document the PTP ready IRQ 2019-08-15 16:31:11 -07:00
mscc-phy-vsc8531.txt dt-bindings: net: phy: vsc8531: document the load/save GPIO 2020-06-24 14:33:16 -07:00
nixge.txt dt-bindings: net: Add fixed-link support 2019-02-05 10:34:34 -08:00
nokia-bluetooth.txt
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
phy.txt dt-bindings: net: Add a YAML schemas for the generic PHY options 2019-06-28 13:27:45 -06:00
qca,ar71xx.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05: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,ethqos.txt dt-bindings: net: Add Qualcomm ethqos binding 2019-01-22 19:37:59 -08:00
qcom,ipa.yaml dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
qcom,ipq4019-mdio.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
qcom,ipq8064-mdio.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
qcom-emac.txt
qualcomm-bluetooth.txt Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next 2020-05-13 12:20:12 -07:00
ralink,rt2880-net.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ralink,rt3050-esw.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
realtek-bluetooth.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
renesas,ether.yaml dt-bindings: net: renesas,ether: Update Sergei's email address 2021-05-19 13:08:58 -07:00
renesas,etheravb.yaml dt-bindings: net: renesas,etheravb: Fix optional second clock name 2021-05-04 09:05:46 -05:00
rockchip-dwmac.yaml dt-bindings: net: convert rockchip-dwmac to json-schema 2021-04-26 12:59:37 -07:00
samsung-sxgbe.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
sff,sfp.txt Documentation/bindings: net: the sfp i2c-bus property is now mandatory 2018-05-23 14:34:27 -04:00
smsc-lan87xx.txt dt-bindings: net: phy: smsc: document reference clock 2020-09-09 14:15:02 -07:00
smsc-lan91c111.txt
smsc911x.txt
snps,dwc-qos-ethernet.txt dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour 2019-05-05 21:47:07 -07:00
snps,dwmac.yaml dt-bindings: net: dwmac: Add Rockchip DWMAC support 2021-04-26 12:59:37 -07:00
socfpga-dwmac.txt dt-bindings: socfpga-dwmac: add "altr, socfpga-stmmac-a10-s10" binding 2019-06-06 14:21:06 -07:00
socionext,uniphier-ave4.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
socionext-netsec.txt netsec: ignore 'phy-mode' device property on ACPI systems 2020-10-20 15:59:43 -07:00
sti-dwmac.txt
stm32-dwmac.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
stmmac.txt dt-bindings: net: stmmac: Convert the binding to a schemas 2019-06-28 13:27:46 -06:00
ti,cpsw-switch.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
ti,davinci-mdio.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
ti,dp83822.yaml dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
ti,dp83867.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
ti,dp83869.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
ti,k3-am654-cpsw-nuss.yaml Devicetree updates for v5.12: 2021-02-22 10:05:12 -08:00
ti,k3-am654-cpts.yaml Devicetree updates for v5.12: 2021-02-22 10:05:12 -08:00
ti-bluetooth.txt dt-bindings: serial: Convert slave-device bindings to json-schema 2020-03-23 11:08:28 -06:00
toshiba,visconti-dwmac.yaml dt-bindings: net: Add DT bindings for Toshiba Visconti TMPV7700 SoC 2021-02-15 14:59:35 -08:00
via-rhine.txt
via-velocity.txt
wiznet,w5x00.txt dt-bindings: net: wiznet: add w5x00 support 2019-06-12 09:52:20 -07:00
xilinx_axienet.txt dt-bindings: net: xilinx_axienet: Document additional clocks 2021-03-26 15:17:17 -07:00
xilinx_gmii2rgmii.txt