Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni: "Quite smaller than usual. Notably it includes the fix for the unix regression from the past weeks. The TCP window fix will require some follow-up, already queued. Current release - regressions: - af_unix: fix garbage collection of embryos Previous releases - regressions: - af_unix: fix race between GC and receive path - ipv6: sr: fix missing sk_buff release in seg6_input_core - tcp: remove 64 KByte limit for initial tp->rcv_wnd value - eth: r8169: fix rx hangup - eth: lan966x: remove ptp traps in case the ptp is not enabled - eth: ixgbe: fix link breakage vs cisco switches - eth: ice: prevent ethtool from corrupting the channels Previous releases - always broken: - openvswitch: set the skbuff pkt_type for proper pmtud support - tcp: Fix shift-out-of-bounds in dctcp_update_alpha() Misc: - a bunch of selftests stabilization patches" * tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (25 commits) r8169: Fix possible ring buffer corruption on fragmented Tx packets. idpf: Interpret .set_channels() input differently ice: Interpret .set_channels() input differently nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() net: relax socket state check at accept time. tcp: remove 64 KByte limit for initial tp->rcv_wnd value net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe() tls: fix missing memory barrier in tls_init net: fec: avoid lock evasion when reading pps_enable Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI" testing: net-drv: use stats64 for testing net: mana: Fix the extra HZ in mana_hwc_send_request net: lan966x: Remove ptp traps in case the ptp is not enabled. openvswitch: Set the skbuff pkt_type for proper pmtud support. selftest: af_unix: Make SCM_RIGHTS into OOB data. af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). selftests/net: use tc rule to filter the na packet ipv6: sr: fix memleak in seg6_hmac_init_algo af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. ...
No related branches found
No related tags found
Showing
- drivers/net/Makefile 3 additions, 1 deletiondrivers/net/Makefile
- drivers/net/ethernet/freescale/fec_ptp.c 8 additions, 6 deletionsdrivers/net/ethernet/freescale/fec_ptp.c
- drivers/net/ethernet/intel/ice/ice_ethtool.c 2 additions, 17 deletionsdrivers/net/ethernet/intel/ice/ice_ethtool.c
- drivers/net/ethernet/intel/idpf/idpf_ethtool.c 6 additions, 15 deletionsdrivers/net/ethernet/intel/idpf/idpf_ethtool.c
- drivers/net/ethernet/intel/ixgbe/ixgbe_type.h 0 additions, 3 deletionsdrivers/net/ethernet/intel/ixgbe/ixgbe_type.h
- drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c 3 additions, 53 deletionsdrivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
- drivers/net/ethernet/microchip/lan966x/lan966x_main.c 3 additions, 3 deletionsdrivers/net/ethernet/microchip/lan966x/lan966x_main.c
- drivers/net/ethernet/microsoft/mana/hw_channel.c 1 addition, 1 deletiondrivers/net/ethernet/microsoft/mana/hw_channel.c
- drivers/net/ethernet/realtek/r8169_main.c 4 additions, 5 deletionsdrivers/net/ethernet/realtek/r8169_main.c
- drivers/net/ethernet/ti/icssg/icssg_prueth.c 12 additions, 2 deletionsdrivers/net/ethernet/ti/icssg/icssg_prueth.c
- net/ipv4/af_inet.c 3 additions, 1 deletionnet/ipv4/af_inet.c
- net/ipv4/tcp_dctcp.c 12 additions, 1 deletionnet/ipv4/tcp_dctcp.c
- net/ipv4/tcp_output.c 1 addition, 1 deletionnet/ipv4/tcp_output.c
- net/ipv6/seg6_hmac.c 28 additions, 14 deletionsnet/ipv6/seg6_hmac.c
- net/ipv6/seg6_iptunnel.c 6 additions, 5 deletionsnet/ipv6/seg6_iptunnel.c
- net/nfc/nci/core.c 15 additions, 3 deletionsnet/nfc/nci/core.c
- net/openvswitch/actions.c 6 additions, 0 deletionsnet/openvswitch/actions.c
- net/tls/tls_main.c 9 additions, 1 deletionnet/tls/tls_main.c
- net/unix/af_unix.c 22 additions, 6 deletionsnet/unix/af_unix.c
- net/unix/garbage.c 14 additions, 9 deletionsnet/unix/garbage.c
Loading
Please register or sign in to comment