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
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
wireless dt-bindings: bcm4329-fmac: add optional brcm,ccode-map-trivial 2022-07-28 12:58:42 +03:00
actions,owl-emac.yaml
adi,adin.yaml
allwinner,sun4i-a10-emac.yaml
allwinner,sun4i-a10-mdio.yaml
allwinner,sun7i-a20-gmac.yaml
allwinner,sun8i-a83t-emac.yaml
altera_tse.txt devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
amd-xgbe.txt
amlogic,meson-dwmac.yaml
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
asix,ax88178.yaml
asix,ax88796c.yaml
aspeed,ast2600-mdio.yaml
bluetooth.txt
brcm,amac.yaml
brcm,bcm4908-enet.yaml
brcm,bcm6368-mdio-mux.yaml
brcm,bcm7445-switch-v4.0.txt
brcm,bcmgenet.yaml
brcm,iproc-mdio.yaml
brcm,mdio-mux-iproc.yaml
brcm,systemport.yaml
brcm,unimac-mdio.yaml
broadcom-bcm87xx.txt
broadcom-bluetooth.yaml dt-bindings: net: broadcom-bluetooth: Add conditional constraints 2022-07-21 17:11:44 -07:00
btusb.txt
calxeda-xgmac.yaml
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
cortina.txt
cpsw-phy-sel.txt
cpsw.txt devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
davicom,dm9051.yaml
davicom-dm9000.txt
davinci_emac.txt
engleder,tsnep.yaml
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
ethernet.txt
ezchip_enet.txt
faraday,ftmac.txt
fixed-link.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
fsl-enetc.txt
fsl-fman.txt
fsl-tsec-phy.txt
ftgmac100.txt
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
ingenic,mac.yaml
intel,dwmac-plat.yaml
intel,ixp4xx-ethernet.yaml
intel,ixp4xx-hss.yaml
intel,ixp46x-ptp-timer.yaml
ipq806x-dwmac.txt
keystone-netcp.txt
lantiq,etop-xway.yaml
lantiq,xrx200-net.yaml
litex,liteeth.yaml
lpc-eth.txt
marvell,mvusb.yaml
marvell,orion-mdio.yaml
marvell,prestera.txt
marvell-armada-370-neta.txt
marvell-bluetooth.yaml
marvell-bt-8xxx.txt
marvell-neta-bm.txt
marvell-orion-net.txt
marvell-pp2.txt
marvell-pxa168.txt
maxim,ds26522.txt
mctp-i2c-controller.yaml
mdio-gpio.yaml
mdio-mux-gpio.yaml
mdio-mux-meson-g12a.txt
mdio-mux-mmioreg.yaml
mdio-mux-multiplexer.yaml
mdio-mux.yaml
mdio.txt
mdio.yaml
mediatek,mt7620-gsw.txt
mediatek,net.yaml
mediatek,star-emac.yaml
mediatek-bluetooth.txt
mediatek-dwmac.yaml
micrel,ks8851.yaml
micrel-ks8995.txt
micrel-ksz90x1.txt
micrel.txt
microchip,enc28j60.txt
microchip,lan78xx.txt
microchip,lan95xx.yaml
microchip,lan966x-switch.yaml
microchip,sparx5-switch.yaml
mscc,miim.yaml
mscc,vsc7514-switch.yaml
mscc-phy-vsc8531.txt
nixge.txt
nokia-bluetooth.txt
nxp,dwmac-imx.yaml
nxp,lpc1850-dwmac.txt
nxp,tja11xx.yaml
opencores-ethoc.txt
oxnas-dwmac.txt
phy.txt
qca,ar71xx.yaml
qca,ar803x.yaml
qca,qca7000.txt
qcom,bam-dmux.yaml
qcom,ethqos.txt
qcom,ipa.yaml
qcom,ipq4019-mdio.yaml
qcom,ipq8064-mdio.yaml
qcom-emac.txt dt-bindings: Fix incorrect "the the" corrections 2022-08-18 10:59:33 -07:00
qualcomm-bluetooth.yaml
ralink,rt2880-net.txt
ralink,rt3050-esw.txt
realtek,rtl82xx.yaml
realtek-bluetooth.yaml
renesas,ether.yaml
renesas,etheravb.yaml
rockchip,emac.yaml dt-bindings: net: convert emac_rockchip.txt to YAML 2022-08-01 08:29:21 -06:00
rockchip-dwmac.yaml
samsung-sxgbe.txt
sff,sfp.yaml
smsc,lan91c111.yaml
smsc,lan9115.yaml
smsc-lan87xx.txt
snps,dwc-qos-ethernet.txt
snps,dwmac.yaml
socfpga-dwmac.txt
socionext,uniphier-ave4.yaml
socionext-netsec.txt
sti-dwmac.txt
stm32-dwmac.yaml
stmmac.txt
sunplus,sp7021-emac.yaml
ti,bluetooth.yaml
ti,cpsw-switch.yaml
ti,davinci-mdio.yaml
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
ti,k3-am654-cpts.yaml
toshiba,visconti-dwmac.yaml
vertexcom-mse102x.yaml
via-rhine.txt
via-velocity.txt
wiznet,w5x00.txt
xilinx_axienet.txt
xilinx_gmii2rgmii.txt
xlnx,emaclite.yaml