summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-13bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki
2022-04-13bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki
2022-04-13net/smc: send directly on setting TCP_NODELAYDust Li
2022-04-13SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-04-13SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-13bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy
2022-04-13rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet
2022-04-13net: openvswitch: fix leak of nested actionsIlya Maximets
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets
2022-04-13ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern
2022-04-13sctp: count singleton chunks in assoc user statsJamie Bainbridge
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov
2022-04-13mctp: Use output netdev to allocate skb headroomMatt Johnston
2022-04-13mctp: Fix check for dev_hard_header() resultMatt Johnston
2022-04-13Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean
2022-04-13skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2022-04-13netfilter: bitwise: fix reduce comparisonsJeremy Sowden
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown
2022-04-13netlabel: fix out-of-bounds memory accessesWang Yufen
2022-04-13netfilter: conntrack: revisit gc autotuningFlorian Westphal
2022-04-13Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz
2022-04-13net: limit altnames to 64k totalJakub Kicinski
2022-04-13net: account alternate interface name memoryJakub Kicinski
2022-04-13can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp
2022-04-13Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)
2022-04-13net/smc: correct settings of RMB window update limitDust Li
2022-04-13mctp: make __mctp_dev_get() take a refcount holdMatt Johnston
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2022-04-13ipv6: annotate some data-races around sk->sk_protEric Dumazet
2022-04-13tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-04-13net: initialize init_net earlierEric Dumazet
2022-04-13ipv6: make mc_forwarding atomicEric Dumazet
2022-04-13cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern
2022-04-13bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki
2022-04-13net/smc: Send directly when TCP_CORK is clearedTony Lu
2022-04-13Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setLuiz Augusto von Dentz
2022-04-13Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster
2022-04-13Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster
2022-04-13Bluetooth: hci_sync: Fix compilation warningLuiz Augusto von Dentz
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese
2022-04-08xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-04-08af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima
2022-04-08net: add skb_set_end_offset() helperEric Dumazet
2022-04-08ax25: fix UAF bug in ax25_send_control()Duoming Zhou