Pull networking fixes from David Miller: 1) Fix memory leak in vti6, from Torsten Hilbrich. 2) Fix double free in xfrm_policy_timer, from YueHaibing. 3) NL80211_ATTR_CHANNEL_WIDTH attribute is put with wrong type, from Johannes Berg. 4) Wrong allocation failure check in qlcnic driver, from Xu Wang. 5) Get ks8851-ml IO operations right, for real this time, from Marek Vasut. * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (22 commits) r8169: fix PHY driver check on platforms w/o module softdeps net: ks8851-ml: Fix IO operations, again mlxsw: spectrum_mr: Fix list iteration in error path qlcnic: Fix bad kzalloc null test mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX mac80211: mark station unauthorized before key removal mac80211: Check port authorization in the ieee80211_tx_dequeue() case cfg80211: Do not warn on same channel at the end of CSA mac80211: drop data frames without key on encrypted links ieee80211: fix HE SPR size calculation nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type xfrm: policy: Fix doulbe free in xfrm_policy_timer bpf: Explicitly memset some bpf info structures declared on the stack bpf: Explicitly memset the bpf_attr structure bpf: Sanitize the bpf_struct_ops tcp-cc name vti6: Fix memory leak of skb if input policy check fails esp: remove the skb from the chain when it's enqueued in cryptd_wq ipv6: xfrm6_tunnel.c: Use built-in RCU list checking xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire xfrm: fix uctx len check in verify_sec_ctx_len ...
No related branches found
No related tags found
Showing
- drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c 4 additions, 4 deletionsdrivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
- drivers/net/ethernet/micrel/ks8851_mll.c 52 additions, 4 deletionsdrivers/net/ethernet/micrel/ks8851_mll.c
- drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c 1 addition, 1 deletiondrivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
- drivers/net/ethernet/realtek/r8169_main.c 7 additions, 9 deletionsdrivers/net/ethernet/realtek/r8169_main.c
- include/linux/bpf.h 1 addition, 0 deletionsinclude/linux/bpf.h
- include/linux/ieee80211.h 2 additions, 2 deletionsinclude/linux/ieee80211.h
- kernel/bpf/btf.c 2 additions, 1 deletionkernel/bpf/btf.c
- kernel/bpf/syscall.c 20 additions, 14 deletionskernel/bpf/syscall.c
- net/ipv4/Kconfig 1 addition, 0 deletionsnet/ipv4/Kconfig
- net/ipv4/bpf_tcp_ca.c 2 additions, 5 deletionsnet/ipv4/bpf_tcp_ca.c
- net/ipv4/ip_vti.c 30 additions, 8 deletionsnet/ipv4/ip_vti.c
- net/ipv6/ip6_vti.c 26 additions, 8 deletionsnet/ipv6/ip6_vti.c
- net/ipv6/xfrm6_tunnel.c 1 addition, 1 deletionnet/ipv6/xfrm6_tunnel.c
- net/mac80211/debugfs_sta.c 2 additions, 1 deletionnet/mac80211/debugfs_sta.c
- net/mac80211/key.c 12 additions, 8 deletionsnet/mac80211/key.c
- net/mac80211/sta_info.c 6 additions, 1 deletionnet/mac80211/sta_info.c
- net/mac80211/sta_info.h 1 addition, 0 deletionsnet/mac80211/sta_info.h
- net/mac80211/tx.c 33 additions, 6 deletionsnet/mac80211/tx.c
- net/wireless/nl80211.c 1 addition, 1 deletionnet/wireless/nl80211.c
- net/wireless/scan.c 5 additions, 1 deletionnet/wireless/scan.c
Loading
Please register or sign in to comment