| Age | Commit message (Expand) | Author |
| 2023-06-14 | tcp: gso: really support BIG TCP | Eric Dumazet |
| 2023-06-14 | net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294 | Akihiro Suda |
| 2023-06-09 | tcp: fix mishandling when the sack compression is deferred. | fuyuanli |
| 2023-06-09 | tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set | Cambda Zhu |
| 2023-06-09 | tcp: deny tcp_disconnect() when threads are waiting | Eric Dumazet |
| 2023-06-05 | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend |
| 2023-06-05 | bpf, sockmap: TCP data stall on recv before accept | John Fastabend |
| 2023-06-05 | bpf, sockmap: Handle fin correctly | John Fastabend |
| 2023-06-05 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend |
| 2023-06-05 | ipv{4,6}/raw: fix output xfrm lookup wrt protocol | Nicolas Dichtel |
| 2023-06-05 | inet: Add IP_LOCAL_PORT_RANGE socket option | Jakub Sitnicki |
| 2023-05-30 | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). | Kuniyuki Iwashima |
| 2023-05-24 | tcp: fix possible sk_priority leak in tcp_v4_send_reset() | Eric Dumazet |
| 2023-05-24 | tcp: add annotations around sk->sk_shutdown accesses | Eric Dumazet |
| 2023-05-24 | net: deal with most data-races in sk_wait_event() | Eric Dumazet |
| 2023-05-11 | ipv4: Fix potential uninit variable access bug in __ip_make_skb() | Ziyang Xuan |
| 2023-04-20 | tcp: restrict net.ipv4.tcp_app_win | YueHaibing |
| 2023-04-20 | bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp | Martin KaFai Lau |
| 2023-04-13 | ping: Fix potentail NULL deref for /proc/net/icmp. | Kuniyuki Iwashima |
| 2023-04-13 | raw: Fix NULL deref in raw_get_next(). | Kuniyuki Iwashima |
| 2023-04-13 | raw: use net_hash_mix() in hash function | Eric Dumazet |
| 2023-04-13 | icmp: guard against too small mtu | Eric Dumazet |
| 2023-03-30 | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet |
| 2023-03-22 | ipv4: Fix incorrect table ID in IOCTL path | Ido Schimmel |
| 2023-03-22 | tcp: Fix bind() conflict check for dual-stack wildcard address. | Kuniyuki Iwashima |
| 2023-03-22 | net: tunnels: annotate lockless accesses to dev->needed_headroom | Eric Dumazet |
| 2023-03-22 | tcp: tcp_make_synack() can be called from process context | Breno Leitao |
| 2023-03-17 | netfilter: tproxy: fix deadlock due to missing BH disable | Florian Westphal |
| 2023-03-17 | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par... | Liu Jian |
| 2023-03-11 | tcp: tcp_check_req() can be called from process context | Eric Dumazet |
| 2023-03-11 | netfilter: x_tables: fix percpu counter block leak on error path when creatin... | Pavel Tikhomirov |
| 2023-03-11 | netfilter: ebtables: fix table blob use-after-free | Florian Westphal |
| 2023-03-10 | inet: fix fast path in __inet_hash_connect() | Pietro Borrello |
| 2023-02-14 | txhash: fix sk->sk_txrehash default | Kevin Yang |
| 2023-02-09 | use less confusing names for iov_iter direction initializers | Al Viro |
| 2023-02-09 | bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener | Jakub Sitnicki |
| 2023-02-01 | ipv4: prevent potential spectre v1 gadget in fib_metrics_match() | Eric Dumazet |
| 2023-02-01 | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() | Eric Dumazet |
| 2023-02-01 | tcp: fix rate_app_limited to default to 1 | David Morley |
| 2023-02-01 | tcp: avoid the lookup process failing to get sk in ehash table | Jason Xing |
| 2023-01-24 | net/ulp: use consistent error code when blocking ULP | Paolo Abeni |
| 2023-01-12 | net/ulp: prevent ULP without clone op from entering the LISTEN status | Paolo Abeni |
| 2023-01-12 | tcp: Add TIME_WAIT sockets in bhash2. | Kuniyuki Iwashima |
| 2023-01-07 | mptcp: remove MPTCP 'ifdef' in TCP SYN cookies | Matthieu Baerts |
| 2022-12-31 | net/tunnel: wait until all sk_user_data reader finish before releasing the sock | Hangbin Liu |
| 2022-12-31 | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect | Pengcheng Yang |
| 2022-12-31 | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang |
| 2022-12-31 | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data | Pengcheng Yang |
| 2022-12-31 | net: Return errno in sk->sk_prot->get_port(). | Kuniyuki Iwashima |
| 2022-12-31 | udp: Clean up some functions. | Kuniyuki Iwashima |