-
- Downloads
Pull networking fixes from David Miller: 1) Handle frames in error situations properly in AF_XDP, from Jakub Kicinski. 2) tcp_mmap test case only tests ipv6 due to a thinko, fix from Maninder Singh. 3) Session refcnt fix in l2tp_ppp, from Guillaume Nault. 4) Fix regression in netlink bind handling of multicast gruops, from Dmitry Safonov. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: netlink: Don't shift on 64 for ngroups net/smc: no cursor update send in state SMC_INIT l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl() mlxsw: core_acl_flex_actions: Remove redundant mirror resource destruction mlxsw: core_acl_flex_actions: Remove redundant counter destruction mlxsw: core_acl_flex_actions: Remove redundant resource destruction mlxsw: core_acl_flex_actions: Return error for conflicting actions selftests/bpf: update test_lwt_seg6local.sh according to iproute2 drivers: net: lmc: fix case value for target abort error selftest/net: fix protocol family to work for IPv4. net: xsk: don't return frames via the allocator on error tools/bpftool: fix a percpu_array map dump problem
Showing
- drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 29 additions, 22 deletionsdrivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
- drivers/net/wan/lmc/lmc_main.c 1 addition, 1 deletiondrivers/net/wan/lmc/lmc_main.c
- net/l2tp/l2tp_ppp.c 9 additions, 4 deletionsnet/l2tp/l2tp_ppp.c
- net/netlink/af_netlink.c 2 additions, 2 deletionsnet/netlink/af_netlink.c
- net/smc/smc_cdc.c 2 additions, 1 deletionnet/smc/smc_cdc.c
- net/xdp/xsk.c 1 addition, 3 deletionsnet/xdp/xsk.c
- tools/bpf/bpftool/map.c 9 additions, 5 deletionstools/bpf/bpftool/map.c
- tools/testing/selftests/bpf/test_lwt_seg6local.sh 3 additions, 3 deletionstools/testing/selftests/bpf/test_lwt_seg6local.sh
- tools/testing/selftests/net/tcp_mmap.c 1 addition, 1 deletiontools/testing/selftests/net/tcp_mmap.c
Loading
Please register or sign in to comment