mirror_ubuntu-kernels/Documentation/devicetree/bindings
Linus Torvalds e8c13a6bc8 Networking fixes for 5.11-rc4, including fixes from can and netfilter.
Current release - regressions:
 
  - fix feature enforcement to allow NETIF_F_HW_TLS_TX
    if IP_CSUM && IPV6_CSUM
 
  - dcb: accept RTM_GETDCB messages carrying set-like DCB commands
         if user is admin for backward-compatibility
 
  - selftests/tls: fix selftests build after adding ChaCha20-Poly1305
 
 Current release - always broken:
 
  - ppp: fix refcount underflow on channel unbridge
 
  - bnxt_en: clear DEFRAG flag in firmware message when retry flashing
 
  - smc: fix out of bound access in the new netlink interface
 
 Previous releases - regressions:
 
  - fix use-after-free with UDP GRO by frags
 
  - mptcp: better msk-level shutdown
 
  - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
 
  - i40e: xsk: fix potential NULL pointer dereferencing
 
 Previous releases - always broken:
 
  - skb frag: kmap_atomic fixes
 
  - avoid 32 x truesize under-estimation for tiny skbs
 
  - fix issues around register_netdevice() failures
 
  - udp: prevent reuseport_select_sock from reading uninitialized socks
 
  - dsa: unbind all switches from tree when DSA master unbinds
 
  - dsa: clear devlink port type before unregistering slave netdevs
 
  - can: isotp: isotp_getname(): fix kernel information leak
 
  - mlxsw: core: Thermal control fixes
 
  - ipv6: validate GSO SKB against MTU before finish IPv6 processing
 
  - stmmac: use __napi_schedule() for PREEMPT_RT
 
  - net: mvpp2: remove Pause and Asym_Pause support
 
 Misc:
 
  - remove from MAINTAINERS folks who had been inactive for >5yrs
 
 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmAAnyYACgkQMUZtbf5S
 IrsdmhAAotkTNVS1zEsvwIirI9KUKKMXvNvscpO0+HJgsQHVnCGkfrj0BQmqQR21
 D9njJIkGRiIANRO/Y/3wVCew55a0bxLmyE3JaU6krGLpvcNUFX6+fvuuzFSiWtKu
 1c/AaXFIDTa8uVtXP/Ve8DfxKZmh3YPX5pNtk3fS6OlymbUfu8pOEPY5k69/Nlmr
 QwbGZO0Q5Ab18rmPztgWpcZi8wLbpZYbrIR2E45u3k+LnXG3UUVYeYTC9Hi89wkz
 8YiS0PIs6GmWeSWnWK9TWXFSaxV8ttABsFxpbmzWW6oqkaviGjLfPg7kYYRgPu08
 nCyYx7LN58shQ8FTfZm1yBpJ1fbPV/5RIMZKQ6Fg4cICgCab63E4N6xxoA9mLNu9
 hP/qgeynQ2w1FbPw5yQVbDCVmcyfPb5V4WC1OccHQdgaAzz2SFPxvsUTOoBRxY8m
 DmZDHjBi2ZXB3/PSkwWmIsW9PuPq6de8xgHIQtjrCeduvVvmOYkrcdfkMxTx9HC0
 LH2a5x9VCL/cf/Y/tQ2TZSntweSq8MhlRV9vOIO1FOqiviYHlnD8+EuIBMe8To14
 XRIDMl92lpY5xjJpKdRhZ7Yh4CNMk199yFf5bt3xSlM4A3ALUlwqRKES6I2MZiiF
 0Yvxsr2qVShaHx6XpmBAimaUXxTmmUV7X1hf19EEzzmTdiMjad4=
 =e8t6
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Jakub Kicinski:
 "We have a few fixes for long standing issues, in particular Eric's fix
  to not underestimate the skb sizes, and my fix for brokenness of
  register_netdevice() error path. They may uncover other bugs so we
  will keep an eye on them. Also included are Willem's fixes for
  kmap(_atomic).

  Looking at the "current release" fixes, it seems we are about one rc
  behind a normal cycle. We've previously seen an uptick of "people had
  run their test suites" / "humans actually tried to use new features"
  fixes between rc2 and rc3.

  Summary:

  Current release - regressions:

   - fix feature enforcement to allow NETIF_F_HW_TLS_TX if IP_CSUM &&
     IPV6_CSUM

   - dcb: accept RTM_GETDCB messages carrying set-like DCB commands if
     user is admin for backward-compatibility

   - selftests/tls: fix selftests build after adding ChaCha20-Poly1305

  Current release - always broken:

   - ppp: fix refcount underflow on channel unbridge

   - bnxt_en: clear DEFRAG flag in firmware message when retry flashing

   - smc: fix out of bound access in the new netlink interface

  Previous releases - regressions:

   - fix use-after-free with UDP GRO by frags

   - mptcp: better msk-level shutdown

   - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM
     request

   - i40e: xsk: fix potential NULL pointer dereferencing

  Previous releases - always broken:

   - skb frag: kmap_atomic fixes

   - avoid 32 x truesize under-estimation for tiny skbs

   - fix issues around register_netdevice() failures

   - udp: prevent reuseport_select_sock from reading uninitialized socks

   - dsa: unbind all switches from tree when DSA master unbinds

   - dsa: clear devlink port type before unregistering slave netdevs

   - can: isotp: isotp_getname(): fix kernel information leak

   - mlxsw: core: Thermal control fixes

   - ipv6: validate GSO SKB against MTU before finish IPv6 processing

   - stmmac: use __napi_schedule() for PREEMPT_RT

   - net: mvpp2: remove Pause and Asym_Pause support

  Misc:

   - remove from MAINTAINERS folks who had been inactive for >5yrs"

* tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (58 commits)
  mptcp: fix locking in mptcp_disconnect()
  net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM
  MAINTAINERS: dccp: move Gerrit Renker to CREDITS
  MAINTAINERS: ipvs: move Wensong Zhang to CREDITS
  MAINTAINERS: tls: move Aviad to CREDITS
  MAINTAINERS: ena: remove Zorik Machulsky from reviewers
  MAINTAINERS: vrf: move Shrijeet to CREDITS
  MAINTAINERS: net: move Alexey Kuznetsov to CREDITS
  MAINTAINERS: altx: move Jay Cliburn to CREDITS
  net: avoid 32 x truesize under-estimation for tiny skbs
  nt: usb: USB_RTL8153_ECM should not default to y
  net: stmmac: fix taprio configuration when base_time is in the past
  net: stmmac: fix taprio schedule configuration
  net: tip: fix a couple kernel-doc markups
  net: sit: unregister_netdevice on newlink's error path
  net: stmmac: Fixed mtu channged by cache aligned
  cxgb4/chtls: Fix tid stuck due to wrong update of qid
  i40e: fix potential NULL pointer dereferencing
  net: stmmac: use __napi_schedule() for PREEMPT_RT
  can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check
  ...
2021-01-14 13:31:07 -08:00
..
arc
arm dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
ata dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
auxdisplay auxdisplay: lcd2s DT binding doc 2020-11-04 11:04:05 +01:00
board
bus dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
c6x
chrome dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
clock Devicetree fixes for v5.11, take 1: 2020-12-24 12:09:48 -08:00
connector dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
counter
cpu
cpufreq
crypto Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
csky
ddr
devfreq dt-bindings: devfreq: Add documentation for the interconnect properties 2020-11-13 18:10:27 +09:00
display Devicetree fixes for v5.11, take 1: 2020-12-24 12:09:48 -08:00
dma dt-bindings: dma: ti: Update maintainer and author information 2020-12-29 10:08:00 +05:30
dsp
edac dt-bindings: edac: aspeed-sdram-edac: Add ast2400/ast2600 support 2020-12-07 12:03:11 +01:00
eeprom dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
extcon extcon: fsa9480: Rewrite bindings in YAML and extend 2020-12-11 17:01:09 +09:00
firmware
fpga
fsi dt-bindings: fsi: Add P10 OCC device documentation 2020-12-11 07:42:27 -08:00
fuse
gnss
goldfish
gpio dt-bindings: mt7621-gpio: convert bindings to YAML format 2020-12-12 00:23:54 +01:00
gpu dt-bindings: mali-bifrost: Add dynamic-power-coefficient 2020-12-14 16:07:09 -06:00
h8300
hsi
hwlock dt-bindings: hwlock: omap: Fix warnings with k3.yaml 2020-10-06 10:55:24 -05:00
hwmon dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
i2c Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
i3c dt-bindings: i3c: MIPI I3C Host Controller Interface 2020-11-23 10:22:17 +01:00
iio dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
infiniband
input dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
interconnect
interrupt-controller dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
iommu dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU 2020-11-10 12:25:49 +00:00
ipmi dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
leds dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
mailbox dt-bindings: Drop redundant maxItems/items 2020-12-22 18:58:24 -07:00
media dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
memory-controllers Merge tag 'memory-controller-drv-tegra-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers 2020-12-09 00:40:02 +01:00
mfd dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
mips MIPS updates for v5.11: 2020-12-16 12:07:54 -08:00
misc dt-bindings: misc: convert fsl,dpaa2-console from txt to YAML 2020-11-09 16:11:02 -06:00
mmc dt-bindings: mmc: eliminate yamllint warnings 2020-12-11 10:08:58 +01:00
mtd Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
mux
nds32
net dt-bindings: net: dwmac: fix queue priority documentation 2021-01-11 15:18:47 -08:00
nios2
nvmem dt-bindings: nvmem: Add soc qfprom compatible strings 2020-11-27 16:10:06 +01:00
openrisc/opencores
opp dt-bindings: opp: Allow empty OPP tables 2020-12-09 11:22:12 +05:30
pci Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
perf bindings: perf: imx-ddr: add compatible string 2020-12-09 14:14:02 +00:00
phy dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
pinctrl ARM: device tree updates for 5.11 2020-12-16 16:27:35 -08:00
pmem
power Devicetree fixes for v5.11, take 1: 2020-12-24 12:09:48 -08:00
powerpc dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
pps
ptp
pwm Add DT bindings YAML schema for PWM fan controller of LGM SoC 2020-12-17 14:18:58 +01:00
regmap
regulator Merge qcom driver fix into regulator-5.11 2021-01-04 16:23:20 +00:00
remoteproc dt-bindings: remoteproc: Add binding doc for PRU cores in the PRU-ICSS 2020-12-10 10:55:35 -06:00
reserved-memory
reset Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
riscv dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
rng dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
rtc dt-bindings: rtc: add reset-source property 2020-12-19 01:57:44 +01:00
scsi
security/tpm
serial dt-bindings: serial: add the required property 'additionalProperties' 2020-12-18 15:15:20 -06:00
serio
sifive
siox
slimbus
soc Devicetree fixes for v5.11, take 1: 2020-12-24 12:09:48 -08:00
sound Linux 5.11-rc1 2020-12-28 14:16:53 +00:00
soundwire Char/Misc driver patches for 5.10-rc1 2020-10-15 10:01:51 -07:00
spi spi: dt-bindings: clarify CS behavior for spi-cs-high and gpio descriptors 2020-12-11 13:23:09 +00:00
spmi dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
sram dt-bindings: sram: sunxi-sram: add V3s compatible string 2020-10-26 10:36:53 +01:00
staging/iio/adc
thermal dt-bindings: thermal: rcar-gen3-thermal: Add r8a779a0 support 2020-12-08 21:16:35 +01:00
timer Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
ufs
usb dt-bindings: usb: Add new compatible string for AM64 SoC 2020-12-28 15:40:47 +01:00
virtio
w1 dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
watchdog linux-watchdog 5.11-rc1 tag 2020-12-23 15:01:49 -08:00
x86
xillybus
.gitignore
.yamllint dt-bindings: Add running yamllint to dt_binding_check 2020-10-12 09:11:04 -05:00
ABI.rst
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
Makefile dt-bindings: Fix error in 'make dtbs_check' when using DT_SCHEMA_FILES 2020-12-07 15:48:39 -06:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.rst docs: dt: Use full path to enable cross-reference 2020-11-30 14:23:57 -07:00
trivial-devices.yaml Devicetree updates for v5.11: 2020-12-16 15:08:28 -08:00
unittest.txt
vendor-prefixes.yaml The core framework got some nice improvements this time around. We gained the 2020-12-21 10:39:37 -08:00
writing-bindings.rst
xilinx.txt