mirror_ubuntu-kernels/Documentation/devicetree/bindings
Linus Torvalds 249aca0d3d Networking fixes for 5.18-rc5, including fixes from bluetooth, bpf
and netfilter.
 
 Current release - new code bugs:
 
  - bridge: switchdev: check br_vlan_group() return value
 
  - use this_cpu_inc() to increment net->core_stats, fix preempt-rt
 
 Previous releases - regressions:
 
  - eth: stmmac: fix write to sgmii_adapter_base
 
 Previous releases - always broken:
 
  - netfilter: nf_conntrack_tcp: re-init for syn packets only,
    resolving issues with TCP fastopen
 
  - tcp: md5: fix incorrect tcp_header_len for incoming connections
 
  - tcp: fix F-RTO may not work correctly when receiving DSACK
 
  - tcp: ensure use of most recently sent skb when filling rate samples
 
  - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
 
  - virtio_net: fix wrong buf address calculation when using xdp
 
  - xsk: fix forwarding when combining copy mode with busy poll
 
  - xsk: fix possible crash when multiple sockets are created
 
  - bpf: lwt: fix crash when using bpf_skb_set_tunnel_key() from
    bpf_xmit lwt hook
 
  - sctp: null-check asoc strreset_chunk in sctp_generate_reconf_event
 
  - wireguard: device: check for metadata_dst with skb_valid_dst()
 
  - netfilter: update ip6_route_me_harder to consider L3 domain
 
  - gre: make o_seqno start from 0 in native mode
 
  - gre: switch o_seqno to atomic to prevent races in collect_md mode
 
 Misc:
 
  - add Eric Dumazet to networking maintainers
 
  - dt: dsa: realtek: remove realtek,rtl8367s string
 
  - netfilter: flowtable: Remove the empty file
 
 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmJq2r4ACgkQMUZtbf5S
 IrthIxAAjGEcLr25lkB0IWcjOD5wqOuhaRKeSWXnbm5bPkWIaxVMsssBAR8DS78S
 bsaJ0yTKQqv4vLtlMjtQpVC/azr0NTmsb0y5+6C5d4IObBf2Mv1LPpkiqs0d+phQ
 khPsCh0QGtSJT9VbaMu5+JW+c6Jo0kVmnmOgmhZMo1QKFw/bocdJrxQoZjcve9/X
 /uTDFEn8dPWbQKOm1TmSvQhuEPh1V6ZAf8/cBikN2Yul1R0EYbZO6RKSfrgqaa7T
 aRMMTEwRoTEuRdjF97F7ZgGXhoRxP9rW+bdzoQ0ewRu+KgKKPjCL2eVgeNfTNptj
 FjaUpNrImkYUxQ8+x7sQVPdwFaScVVtjHFfqFl0CsvhddT6nQw2trElccfy3/16K
 0GEKBXKCB3B9h02fhillPFveZzDChy/5NTezARqMYP0eG5SBUHLCCymZnqnoNkwV
 hdcmciZTnJzIxPJcmlp8F7D5etueDOwh03nMcFxRf3eW0IcC+Hl6qtbOFUzr6KhB
 V/TLh7N+Smy3JtsavU9aj4iSQGR+kChCt5zhH9idkuEsUgdYo3apB4q3k3ShzWqM
 SJx4gxp5HxwobLx+uW/HJMJTmwA8fApMbIl0OOPm+qiHfULufCZb6BS3AZGb7jdX
 wrcEPeZxBTCZqHeQc0kuo9/CtTTvbawJYtP5LRiZ5bWfoKn5F9o=
 =XOSt
 -----END PGP SIGNATURE-----

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

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

  Current release - new code bugs:

   - bridge: switchdev: check br_vlan_group() return value

   - use this_cpu_inc() to increment net->core_stats, fix preempt-rt

  Previous releases - regressions:

   - eth: stmmac: fix write to sgmii_adapter_base

  Previous releases - always broken:

   - netfilter: nf_conntrack_tcp: re-init for syn packets only,
     resolving issues with TCP fastopen

   - tcp: md5: fix incorrect tcp_header_len for incoming connections

   - tcp: fix F-RTO may not work correctly when receiving DSACK

   - tcp: ensure use of most recently sent skb when filling rate samples

   - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT

   - virtio_net: fix wrong buf address calculation when using xdp

   - xsk: fix forwarding when combining copy mode with busy poll

   - xsk: fix possible crash when multiple sockets are created

   - bpf: lwt: fix crash when using bpf_skb_set_tunnel_key() from
     bpf_xmit lwt hook

   - sctp: null-check asoc strreset_chunk in sctp_generate_reconf_event

   - wireguard: device: check for metadata_dst with skb_valid_dst()

   - netfilter: update ip6_route_me_harder to consider L3 domain

   - gre: make o_seqno start from 0 in native mode

   - gre: switch o_seqno to atomic to prevent races in collect_md mode

  Misc:

   - add Eric Dumazet to networking maintainers

   - dt: dsa: realtek: remove realtek,rtl8367s string

   - netfilter: flowtable: Remove the empty file"

* tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (65 commits)
  tcp: fix F-RTO may not work correctly when receiving DSACK
  Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"
  net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK
  ixgbe: ensure IPsec VF<->PF compatibility
  MAINTAINERS: Update BNXT entry with firmware files
  netfilter: nft_socket: only do sk lookups when indev is available
  net: fec: add missing of_node_put() in fec_enet_init_stop_mode()
  bnx2x: fix napi API usage sequence
  tls: Skip tls_append_frag on zero copy size
  Add Eric Dumazet to networking maintainers
  netfilter: conntrack: fix udp offload timeout sysctl
  netfilter: nf_conntrack_tcp: re-init for syn packets only
  net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK
  net: Use this_cpu_inc() to increment net->core_stats
  Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted
  Bluetooth: hci_event: Fix creating hci_conn object on error status
  Bluetooth: hci_event: Fix checking for invalid handle on error status
  ice: fix use-after-free when deinitializing mailbox snapshot
  ice: wait 5 s for EMP reset after firmware flash
  ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()
  ...
2022-04-28 12:34:50 -07:00
..
arc
arm dt-bindings: Fix 'enum' lists with duplicate entries 2022-04-04 14:20:09 -05:00
ata dt-bindings: ata: ahci-platform: Add rk3568-dwc-ahci compatible 2022-03-11 21:46:14 -06:00
auxdisplay
board
bus dt-bindings: Fix 'enum' lists with duplicate entries 2022-04-04 14:20:09 -05:00
chrome
clock dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
connector dt-bindings: Another pass removing cases of 'allOf' containing a '$ref' 2022-03-02 14:02:57 -06:00
counter
cpu dt-bindings: Fix phandle-array issues in the idle-states bindings 2022-04-01 15:09:50 -07:00
cpufreq Merge branch 'pm-opp' 2022-03-29 18:52:32 +02:00
crypto
csky
devfreq dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
display Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
dma dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts 2022-04-20 18:11:20 +05:30
dsp
dvfs More power management updates for 5.18-rc1 2022-03-29 11:06:55 -07:00
edac
eeprom
extcon Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
firmware Devicetree updates for v5.18: 2022-03-26 11:41:53 -07:00
fpga
fsi
fuse
gnss dt-bindings: gnss: Add two more chips 2022-03-20 15:02:22 -04:00
goldfish
gpio There's one large change in the core clk framework here. We change how 2022-03-30 10:11:04 -07:00
gpu dt-bindings: gpu: mali-bifrost: Document RZ/V2L SoC 2022-04-06 16:49:11 -05:00
h8300
hsi
hwlock dt-bindings: hwlock: omap: Remove redundant binding example 2022-03-11 11:47:33 -06:00
hwmon Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
i2c dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
i3c
iio dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2022-04-01 10:14:32 -07:00
interconnect dt-bindings: Fix incomplete if/then/else schemas 2022-04-04 14:20:09 -05:00
interrupt-controller Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
iommu Devicetree updates for v5.18: 2022-03-26 11:41:53 -07:00
ipmi
leds dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
mailbox - qcom: add support for MSM8976 2022-03-27 14:21:57 -07:00
media dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
memory-controllers Memory controller drivers - fixes for v5.18 2022-04-07 13:58:17 +02:00
mfd dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
mips
misc dt-bindings: misc: add fastrpc domain vmid property 2022-03-18 14:11:00 +01:00
mmc dt-bindings: Fix incomplete if/then/else schemas 2022-04-04 14:20:09 -05:00
mtd Devicetree updates for v5.18: 2022-03-26 11:41:53 -07:00
mux
net dt-bindings: net: dsa: realtek: cleanup compatible strings 2022-04-22 15:17:53 -07:00
nios2
nvmem Char/Misc and other driver updates for 5.18-rc1 2022-03-28 12:27:35 -07:00
openrisc/opencores
opp More power management updates for 5.18-rc1 2022-03-29 11:06:55 -07:00
pci There's one large change in the core clk framework here. We change how 2022-03-30 10:11:04 -07:00
peci
perf Devicetree updates for v5.18: 2022-03-26 11:41:53 -07:00
phy Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
pinctrl Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
pmem
power Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
powerpc
pps
ptp
pwm pwm: Changes for v5.18-rc1 2022-03-30 11:00:33 -07:00
regmap
regulator regulator: Fix for v5.18 2022-04-28 11:07:49 -07:00
remoteproc dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
reserved-memory Char/Misc and other driver updates for 5.18-rc1 2022-03-28 12:27:35 -07:00
reset dt-bindings: reset: Add parent "resets" property as optional 2022-04-04 11:35:29 +02:00
riscv dt-bindings: Fix phandle-array issues in the idle-states bindings 2022-04-01 15:09:50 -07:00
rng dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
rtc RTC for 5.18 2022-04-01 09:37:18 -07:00
scsi
security/tpm
serial There's one large change in the core clk framework here. We change how 2022-03-30 10:11:04 -07:00
serio
sifive
siox
slimbus
soc dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
sound Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
soundwire dt-bindings: soundwire: qcom: document optional wake irq 2022-03-02 21:11:50 +05:30
spi Devicetree fixes for v5.18, part 2: 2022-04-16 17:07:50 -07:00
spmi
sram dt-bindings: Fix incomplete if/then/else schemas 2022-04-04 14:20:09 -05:00
staging
thermal dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
timer pwm: Changes for v5.18-rc1 2022-03-30 11:00:33 -07:00
ufs dt-bindings: ufs: qcom: Add SM6350 compatible string 2022-03-22 08:09:54 -05:00
usb dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
virtio dt-bindings: virtio,mmio: Allow setting devices 'dma-coherent' 2022-03-20 15:08:08 -04:00
w1
watchdog linux-watchdog 5.18-rc1 tag 2022-03-31 14:14:03 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
Makefile dt-bindings: kbuild: Make DT_SCHEMA_LINT a recursive variable 2022-03-23 18:10:00 -05:00
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml Char/Misc and other driver updates for 5.18-rc1 2022-03-28 12:27:35 -07:00
unittest.txt
vendor-prefixes.yaml Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2022-04-01 10:14:32 -07:00
writing-bindings.rst
writing-schema.rst dt-bindings: kbuild: Use DTB files for validation 2022-03-11 11:16:16 -06:00
xilinx.txt