summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-13net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-13ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-04-13sctp: count singleton chunks in assoc user statsJamie Bainbridge1-1/+5
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-04-13mctp: Fix check for dev_hard_header() resultMatt Johnston1-1/+1
2022-04-13skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker1-4/+11
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan1-1/+1
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2-18/+0
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2-2/+5
2022-04-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-13netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2022-04-13netfilter: conntrack: revisit gc autotuningFlorian Westphal1-17/+68
2022-04-13Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-04-13net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-04-13net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-04-13can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp1-1/+11
2022-04-13Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)1-0/+1
2022-04-13net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2-3/+11
2022-04-13tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2-25/+33
2022-04-13net: initialize init_net earlierEric Dumazet2-14/+6
2022-04-13ipv6: make mc_forwarding atomicEric Dumazet4-8/+8
2022-04-13cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern1-1/+8
2022-04-13bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+9
2022-04-13net/smc: Send directly when TCP_CORK is clearedTony Lu3-12/+18
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-04-08af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima1-0/+4
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-0/+32
2022-04-08net: add skb_set_end_offset() helperEric Dumazet1-14/+5
2022-04-08can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp1-1/+1
2022-04-08rxrpc: Fix call timer start racing with call destructionDavid Howells3-14/+43
2022-04-08rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang1-2/+5
2022-04-08net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner1-6/+9
2022-04-08net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal3-9/+15
2022-04-08net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou1-3/+8
2022-04-08vsock/virtio: enable VQs early on probeStefano Garzarella1-0/+2
2022-04-08vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-04-08vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia1-1/+3
2022-04-08netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso1-4/+13
2022-04-08tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-04-08net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean1-0/+5
2022-04-08openvswitch: always update flow key after natAaron Conole1-59/+59
2022-04-08tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-04-08netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter2-0/+9
2022-04-08af_netlink: Fix shift out of bounds in group mask calculationPetr Machata1-0/+2
2022-04-08ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault1-4/+14
2022-04-08Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche1-0/+2