Revision df4793505abd5df399bc6d9a4d8fe81761f557cd authored by Linus Torvalds on 07 March 2024, 17:23:33 UTC, committed by Linus Torvalds on 07 March 2024, 17:23:33 UTC
Pull networking fixes from Paolo Abeni:
 "Including fixes from bpf, ipsec and netfilter.

  No solution yet for the stmmac issue mentioned in the last PR, but it
  proved to be a lockdep false positive, not a blocker.

  Current release - regressions:

   - dpll: move all dpll<>netdev helpers to dpll code, fix build
     regression with old compilers

  Current release - new code bugs:

   - page_pool: fix netlink dump stop/resume

  Previous releases - regressions:

   - bpf: fix verifier to check bpf_func_state->callback_depth when
     pruning states as otherwise unsafe programs could get accepted

   - ipv6: avoid possible UAF in ip6_route_mpath_notify()

   - ice: reconfig host after changing MSI-X on VF

   - mlx5:
       - e-switch, change flow rule destination checking
       - add a memory barrier to prevent a possible null-ptr-deref
       - switch to using _bh variant of of spinlock where needed

  Previous releases - always broken:

   - netfilter: nf_conntrack_h323: add protection for bmp length out of
     range

   - bpf: fix to zero-initialise xdp_rxq_info struct before running XDP
     program in CPU map which led to random xdp_md fields

   - xfrm: fix UDP encapsulation in TX packet offload

   - netrom: fix data-races around sysctls

   - ice:
       - fix potential NULL pointer dereference in ice_bridge_setlink()
       - fix uninitialized dplls mutex usage

   - igc: avoid returning frame twice in XDP_REDIRECT

   - i40e: disable NAPI right after disabling irqs when handling
     xsk_pool

   - geneve: make sure to pull inner header in geneve_rx()

   - sparx5: fix use after free inside sparx5_del_mact_entry

   - dsa: microchip: fix register write order in ksz8_ind_write8()

  Misc:

   - selftests: mptcp: fixes for diag.sh"

* tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (63 commits)
  net: pds_core: Fix possible double free in error handling path
  netrom: Fix data-races around sysctl_net_busy_read
  netrom: Fix a data-race around sysctl_netrom_link_fails_count
  netrom: Fix a data-race around sysctl_netrom_routing_control
  netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
  netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
  netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
  netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
  netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
  netrom: Fix a data-race around sysctl_netrom_transport_timeout
  netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
  netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
  netrom: Fix a data-race around sysctl_netrom_default_path_quality
  netfilter: nf_conntrack_h323: Add protection for bmp length out of range
  netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout
  netfilter: nft_ct: fix l3num expectations with inet pseudo family
  netfilter: nf_tables: reject constant set with timeout
  netfilter: nf_tables: disallow anonymous set with timeout flag
  net/rds: fix WARNING in rds_conn_connect_if_down
  net: dsa: microchip: fix register write order in ksz8_ind_write8()
  ...
2 parent s 67be068 + ba18ded
History
File Mode Size
firmware_loader
power
regmap
test
Kconfig -rw-r--r-- 8.0 KB
Makefile -rw-r--r-- 1.2 KB
arch_numa.c -rw-r--r-- 10.8 KB
arch_topology.c -rw-r--r-- 22.2 KB
attribute_container.c -rw-r--r-- 14.5 KB
auxiliary.c -rw-r--r-- 13.9 KB
base.h -rw-r--r-- 8.2 KB
bus.c -rw-r--r-- 34.3 KB
cacheinfo.c -rw-r--r-- 24.4 KB
class.c -rw-r--r-- 16.8 KB
component.c -rw-r--r-- 22.3 KB
container.c -rw-r--r-- 820 bytes
core.c -rw-r--r-- 138.4 KB
cpu.c -rw-r--r-- 16.1 KB
dd.c -rw-r--r-- 35.7 KB
devcoredump.c -rw-r--r-- 12.4 KB
devres.c -rw-r--r-- 31.2 KB
devtmpfs.c -rw-r--r-- 9.9 KB
driver.c -rw-r--r-- 6.8 KB
firmware.c -rw-r--r-- 606 bytes
hypervisor.c -rw-r--r-- 536 bytes
init.c -rw-r--r-- 875 bytes
isa.c -rw-r--r-- 3.7 KB
map.c -rw-r--r-- 3.3 KB
memory.c -rw-r--r-- 31.7 KB
module.c -rw-r--r-- 2.0 KB
node.c -rw-r--r-- 25.1 KB
physical_location.c -rw-r--r-- 3.3 KB
physical_location.h -rw-r--r-- 469 bytes
pinctrl.c -rw-r--r-- 2.7 KB
platform-msi.c -rw-r--r-- 9.8 KB
platform.c -rw-r--r-- 37.9 KB
property.c -rw-r--r-- 46.2 KB
soc.c -rw-r--r-- 7.0 KB
swnode.c -rw-r--r-- 26.3 KB
syscore.c -rw-r--r-- 3.2 KB
topology.c -rw-r--r-- 5.4 KB
trace.c -rw-r--r-- 230 bytes
trace.h -rw-r--r-- 1.4 KB
transport_class.c -rw-r--r-- 9.8 KB

back to top