Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Jakub Kicinski: "Including fixes from bpf, can and netfilter. Current release - regressions: - bpf: do not reject when the stack read size is different from the tracked scalar size - net: fix premature exit from NAPI state polling in napi_disable() - riscv, bpf: fix RV32 broken build, and silence RV64 warning Current release - new code bugs: - net: fix possible NULL deref in sock_reserve_memory - amt: fix error return code in amt_init(); fix stopping the workqueue - ax88796c: use the correct ioctl callback Previous releases - always broken: - bpf: stop caching subprog index in the bpf_pseudo_func insn - security: fixups for the security hooks in sctp - nfc: add necessary privilege flags in netlink layer, limit operations to admin only - vsock: prevent unnecessary refcnt inc for non-blocking connect - net/smc: fix sk_refcnt underflow on link down and fallback - nfnetlink_queue: fix OOB when mac header was cleared - can: j1939: ignore invalid messages per standard - bpf, sockmap: - fix race in ingress receive verdict with redirect to self - fix incorrect sk_skb data_end access when src_reg = dst_reg - strparser, and tls are reusing qdisc_skb_cb and colliding - ethtool: fix ethtool msg len calculation for pause stats - vlan: fix a UAF in vlan_dev_real_dev() when ref-holder tries to access an unregistering real_dev - udp6: make encap_rcv() bump the v6 not v4 stats - drv: prestera: add explicit padding to fix m68k build - drv: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge - drv: mvpp2: fix wrong SerDes reconfiguration order Misc & small latecomers: - ipvs: auto-load ipvs on genl access - mctp: sanity check the struct sockaddr_mctp padding fields - libfs: support RENAME_EXCHANGE in simple_rename() - avoid double accounting for pure zerocopy skbs" * tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (123 commits) selftests/net: udpgso_bench_rx: fix port argument net: wwan: iosm: fix compilation warning cxgb4: fix eeprom len when diagnostics not implemented net: fix premature exit from NAPI state polling in napi_disable() net/smc: fix sk_refcnt underflow on linkdown and fallback net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer() gve: fix unmatched u64_stats_update_end() net: ethernet: lantiq_etop: Fix compilation error selftests: forwarding: Fix packet matching in mirroring selftests vsock: prevent unnecessary refcnt inc for nonblocking connect net: marvell: mvpp2: Fix wrong SerDes reconfiguration order net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory net: stmmac: allow a tc-taprio base-time of zero selftests: net: test_vxlan_under_vrf: fix HV connectivity test net: hns3: allow configure ETS bandwidth of all TCs net: hns3: remove check VF uc mac exist when set by PF net: hns3: fix some mac statistics is always 0 in device version V2 net: hns3: fix kernel crash when unload VF while it is being reset net: hns3: sync rx ring head in echo common pull net: hns3: fix pfc packet number incorrect after querying pfc parameters ...
No related branches found
No related tags found
Showing
- Documentation/networking/ip-sysctl.rst 2 additions, 4 deletionsDocumentation/networking/ip-sysctl.rst
- Documentation/security/SCTP.rst 33 additions, 32 deletionsDocumentation/security/SCTP.rst
- MAINTAINERS 3 additions, 2 deletionsMAINTAINERS
- arch/riscv/mm/extable.c 2 additions, 2 deletionsarch/riscv/mm/extable.c
- arch/riscv/net/bpf_jit_comp64.c 2 additions, 0 deletionsarch/riscv/net/bpf_jit_comp64.c
- drivers/net/Kconfig 1 addition, 0 deletionsdrivers/net/Kconfig
- drivers/net/amt.c 6 additions, 5 deletionsdrivers/net/amt.c
- drivers/net/bonding/bond_sysfs_slave.c 11 additions, 25 deletionsdrivers/net/bonding/bond_sysfs_slave.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c 4 additions, 2 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-core.c
- drivers/net/can/usb/etas_es58x/es58x_core.c 2 additions, 4 deletionsdrivers/net/can/usb/etas_es58x/es58x_core.c
- drivers/net/can/usb/peak_usb/pcan_usb.c 13 additions, 14 deletionsdrivers/net/can/usb/peak_usb/pcan_usb.c
- drivers/net/dsa/mv88e6xxx/chip.c 4 additions, 1 deletiondrivers/net/dsa/mv88e6xxx/chip.c
- drivers/net/dsa/ocelot/felix.c 3 additions, 6 deletionsdrivers/net/dsa/ocelot/felix.c
- drivers/net/dsa/qca8k.c 8 additions, 0 deletionsdrivers/net/dsa/qca8k.c
- drivers/net/dsa/qca8k.h 1 addition, 0 deletionsdrivers/net/dsa/qca8k.h
- drivers/net/ethernet/asix/ax88796c_main.c 3 additions, 1 deletiondrivers/net/ethernet/asix/ax88796c_main.c
- drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c 1 addition, 1 deletiondrivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c
- drivers/net/ethernet/broadcom/tg3.c 0 additions, 1 deletiondrivers/net/ethernet/broadcom/tg3.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c 5 additions, 2 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
- drivers/net/ethernet/chelsio/cxgb4/t4_hw.h 2 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/t4_hw.h
Loading
Please register or sign in to comment