Benedict Wong (1):
xfrm: Check if_id in inbound policy/secpath match
Cambda Zhu (1):
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss
set
Eric Dumazet (7):
netlink: annotate accesses to nlk->cb_running
net: annotate sk->sk_err write from do_recvmmsg()
net: datagram: fix data-races in datagram_poll()
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
af_packet: do not use READ_ONCE() in packet_bind()
rfs: annotate lockless accesses to sk->sk_rxhash
rfs: annotate lockless accesses to RFS sock flow table
Gavrilov Ilia (1):
ipv6: Fix out-of-bounds access in ipv6_find_tlv()
Guillaume Nault (1):
ping6: Fix send to link-local addresses with VRF.
Hangyu Hua (1):
net: sched: fix possible refcount leak in tc_chain_tmplt_add()
Kuniyuki Iwashima (4):
af_unix: Fix a data race of sk->sk_receive_queue->qlen.
af_unix: Fix data races around sk->sk_shutdown.
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
af_packet: Fix data-races of pkt_sk(sk)->num.
Nick Child (1):
net: Catch invalid index in XPS mapping
Nicolas Dichtel (1):
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Paolo Abeni (1):
tcp: factor out __tcp_close() helper
Pratyush Yadav (1):
net: fix skb leak in __skb_tstamp_tx()
Tobias Brunner (1):
af_key: Reject optional tunnel/BEET mode templates in outbound
policies
Vladislav Efanov (1):
udp6: Fix race condition in udp6_sendmsg & connect
include/linux/netdevice.h | 7 +++++--
include/net/ip.h | 2 ++
include/net/sock.h | 18 +++++++++++++-----
include/net/tcp.h | 1 +
include/uapi/linux/in.h | 2 ++
net/8021q/vlan_dev.c | 4 ++--
net/core/datagram.c | 15 ++++++++++-----
net/core/dev.c | 8 ++++++--
net/core/skbuff.c | 4 +++-
net/core/sock.c | 2 +-
net/ipv4/ip_sockglue.c | 12 +++++++++++-
net/ipv4/raw.c | 5 ++++-
net/ipv4/tcp.c | 12 +++++++++---
net/ipv4/udplite.c | 2 ++
net/ipv6/exthdrs_core.c | 2 ++
net/ipv6/ping.c | 3 ++-
net/ipv6/raw.c | 3 ++-
net/ipv6/udplite.c | 2 ++
net/key/af_key.c | 12 ++++++++----
net/netlink/af_netlink.c | 8 ++++----
net/packet/af_packet.c | 8 +++++---
net/packet/diag.c | 2 +-
net/sched/cls_api.c | 1 +
net/socket.c | 2 +-
net/unix/af_unix.c | 22 +++++++++++++---------
net/xfrm/xfrm_policy.c | 11 ++++++-----
26 files changed, 118 insertions(+), 52 deletions(-)
--
2.25.1