linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds 41f1653024 Networking fixes for 5.10-rc3, including fixes from wireless, can,
and netfilter subtrees.
 
 Current release - bugs in new features:
 
  - can: isotp: isotp_rcv_cf(): enable RX timeout handling in
    listen-only mode
 
 Previous release - regressions:
 
  - mac80211:
    - don't require VHT elements for HE on 2.4 GHz
    - fix regression where EAPOL frames were sent in plaintext
 
  - netfilter:
    - ipset: Update byte and packet counters regardless of whether
      they match
 
  - ip_tunnel: fix over-mtu packet send by allowing fragmenting even
    if inner packet has IP_DF (don't fragment) set in its header
    (when TUNNEL_DONT_FRAGMENT flag is not set on the tunnel dev)
 
  - net: fec: fix MDIO probing for some FEC hardware blocks
 
  - ip6_tunnel: set inner ipproto before ip6_tnl_encap to un-break
    gso support
 
  - sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian
    platforms, sparse-related fix used the wrong integer size
 
 Previous release - always broken:
 
  - netfilter: use actual socket sk rather than skb sk when routing
    harder
 
  - r8169: work around short packet hw bug on RTL8125 by padding frames
 
  - net: ethernet: ti: cpsw: disable PTPv1 hw timestamping
    advertisement, the hardware does not support it
 
  - chelsio/chtls: fix always leaking ctrl_skb and another leak caused
    by a race condition
 
  - fix drivers incorrectly writing into skbs on TX:
    - cadence: force nonlinear buffers to be cloned
    - gianfar: Account for Tx PTP timestamp in the skb headroom
    - gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
 
  - can: flexcan:
    - remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
    - add ECC initialization for VF610 and LX2160A
    - flexcan_remove(): disable wakeup completely
 
  - can: fix packet echo functionality:
    - peak_canfd: fix echo management when loopback is on
    - make sure skbs are not freed in IRQ context in case they need
      to be dropped
    - always clone the skbs to make sure they have a reference on
      the socket, and prevent it from disappearing
    - fix real payload length return value for RTR frames
 
  - can: j1939: return failure on bind if netdev is down, rather than
    waiting indefinitely
 
 Misc:
 
  - IPv6: reply ICMP error if the first fragment don't include all
    headers to improve compliance with RFC 8200
 
 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAl+kTDcACgkQMUZtbf5S
 IrtC9A//f9rwNFI7sRaz9FYi6ljtWY7paPxdOxy3pWRoNzbfffjTGSPheNvy1pQb
 IPaLsNwRrckQNSEPTbQqlUYcjzk1W74ffvq0sQOan4kNKxjX3uf78E6RuWARJsRC
 dLqfcJctO6bFi6sEMwIFZ2tLOO5lUIA+Pd0GbjhSdObWzl3uqJ26v7wC6vVk29vS
 116Mmhe8/TDVtCOzwlZnBPHqBJkTAirB+MAEX4Sp6FB9YirlcNZbWyHX5L6ejGqC
 WQVjU2tPBBugeo0j72tc+y0mD3iK0aLcPL+dk0EQQYHRDMVTebl+gxNPUXCo9Out
 HGe5z4e4qrR4Rx1W6MQ3pKwTYuCdwKjMRGd72JAi428/l4NN3y9W/HkI2Zuppd2l
 7ifURkNQllYjGCSoHBviJbajyFBeA1nkFJgMSJiRs4T167K3zTbsyjNnfa4LnsvS
 B3SrYMGqIH+oR20R9EoV8prVX+Alj1hh/jX02J8zsCcHmBqF2yZi17NarVAWoarm
 v/AAqehlP+D1vjAmbCG9DeborrjaNi+v6zFTKK6ZadvLXRJX/N+wEPIpG4KjiK8W
 DWKIVlee0R+kgCXE1n9AuZaZLWb7VwrAjkG1Pmfi3vkZhWeAhOW4X98ehhi/hVR/
 Gq+e48ZECW5yuOA1q4hbsCYkGr2qAn/LPbsXxhEmW8qwkJHZYkI=
 =5R2w
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Jakub Kicinski:
 "Networking fixes for 5.10-rc3, including fixes from wireless, can, and
  netfilter subtrees.

  Current merge window - bugs in new features:

   - can: isotp: isotp_rcv_cf(): enable RX timeout handling in
     listen-only mode

  Previous releases - regressions:

   - mac80211:
      - don't require VHT elements for HE on 2.4 GHz
      - fix regression where EAPOL frames were sent in plaintext

   - netfilter:
      - ipset: Update byte and packet counters regardless of whether
        they match

   - ip_tunnel: fix over-mtu packet send by allowing fragmenting even if
     inner packet has IP_DF (don't fragment) set in its header (when
     TUNNEL_DONT_FRAGMENT flag is not set on the tunnel dev)

   - net: fec: fix MDIO probing for some FEC hardware blocks

   - ip6_tunnel: set inner ipproto before ip6_tnl_encap to un-break gso
     support

   - sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian
     platforms, sparse-related fix used the wrong integer size

  Previous releases - always broken:

   - netfilter: use actual socket sk rather than skb sk when routing
     harder

   - r8169: work around short packet hw bug on RTL8125 by padding frames

   - net: ethernet: ti: cpsw: disable PTPv1 hw timestamping
     advertisement, the hardware does not support it

   - chelsio/chtls: fix always leaking ctrl_skb and another leak caused
     by a race condition

   - fix drivers incorrectly writing into skbs on TX:
      - cadence: force nonlinear buffers to be cloned
      - gianfar: Account for Tx PTP timestamp in the skb headroom
      - gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP

   - can: flexcan:
      - remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
      - add ECC initialization for VF610 and LX2160A
      - flexcan_remove(): disable wakeup completely

   - can: fix packet echo functionality:
      - peak_canfd: fix echo management when loopback is on
      - make sure skbs are not freed in IRQ context in case they need to
        be dropped
      - always clone the skbs to make sure they have a reference on the
        socket, and prevent it from disappearing
      - fix real payload length return value for RTR frames

   - can: j1939: return failure on bind if netdev is down, rather than
     waiting indefinitely

  Misc:

   - IPv6: reply ICMP error if the first fragment don't include all
     headers to improve compliance with RFC 8200"

* tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (66 commits)
  ionic: check port ptr before use
  r8169: work around short packet hw bug on RTL8125
  net: openvswitch: silence suspicious RCU usage warning
  chelsio/chtls: fix always leaking ctrl_skb
  chelsio/chtls: fix memory leaks caused by a race
  can: flexcan: flexcan_remove(): disable wakeup completely
  can: flexcan: add ECC initialization for VF610
  can: flexcan: add ECC initialization for LX2160A
  can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
  can: mcp251xfd: remove unneeded break
  can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warnings
  can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read error messages
  can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is on
  can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
  can: peak_usb: add range checking in decode operations
  can: xilinx_can: handle failure cases of pm_runtime_get_sync
  can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error path
  can: isotp: padlen(): make const array static, makes object smaller
  can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
  can: isotp: Explain PDU in CAN_ISOTP help text
  ...
2020-11-06 11:50:28 -08:00
..
arc
arm dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
ata dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
auxdisplay
board
bus ARM: SoC-related driver updates 2020-10-24 10:39:22 -07:00
c6x
chrome dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
clock MAINTAINERS: fix broken doc refs due to yaml conversion 2020-10-28 11:41:15 -06:00
connector dt-bindings: update usb-c-connector example 2020-10-13 07:53:34 -05:00
counter
cpu
cpufreq
crypto ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
csky
ddr
devfreq
display drm fixes for 5.10-rc2 2020-10-30 10:54:44 -07:00
dma ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
dsp
edac dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
eeprom dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
extcon Char/Misc driver patches for 5.10-rc1 2020-10-15 10:01:51 -07:00
firmware
fpga
fsi Char/Misc driver patches for 5.10-rc1 2020-10-15 10:01:51 -07:00
fuse
gnss
goldfish
gpio dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
gpu ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
h8300
hsi
hwlock dt-bindings: hwlock: omap: Fix warnings with k3.yaml 2020-10-06 10:55:24 -05:00
hwmon - New Drivers 2020-10-14 15:56:58 -07:00
i2c dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
i3c
iio dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
infiniband
input dt-bindings: input: convert cros-ec-keyb to json-schema 2020-10-26 16:13:56 -05:00
interconnect
interrupt-controller dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
iommu Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/amd', 'x86/vt-d' and 'core' into next 2020-10-07 11:51:59 +02:00
ipmi dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
leds dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
mailbox dt-bindings: mailbox: mtk-gce: fix incorrect mbox-cells value 2020-10-25 20:37:55 -05:00
media ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
memory-controllers ARM: SoC-related driver updates 2020-10-24 10:39:22 -07:00
mfd dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
mips dt-bindings: Explicitly allow additional properties in board/SoC schemas 2020-10-26 16:13:56 -05:00
misc ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
mmc dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
mtd NAND Core changes: 2020-10-17 10:45:42 -07:00
mux
nds32
net dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml 2020-11-03 22:24:19 +01:00
nios2
nvmem ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
openrisc/opencores
opp Devicetree updates for v5.10: 2020-10-14 15:31:58 -07:00
pci dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
perf Devicetree updates for v5.10: 2020-10-14 15:31:58 -07:00
phy dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
pinctrl dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
pmem
power dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
powerpc dt-bindings: powerpc: Add a schema for the 'sleep' property 2020-10-08 13:44:51 -05:00
pps
ptp
pwm pwm: Changes for v5.10-rc1 2020-10-22 12:51:32 -07:00
regmap
regulator dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
remoteproc remoteproc updates for v5.10 2020-10-22 12:56:33 -07:00
reserved-memory
reset ARM: Devicetree updates 2020-10-24 10:44:18 -07: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 RTC for 5.10 2020-10-21 11:22:08 -07:00
scsi
security/tpm
serial dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
serio
sifive
siox
slimbus
soc ARM: SoC-related driver updates 2020-10-24 10:39:22 -07:00
sound dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties' 2020-10-26 16:13:56 -05:00
soundwire Char/Misc driver patches for 5.10-rc1 2020-10-15 10:01:51 -07:00
spi Devicetree updates for v5.10: 2020-10-14 15:31:58 -07: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 - Fix Kconfig typo "acces" -> "access" (Colin Ian King) 2020-10-17 10:40:22 -07:00
timer dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
ufs
usb dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
virtio
w1 dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
watchdog linux-watchdog 5.10-rc1 tag 2020-10-21 11:28:43 -07: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: Add running yamllint to dt_binding_check 2020-10-12 09:11:04 -05:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml Staging / IIO driver updates for 5.10-rc1 2020-10-15 09:46:23 -07:00
unittest.txt
vendor-prefixes.yaml ARM: Devicetree updates 2020-10-24 10:44:18 -07:00
writing-bindings.rst
xilinx.txt