Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni: "Including fixes from bluetooth and bpf. Current release - regressions: - net: fix skb leak in __skb_tstamp_tx() - eth: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs Current release - new code bugs: - handshake: - fix sock->file allocation - fix handshake_dup() ref counting - bluetooth: - fix potential double free caused by hci_conn_unlink - fix UAF in hci_conn_hash_flush Previous releases - regressions: - core: fix stack overflow when LRO is disabled for virtual interfaces - tls: fix strparser rx issues - bpf: - fix many sockmap/TCP related issues - fix a memory leak in the LRU and LRU_PERCPU hash maps - init the offload table earlier - eth: mlx5e: - do as little as possible in napi poll when budget is 0 - fix using eswitch mapping in nic mode - fix deadlock in tc route query code Previous releases - always broken: - udplite: fix NULL pointer dereference in __sk_mem_raise_allocated() - raw: fix output xfrm lookup wrt protocol - smc: reset connection when trying to use SMCRv2 fails - phy: mscc: enable VSC8501/2 RGMII RX clock - eth: octeontx2-pf: fix TSOv6 offload - eth: cdc_ncm: deal with too low values of dwNtbOutMaxSize" * tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (79 commits) udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). net: phy: mscc: enable VSC8501/2 RGMII RX clock net: phy: mscc: remove unnecessary phydev locking net: phy: mscc: add support for VSC8501 net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE net/handshake: Enable the SNI extension to work properly net/handshake: Unpin sock->file if a handshake is cancelled net/handshake: handshake_genl_notify() shouldn't ignore @flags net/handshake: Fix uninitialized local variable net/handshake: Fix handshake_dup() ref counting net/handshake: Remove unneeded check from handshake_dup() ipv6: Fix out-of-bounds access in ipv6_find_tlv() net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs docs: netdev: document the existence of the mail bot net: fix skb leak in __skb_tstamp_tx() r8169: Use a raw_spinlock_t for the register locks. page_pool: fix inconsistency for page_pool_ring_[un]lock() bpf, sockmap: Test progs verifier error with latest clang bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with drops bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer ...
Showing
- Documentation/netlink/specs/handshake.yaml 4 additions, 0 deletionsDocumentation/netlink/specs/handshake.yaml
- Documentation/networking/tls-handshake.rst 5 additions, 0 deletionsDocumentation/networking/tls-handshake.rst
- Documentation/process/maintainer-netdev.rst 26 additions, 7 deletionsDocumentation/process/maintainer-netdev.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/bluetooth/btnxpuart.c 3 additions, 3 deletionsdrivers/bluetooth/btnxpuart.c
- drivers/net/bonding/bond_main.c 7 additions, 1 deletiondrivers/net/bonding/bond_main.c
- drivers/net/ethernet/3com/3c589_cs.c 10 additions, 1 deletiondrivers/net/ethernet/3com/3c589_cs.c
- drivers/net/ethernet/freescale/fec_main.c 11 additions, 6 deletionsdrivers/net/ethernet/freescale/fec_main.c
- drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c 1 addition, 3 deletionsdrivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
- drivers/net/ethernet/mediatek/mtk_eth_soc.c 2 additions, 6 deletionsdrivers/net/ethernet/mediatek/mtk_eth_soc.c
- drivers/net/ethernet/mellanox/mlx5/core/cmd.c 2 additions, 1 deletiondrivers/net/ethernet/mellanox/mlx5/core/cmd.c
- drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c 2 additions, 0 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
- drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c 3 additions, 1 deletiondrivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
- drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h 2 additions, 0 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 40 additions, 17 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en_tc.c
- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 12 additions, 7 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en_tx.c
- drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c 9 additions, 7 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en_txrx.c
- drivers/net/ethernet/mellanox/mlx5/core/eq.c 1 addition, 1 deletiondrivers/net/ethernet/mellanox/mlx5/core/eq.c
- drivers/net/ethernet/mellanox/mlx5/core/eswitch.h 5 additions, 0 deletionsdrivers/net/ethernet/mellanox/mlx5/core/eswitch.h
- drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 10 additions, 6 deletionsdrivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
Please register or sign in to comment