WSL2-Linux-Kernel/Documentation/devicetree/bindings
Linus Torvalds eb2eb5161c Networking fixes for 5.17-rc3, including fixes from bpf, netfilter,
and ieee802154.
 
 Current release - regressions:
 
  - Partially revert "net/smc: Add netlink net namespace support",
    fix uABI breakage
 
  - netfilter:
      - nft_ct: fix use after free when attaching zone template
      - nft_byteorder: track register operations
 
 Previous releases - regressions:
 
  - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
 
  - phy: qca8081: fix speeds lower than 2.5Gb/s
 
  - sched: fix use-after-free in tc_new_tfilter()
 
 Previous releases - always broken:
 
  - tcp: fix mem under-charging with zerocopy sendmsg()
 
  - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
 
  - neigh: do not trigger immediate probes on NUD_FAILED from
    neigh_managed_work, avoid a deadlock
 
  - bpf: use VM_MAP instead of VM_ALLOC for ringbuf, avoid KASAN
    false-positives
 
  - netfilter: nft_reject_bridge: fix for missing reply from prerouting
 
  - smc: forward wakeup to smc socket waitqueue after fallback
 
  - ieee802154:
      - return meaningful error codes from the netlink helpers
      - mcr20a: fix lifs/sifs periods
      - at86rf230, ca8210: stop leaking skbs on error paths
 
  - macsec: add missing un-offload call for NETDEV_UNREGISTER of parent
 
  - ax25: add refcount in ax25_dev to avoid UAF bugs
 
  - eth: mlx5e:
      - fix SFP module EEPROM query
      - fix broken SKB allocation in HW-GRO
      - IPsec offload: fix tunnel mode crypto for non-TCP/UDP flows
 
  - eth: amd-xgbe:
      - fix skb data length underflow
      - ensure reset of the tx_timer_active flag, avoid Tx timeouts
 
  - eth: stmmac: fix runtime pm use in stmmac_dvr_remove()
 
  - eth: e1000e: handshake with CSME starts from Alder Lake platforms
 
 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmH8X9UACgkQMUZtbf5S
 IrsxuhAAlAvFHGL6y5Y2gAmhKvVUvCYjiIJBcvk7R66CwYVRxofvlhmxi6GM/Czs
 9SrVSaN4RXu3p3d7UtAl1gAQwHqzLIHH3m2g5dSKVvHZWQgkm/+n74x0aZQ9Fll7
 mWs9uu5fWsQr/qZBnnjoQTvUxRUNVd4trBy7nXGzkNqJL5j0+2TT4BhH4qalhE28
 iPc9YFCyKPdjoWFksteZqD3hAQbXxK/xRRr6xuvFHENlZdEHM6ARftHnJthTG/fY
 32rdn9YUkQ9lNtOBJNMN9yP2z1B7TcxASBqjjk55I7XtT1QAI9/PskszavHC0hOk
 BCSMX779bLNW4+G0wiSKVB4tq4tvswtawq8Hxa6zdU4TKIzfQ84ZL/Nf66GtH+4W
 C0mbZohmyJV9hQFkNT0ZLeihljd7i4BkDttlbK3uz2IL9tHeX3uSo5V7AgS/Xaf6
 frXgbGgjQTaR6IL9AUhfN3GTCx60mzpH/aRpFho8A5xAl3EtHWCJcRhbY/CEhQBR
 zyCndcLcG5mUzbhx/TxlKrrpRCLxqCUG/Tsb2wCh5jMxO1zonW9Hhv4P1ie6EFuI
 h+XiJT2WWObS/KTze9S86WOR0zcqrtRqaOGJlNB+/+K8ClZU8UsDTFXLQ0dqpVZF
 Mvp7VchBzyFFJrrvO8WkkJgLTKdaPJmM9wuWUZb4J6d2MWlmDkE=
 =qKvf
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Jakub Kicinski:
 "Including fixes from bpf, netfilter, and ieee802154.

  Current release - regressions:

   - Partially revert "net/smc: Add netlink net namespace support", fix
     uABI breakage

   - netfilter:
      - nft_ct: fix use after free when attaching zone template
      - nft_byteorder: track register operations

  Previous releases - regressions:

   - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback

   - phy: qca8081: fix speeds lower than 2.5Gb/s

   - sched: fix use-after-free in tc_new_tfilter()

  Previous releases - always broken:

   - tcp: fix mem under-charging with zerocopy sendmsg()

   - tcp: add missing tcp_skb_can_collapse() test in
     tcp_shift_skb_data()

   - neigh: do not trigger immediate probes on NUD_FAILED from
     neigh_managed_work, avoid a deadlock

   - bpf: use VM_MAP instead of VM_ALLOC for ringbuf, avoid KASAN
     false-positives

   - netfilter: nft_reject_bridge: fix for missing reply from prerouting

   - smc: forward wakeup to smc socket waitqueue after fallback

   - ieee802154:
      - return meaningful error codes from the netlink helpers
      - mcr20a: fix lifs/sifs periods
      - at86rf230, ca8210: stop leaking skbs on error paths

   - macsec: add missing un-offload call for NETDEV_UNREGISTER of parent

   - ax25: add refcount in ax25_dev to avoid UAF bugs

   - eth: mlx5e:
      - fix SFP module EEPROM query
      - fix broken SKB allocation in HW-GRO
      - IPsec offload: fix tunnel mode crypto for non-TCP/UDP flows

   - eth: amd-xgbe:
      - fix skb data length underflow
      - ensure reset of the tx_timer_active flag, avoid Tx timeouts

   - eth: stmmac: fix runtime pm use in stmmac_dvr_remove()

   - eth: e1000e: handshake with CSME starts from Alder Lake platforms"

* tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (69 commits)
  ax25: fix reference count leaks of ax25_dev
  net: stmmac: ensure PTP time register reads are consistent
  net: ipa: request IPA register values be retained
  dt-bindings: net: qcom,ipa: add optional qcom,qmp property
  tools/resolve_btfids: Do not print any commands when building silently
  bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
  net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_work
  tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
  net: sparx5: do not refer to skb after passing it on
  Partially revert "net/smc: Add netlink net namespace support"
  net/mlx5e: Avoid field-overflowing memcpy()
  net/mlx5e: Use struct_group() for memcpy() region
  net/mlx5e: Avoid implicit modify hdr for decap drop rule
  net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic
  net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic
  net/mlx5e: Don't treat small ceil values as unlimited in HTB offload
  net/mlx5: E-Switch, Fix uninitialized variable modact
  net/mlx5e: Fix handling of wrong devices during bond netevent
  net/mlx5e: Fix broken SKB allocation in HW-GRO
  net/mlx5e: Fix wrong calculation of header index in HW_GRO
  ...
2022-02-03 16:54:18 -08:00
..
arc
arm We have a couple patches in the framework core this time around but 2022-01-12 17:02:27 -08:00
ata dt-bindings: ata: Convert Broadcom SATA to YAML 2021-12-17 09:00:23 -06:00
auxdisplay
board
bus Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
chrome
clock We have a couple patches in the framework core this time around but 2022-01-12 17:02:27 -08:00
connector
counter
cpu
cpufreq
crypto Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
csky
devfreq
display Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
dma dmaengine updates for v5.17-rc1 2022-01-18 14:03:34 +02:00
dsp
dvfs
edac
eeprom dt-bindings: at24: add at24c1025 2021-12-13 14:42:32 +01:00
extcon dt-bindings: google,cros-ec: drop Enric Balletbo i Serra from maintainers 2022-01-20 14:11:08 -06:00
firmware Networking changes for 5.17. 2022-01-10 19:06:09 -08:00
fpga
fsi
fuse dt-bindings: fuse: tegra: Document Tegra234 FUSE 2021-12-17 14:58:05 +01:00
gnss
goldfish
gpio Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
gpu Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
h8300
hsi
hwlock dt-bindings: treewide: Update @st.com email address to @foss.st.com 2021-11-11 22:27:16 -06:00
hwmon hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTC 2021-12-26 15:02:06 -08:00
i2c Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
i3c
iio Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
infiniband
input Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
interconnect Merge branch 'icc-qcm2290' into icc-next 2021-12-15 07:14:27 +02:00
interrupt-controller irqchip fixes for 5.17, take #1 2022-01-29 21:03:20 +01:00
iommu IOMMU Updates for Linux v5.17 2022-01-12 16:15:51 -08:00
ipmi dt-bindings: ipmi: bt-bmc: add 'clocks' as a required property 2021-12-21 15:32:39 +10:30
leds LED updates for 5.17. Nothing major is happening here. 2022-01-12 16:59:22 -08:00
mailbox - qcom: misc updates to qcom-ipcc driver 2022-01-13 11:19:07 -08:00
media Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
memory-controllers Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
mfd Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
mips dt-bindings: mips: Add Loongson-2K1000 reset support 2022-01-02 14:13:36 +01:00
misc dt-bindings: misc: Convert Tegra MISC to json-schema 2021-12-16 16:43:49 +01:00
mmc Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
mtd spi: Updates for v5.17 2022-01-11 12:19:47 -08:00
mux dt-bindings: mux: Document mux-states property 2022-01-03 13:59:59 +01:00
nds32
net dt-bindings: net: qcom,ipa: add optional qcom,qmp property 2022-02-03 08:03:20 -08:00
nios2
nvmem Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
openrisc/opencores
opp
pci pci-v5.17-changes 2022-01-16 08:08:11 +02:00
perf Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
phy Char/Misc and other driver changes for 5.17-rc1 2022-01-14 16:02:28 +01:00
pinctrl Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
pmem
power Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
powerpc
pps
ptp
pwm pwm: Changes for v5.17-rc1 2022-01-20 13:25:01 +02:00
regmap
regulator - New Device Support 2022-01-11 12:22:06 -08:00
remoteproc dt-bindings: remoteproc: qcom: pas: Add SM6350 adsp, cdsp & mpss 2021-12-13 17:02:07 -06:00
reserved-memory dt-bindings: memory: Document Tegra210 EMC table 2022-01-04 19:23:06 -06:00
reset Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
riscv
rng dt-bindings: rng: timeriomem_rng: convert TimerIO RNG to dtschema 2022-01-05 07:31:41 -06:00
rtc Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
scsi
security/tpm
serial Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
serio
sifive
siox
slimbus
soc ARM: SoC devicetree changes for v5.17 2022-01-10 08:24:40 -08:00
sound Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
soundwire
spi spi: Fixes for v5.17 2022-02-01 12:39:37 -08:00
spmi dt-bindings: spmi: document binding for the Mediatek SPMI controller 2021-12-17 17:18:18 +01:00
sram dt-bindings: sram: Document NVIDIA Tegra SYSRAM 2021-12-16 16:43:49 +01:00
staging/iio/adc
thermal Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
timer Updates for the time(r) subsystem: 2022-01-13 09:02:27 -08:00
ufs scsi: ufs: dt-bindings: Add SM8450 compatible strings 2021-12-07 17:28:54 +05:30
usb Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
virtio
w1
watchdog linux-watchdog 5.17-rc1 tag 2022-01-17 08:07:57 +02:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
Makefile dt-bindings: Only show unique unit address warning for enabled nodes 2021-12-06 14:19:17 -06:00
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
unittest.txt
vendor-prefixes.yaml Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
writing-bindings.rst
writing-schema.rst
xilinx.txt