Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni: "Including fixes from netfilter. Current release - regressions: - mtk_eth_soc: fix NULL pointer dereference Previous releases - regressions: - core: - skb_partial_csum_set() fix against transport header magic value - fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). - annotate sk->sk_err write from do_recvmmsg() - add vlan_get_protocol_and_depth() helper - netlink: annotate accesses to nlk->cb_running - netfilter: always release netdev hooks from notifier Previous releases - always broken: - core: deal with most data-races in sk_wait_event() - netfilter: fix possible bug_on with enable_hooks=1 - eth: bonding: fix send_peer_notif overflow - eth: xpcs: fix incorrect number of interfaces - eth: ipvlan: fix out-of-bounds caused by unclear skb->cb - eth: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register" * tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (31 commits) af_unix: Fix data races around sk->sk_shutdown. af_unix: Fix a data race of sk->sk_receive_queue->qlen. net: datagram: fix data-races in datagram_poll() net: mscc: ocelot: fix stat counter register values ipvlan:Fix out-of-bounds caused by unclear skb->cb docs: networking: fix x25-iface.rst heading & index order gve: Remove the code of clearing PBA bit tcp: add annotations around sk->sk_shutdown accesses net: add vlan_get_protocol_and_depth() helper net: pcs: xpcs: fix incorrect number of interfaces net: deal with most data-races in sk_wait_event() net: annotate sk->sk_err write from do_recvmmsg() netlink: annotate accesses to nlk->cb_running kselftest: bonding: add num_grat_arp test selftests: forwarding: lib: add netns support for tc rule handle stats get Documentation: bonding: fix the doc of peer_notif_delay bonding: fix send_peer_notif overflow net: ethernet: mtk_eth_soc: fix NULL pointer dereference selftests: nft_flowtable.sh: check ingress/egress chain too selftests: nft_flowtable.sh: monitor result file sizes ...
No related branches found
No related tags found
Showing
- Documentation/networking/bonding.rst 5 additions, 4 deletionsDocumentation/networking/bonding.rst
- Documentation/networking/index.rst 1 addition, 1 deletionDocumentation/networking/index.rst
- Documentation/networking/x25-iface.rst 1 addition, 2 deletionsDocumentation/networking/x25-iface.rst
- drivers/net/bonding/bond_netlink.c 6 additions, 1 deletiondrivers/net/bonding/bond_netlink.c
- drivers/net/bonding/bond_options.c 7 additions, 1 deletiondrivers/net/bonding/bond_options.c
- drivers/net/ethernet/google/gve/gve_main.c 0 additions, 13 deletionsdrivers/net/ethernet/google/gve/gve_main.c
- drivers/net/ethernet/mediatek/mtk_wed.c 1 addition, 1 deletiondrivers/net/ethernet/mediatek/mtk_wed.c
- drivers/net/ethernet/mscc/vsc7514_regs.c 9 additions, 9 deletionsdrivers/net/ethernet/mscc/vsc7514_regs.c
- drivers/net/ethernet/stmicro/stmmac/dwmac4.h 1 addition, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4.h
- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c 5 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
- drivers/net/ipvlan/ipvlan_core.c 6 additions, 0 deletionsdrivers/net/ipvlan/ipvlan_core.c
- drivers/net/mdio/mdio-mvusb.c 10 additions, 1 deletiondrivers/net/mdio/mdio-mvusb.c
- drivers/net/pcs/pcs-xpcs.c 1 addition, 1 deletiondrivers/net/pcs/pcs-xpcs.c
- drivers/net/phy/bcm-phy-lib.h 5 additions, 0 deletionsdrivers/net/phy/bcm-phy-lib.h
- drivers/net/phy/bcm7xxx.c 1 addition, 1 deletiondrivers/net/phy/bcm7xxx.c
- drivers/net/tap.c 2 additions, 2 deletionsdrivers/net/tap.c
- include/linux/dim.h 2 additions, 1 deletioninclude/linux/dim.h
- include/linux/if_vlan.h 17 additions, 0 deletionsinclude/linux/if_vlan.h
- include/net/bonding.h 1 addition, 1 deletioninclude/net/bonding.h
- include/net/sock.h 1 addition, 1 deletioninclude/net/sock.h
Loading
Please register or sign in to comment