| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-18 | net: psp: update the TCP MSS to reflect PSP packet overhead | Jakub Kicinski | 1 | -2/+2 |
| 2025-09-18 | tcp: add datapath logic for PSP with inline key exchange | Jakub Kicinski | 1 | -1/+13 |
| 2025-09-18 | tcp: accecn: AccECN option send control | Chia-Yu Chang | 1 | -0/+1 |
| 2025-09-18 | tcp: accecn: AccECN option | Ilpo Järvinen | 1 | -0/+1 |
| 2025-09-18 | tcp: accecn: AccECN negotiation | Ilpo Järvinen | 1 | -2/+4 |
| 2025-09-11 | tcp: Free TCP-AO/TCP-MD5 info/keys without RCU | Dmitry Safonov | 1 | -2/+2 |
| 2025-09-11 | tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct() | Dmitry Safonov | 1 | -25/+8 |
| 2025-09-01 | tcp: Remove sk->sk_prot->orphan_count. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2025-08-28 | net: add sk_drops_skbadd() helper | Eric Dumazet | 1 | -2/+2 |
| 2025-08-25 | tcp: Don't pass hashinfo to socket lookup helpers. | Kuniyuki Iwashima | 1 | -11/+5 |
| 2025-08-25 | tcp: Remove timewait_sock_ops.twsk_destructor(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2025-08-25 | tcp: annotate data-races around icsk->icsk_probes_out | Eric Dumazet | 1 | -1/+1 |
| 2025-08-25 | tcp: annotate data-races around icsk->icsk_retransmits | Eric Dumazet | 1 | -1/+1 |
| 2025-07-18 | net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC | Jesper Dangaard Brouer | 1 | -11/+15 |
| 2025-07-17 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -69/+200 |
| 2025-07-14 | bpf: tcp: Avoid socket skips and repeats during iteration | Jordan Rife | 1 | -32/+115 |
| 2025-07-14 | bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items | Jordan Rife | 1 | -10/+14 |
| 2025-07-14 | bpf: tcp: Get rid of st_bucket_done | Jordan Rife | 1 | -8/+6 |
| 2025-07-14 | bpf: tcp: Make sure iter->batch always contains a full bucket snapshot | Jordan Rife | 1 | -32/+77 |
| 2025-07-14 | bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch | Jordan Rife | 1 | -4/+5 |
| 2025-07-02 | ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu] | Eric Dumazet | 1 | -1/+1 |
| 2025-07-02 | tcp: move tcp_memory_allocated into net_aligned_data | Eric Dumazet | 1 | -1/+2 |
| 2025-06-27 | tcp: remove rtx_syn_ack field | Eric Dumazet | 1 | -1/+0 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -4/+4 |
| 2025-05-15 | tcp: increase tcp_limit_output_bytes default value to 4MB | Eric Dumazet | 1 | -2/+2 |
| 2025-04-10 | tcp: add TCP_RFC7323_TW_PAWS drop reason | Jiayuan Chen | 1 | -1/+2 |
| 2025-03-25 | tcp/dccp: remove icsk->icsk_timeout | Eric Dumazet | 1 | -2/+2 |
| 2025-03-24 | tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr(). | Kuniyuki Iwashima | 1 | -2/+0 |
| 2025-03-17 | tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS | Ilpo Järvinen | 1 | -6/+23 |
| 2025-03-17 | tcp: AccECN support to tcp_add_backlog | Ilpo Järvinen | 1 | -1/+2 |
| 2025-03-17 | tcp: extend TCP flags to allow AE bit/ACE field | Ilpo Järvinen | 1 | -1/+1 |
| 2025-03-03 | tcp: remove READ_ONCE(req->ts_recent) | Eric Dumazet | 1 | -1/+1 |
| 2025-03-03 | tcp: convert to dev_net_rcu() | Eric Dumazet | 1 | -6/+6 |
| 2025-03-03 | tcp: add a drop_reason pointer to tcp_check_req() | Eric Dumazet | 1 | -1/+2 |
| 2025-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-02-20 | tcp: drop secpath at the same time as we currently drop dst | Sabrina Dubroca | 1 | -1/+1 |
| 2025-02-14 | inet: consolidate inet_csk_clone_lock() | Eric Dumazet | 1 | -4/+0 |
| 2025-02-14 | tcp: use EXPORT_IPV6_MOD[_GPL]() | Eric Dumazet | 1 | -24/+23 |
| 2025-02-11 | tcp: add tcp_rto_max_ms sysctl | Eric Dumazet | 1 | -0/+1 |
| 2025-02-11 | tcp: add the ability to control max RTO | Eric Dumazet | 1 | -1/+1 |
| 2025-02-11 | tcp: use tcp_reset_xmit_timer() | Eric Dumazet | 1 | -2/+1 |
| 2025-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-01-08 | tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset | Daniel Borkmann | 1 | -1/+1 |
| 2024-12-11 | tcp: Add sysctl to configure TIME-WAIT reuse delay | Jakub Sitnicki | 1 | -1/+3 |
| 2024-12-11 | tcp: Measure TIME-WAIT reuse delay with millisecond precision | Jakub Sitnicki | 1 | -2/+3 |
| 2024-11-03 | net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals | Dmitry Safonov | 1 | -1/+2 |
| 2024-10-14 | ipv4: tcp: give socket pointer to control skbs | Eric Dumazet | 1 | -2/+2 |
| 2024-10-04 | tcp: annotate data-races around icsk->icsk_pending | Eric Dumazet | 1 | -4/+6 |
| 2024-09-11 | tcp: RX path for devmem TCP | Mina Almasry | 1 | -0/+16 |
| 2024-08-28 | tcp: annotate data-races around tcptw->tw_rcv_nxt | Eric Dumazet | 1 | -1/+1 |
| 2024-08-28 | tcp: remove volatile qualifier on tw_substate | Eric Dumazet | 1 | -2/+2 |
| 2024-08-26 | tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process | Jason Xing | 1 | -0/+3 |
| 2024-08-19 | tcp: prevent concurrent execution of tcp_sk_exit_batch | Florian Westphal | 1 | -0/+14 |
| 2024-06-24 | net/ipv4: Use nested-BH locking for ipv4_tcp_sk. | Sebastian Andrzej Siewior | 1 | -4/+11 |
| 2024-06-19 | tcp: use sk_skb_reason_drop to free rx packets | Yan Zhai | 1 | -3/+3 |
| 2024-06-12 | net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs | Dmitry Safonov | 1 | -6/+2 |
| 2024-06-10 | net: tcp/dccp: prepare for tw_timer un-pinning | Valentin Schneider | 1 | -1/+1 |
| 2024-06-05 | tcp: add sysctl_tcp_rto_min_us | Kevin Yang | 1 | -0/+1 |
| 2024-06-05 | tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp | Eric Dumazet | 1 | -5/+7 |
| 2024-06-04 | tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx() | Jakub Kicinski | 1 | -2/+1 |
| 2024-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+1 |
| 2024-05-29 | tcp: fix races in tcp_v[46]_err() | Eric Dumazet | 1 | -8/+3 |
| 2024-05-27 | tcp: reduce accepted window in NEW_SYN_RECV state | Eric Dumazet | 1 | -6/+1 |
| 2024-05-23 | net: Add additional bit to support clockid_t timestamp type | Abhishek Chauhan | 1 | -0/+2 |
| 2024-05-13 | tcp: rstreason: handle timewait cases in the receive path | Jason Xing | 1 | -1/+1 |
| 2024-05-09 | tcp: get rid of twsk_unique() | Eric Dumazet | 1 | -1/+0 |
| 2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+7 |
| 2024-05-02 | tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). | Kuniyuki Iwashima | 1 | -1/+7 |
| 2024-04-26 | rstreason: make it work in trace world | Jason Xing | 1 | -1/+1 |
| 2024-04-26 | tcp: support rstreason for passive reset | Jason Xing | 1 | -4/+7 |
| 2024-04-26 | rstreason: prepare for passive reset | Jason Xing | 1 | -5/+7 |
| 2024-04-25 | tcp: avoid premature drops in tcp_add_backlog() | Eric Dumazet | 1 | -2/+11 |
| 2024-04-12 | tcp: small optimization when TCP_TW_SYN is processed | Eric Dumazet | 1 | -1/+1 |
| 2024-04-09 | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field | Eric Dumazet | 1 | -2/+3 |
| 2024-04-09 | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req() | Eric Dumazet | 1 | -1/+2 |
| 2024-04-06 | net: skbuff: generalize the skb->decrypted bit | Jakub Kicinski | 1 | -3/+1 |
| 2024-04-03 | trace: tcp: fully support trace_tcp_send_reset | Jason Xing | 1 | -4/+3 |
| 2024-04-01 | tcp/dccp: do not care about families in inet_twsk_purge() | Eric Dumazet | 1 | -1/+1 |
| 2024-02-28 | tcp: make dropreason in tcp_child_process() work | Jason Xing | 1 | -5/+7 |
| 2024-02-28 | tcp: make the dropreason really work when calling tcp_rcv_state_process() | Jason Xing | 1 | -1/+2 |
| 2024-02-28 | tcp: directly drop skb in cookie check for ipv4 | Jason Xing | 1 | -1/+1 |
| 2023-12-06 | net/tcp: Consistently align TCP-AO option in the header | Dmitry Safonov | 1 | -2/+2 |
| 2023-10-27 | net/tcp: Wire up l3index to TCP-AO | Dmitry Safonov | 1 | -3/+7 |
| 2023-10-27 | net/tcp: Add static_key for TCP-AO | Dmitry Safonov | 1 | -11/+14 |
| 2023-10-27 | net/tcp: Ignore specific ICMPs for TCP-AO connections | Dmitry Safonov | 1 | -0/+7 |
| 2023-10-27 | net/tcp: Add TCP-AO SNE support | Dmitry Safonov | 1 | -1/+2 |
| 2023-10-27 | net/tcp: Add TCP-AO segments counters | Dmitry Safonov | 1 | -1/+1 |
| 2023-10-27 | net/tcp: Verify inbound TCP-AO signed segments | Dmitry Safonov | 1 | -5/+5 |
| 2023-10-27 | net/tcp: Sign SYN-ACK segments with TCP-AO | Dmitry Safonov | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 1 | -8/+58 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to twsk | Dmitry Safonov | 1 | -19/+73 |
| 2023-10-27 | net/tcp: Add AO sign to RST packets | Dmitry Safonov | 1 | -13/+56 |
| 2023-10-27 | net/tcp: Add tcp_parse_auth_options() | Dmitry Safonov | 1 | -5/+10 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to outgoing packets | Dmitry Safonov | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Calculate TCP-AO traffic keys | Dmitry Safonov | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Prevent TCP-MD5 with TCP-AO being set | Dmitry Safonov | 1 | -3/+11 |
| 2023-10-27 | net/tcp: Introduce TCP_AO setsockopt()s | Dmitry Safonov | 1 | -2/+8 |
| 2023-10-27 | net/tcp: Prepare tcp_md5sig_pool for TCP-AO | Dmitry Safonov | 1 | -41/+56 |
| 2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -0/+1 |
| 2023-10-23 | tcp: replace tcp_time_stamp_raw() | Eric Dumazet | 1 | -2/+2 |
| 2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2023-10-19 | tcp: check mptcp-level constraints for backlog coalescing | Paolo Abeni | 1 | -0/+1 |
| 2023-10-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+1 |
| 2023-10-16 | tcp: Set pingpong threshold via sysctl | Haiyang Zhang | 1 | -0/+2 |
| 2023-10-11 | bpf: Propagate modified uaddrlen from cgroup sockaddr programs | Daan De Meyer | 1 | -1/+1 |
| 2023-10-01 | inet: implement lockless IP_TOS | Eric Dumazet | 1 | -4/+5 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-09-12 | tcp: defer regular ACK while processing socket backlog | Eric Dumazet | 1 | -0/+1 |
| 2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-08-20 | ipv4: fix data-races around inet->inet_id | Eric Dumazet | 1 | -2/+2 |
| 2023-08-16 | inet: move inet->recverr to inet->inet_flags | Eric Dumazet | 1 | -3/+2 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-07-29 | net: annotate data-races around sk->sk_priority | Eric Dumazet | 1 | -1/+1 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
| 2023-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+6 |
| 2023-07-20 | tcp: annotate data-races around tp->tsoffset | Eric Dumazet | 1 | -2/+3 |
| 2023-07-18 | tcp: annotate data-races around tcp_rsk(req)->ts_recent | Eric Dumazet | 1 | -1/+1 |
| 2023-07-18 | tcp: annotate data-races around tcp_rsk(req)->txhash | Eric Dumazet | 1 | -1/+2 |
| 2023-07-12 | tcp: add a scheduling point in established_get_first() | Jian Wen | 1 | -0/+3 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-06-17 | tcp: enforce receive buffer memory limits by allowing the tcp window to shrink | mfreemon@cloudflare.com | 1 | -0/+2 |
| 2023-06-08 | ipv4, ipv6: Use splice_eof() to flush | David Howells | 1 | -0/+1 |
| 2023-05-26 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -4/+3 |
| 2023-05-25 | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV | Antoine Tenart | 1 | -5/+9 |
| 2023-05-19 | bpf: Add bpf_sock_destroy kfunc | Aditi Ghag | 1 | -1/+1 |
| 2023-05-19 | bpf: tcp: Avoid taking fast sock lock in iterator | Aditi Ghag | 1 | -3/+2 |
| 2023-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+3 |
| 2023-05-12 | tcp: fix possible sk_priority leak in tcp_v4_send_reset() | Eric Dumazet | 1 | -2/+3 |
| 2023-05-11 | tcp: make the first N SYN RTO backoffs linear | David Morley | 1 | -0/+1 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-03-28 | bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp | Martin KaFai Lau | 1 | -2/+2 |
| 2023-03-17 | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | tcp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 1 | -3/+3 |
| 2023-02-02 | tcp: add TCP_MINTTL drop reason | Eric Dumazet | 1 | -0/+1 |
| 2022-12-02 | tcp: use 2-arg optimal variant of kfree_rcu() | Eric Dumazet | 1 | -2/+2 |
| 2022-12-01 | net/tcp: Do cleanup on tcp_md5_key_copy() failure | Dmitry Safonov | 1 | -7/+2 |
| 2022-12-01 | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction | Dmitry Safonov | 1 | -13/+58 |
| 2022-12-01 | net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add() | Dmitry Safonov | 1 | -9/+21 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -16/+5 |
| 2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 1 | -2/+1 |
| 2022-11-22 | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima | 1 | -16/+4 |
| 2022-11-22 | dccp/tcp: Reset saddr on failure after inet6?_hash_connect(). | Kuniyuki Iwashima | 1 | -0/+2 |
| 2022-11-14 | ipasdv4/tcp_ipv4: remove redundant assignment | xu xin | 1 | -1/+0 |
| 2022-10-28 | tcp: add PLB functionality for TCP | Mubashir Adnan Qureshi | 1 | -1/+1 |
| 2022-10-28 | tcp: add sysctls for TCP PLB parameters | Mubashir Adnan Qureshi | 1 | -0/+8 |
| 2022-10-24 | tcp: fix a signed-integer-overflow bug in tcp_add_backlog() | Lu Wei | 1 | -1/+3 |
| 2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-09-20 | tcp: Introduce optional per-netns ehash. | Kuniyuki Iwashima | 1 | -6/+32 |
| 2022-09-20 | tcp: Save unnecessary inet_twsk_purge() calls. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-09-20 | tcp: Access &tcp_hashinfo via net. | Kuniyuki Iwashima | 1 | -29/+43 |
| 2022-09-20 | tcp: Set NULL to sk->sk_prot->h.hashinfo. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-09-20 | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4. | Kuniyuki Iwashima | 1 | -12/+7 |
| 2022-09-20 | tcp: Clean up some functions. | Kuniyuki Iwashima | 1 | -9/+9 |
| 2022-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
| 2022-08-31 | tcp: make global challenge ack rate limitation per net-ns and default disabled | Eric Dumazet | 1 | -2/+4 |
| 2022-08-24 | net: Add a bhash2 table hashed by port and address | Joanne Koong | 1 | -2/+21 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-07-25 | tcp: Fix data-races around sysctl_tcp_reflect_tos. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-18 | tcp: Fix a data-race around sysctl_tcp_tw_reuse. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-11 | net: Find dst with sk's xfrm policy not ctl_sk | sewookseo | 1 | -0/+2 |
| 2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+5 |
| 2022-06-24 | tcp: add a missing nf_reset_ct() in 3WHS handling | Eric Dumazet | 1 | -1/+5 |
| 2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet | 1 | -0/+3 |
| 2022-05-30 | net: ipv4: Avoid bounds check warning | huhai | 1 | -2/+2 |
| 2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-05-16 | net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv() | Menglong Dong | 1 | -0/+1 |
| 2022-05-13 | Revert "tcp/dccp: get rid of inet_twsk_purge()" | Eric Dumazet | 1 | -0/+2 |
| 2022-05-12 | net: inet: Retire port only listening_hash | Martin KaFai Lau | 1 | -12/+9 |
| 2022-04-26 | net: generalize skb freeing deferral to per-cpu lists | Eric Dumazet | 1 | -1/+0 |
| 2022-04-22 | ipv4: Avoid using RTO_ONLINK with ip_route_connect(). | Guillaume Nault | 1 | -3/+2 |
| 2022-04-06 | tcp: add accessors to read/set tp->snd_cwnd | Eric Dumazet | 1 | -1/+1 |
| 2022-03-09 | tcp: adjust TSO packet sizes based on min_rtt | Eric Dumazet | 1 | -0/+1 |
| 2022-03-09 | skb: make drop reason booleanable | Jakub Kicinski | 1 | -5/+7 |
| 2022-02-24 | net/tcp: Merge TCP-MD5 inbound callbacks | Dmitry Safonov | 1 | -73/+5 |
| 2022-02-20 | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv() | Menglong Dong | 1 | -1/+4 |
| 2022-02-20 | net: tcp: add skb drop reasons to tcp_add_backlog() | Menglong Dong | 1 | -2/+5 |
| 2022-02-20 | net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash() | Menglong Dong | 1 | -4/+9 |
| 2022-02-20 | net: tcp: add skb drop reasons to tcp_v4_rcv() | Menglong Dong | 1 | -1/+6 |
| 2022-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-01-27 | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+1 |
| 2022-01-27 | net: socket: rename SKB_DROP_REASON_SOCKET_FILTER | Menglong Dong | 1 | -1/+1 |
| 2022-01-26 | tcp: allocate tcp_death_row outside of struct netns_ipv4 | Eric Dumazet | 1 | -3/+11 |
| 2022-01-25 | ipv4/tcp: do not use per netns ctl sockets | Eric Dumazet | 1 | -34/+27 |
| 2022-01-25 | tcp/dccp: get rid of inet_twsk_purge() | Eric Dumazet | 1 | -2/+0 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -1/+1 |
| 2022-01-09 | net: skb: use kfree_skb_reason() in tcp_v4_rcv() | Menglong Dong | 1 | -3/+11 |
| 2022-01-06 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 1 | -0/+1 |
| 2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+7 |
| 2021-12-20 | inet: fully convert sk->sk_rx_dst to RCU rules | Eric Dumazet | 1 | -4/+7 |
| 2021-11-16 | tcp: defer skb freeing after socket lock is released | Eric Dumazet | 1 | -0/+1 |
| 2021-11-16 | net: remove sk_route_nocaps | Eric Dumazet | 1 | -2/+2 |
| 2021-11-16 | tcp: minor optimization in tcp_add_backlog() | Eric Dumazet | 1 | -3/+2 |
| 2021-10-25 | ipv4: guard IP_MINTTL with a static key | Eric Dumazet | 1 | -8/+12 |
| 2021-10-25 | ipv4: annotate data races arount inet->min_ttl | Eric Dumazet | 1 | -2/+5 |
| 2021-10-25 | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex | Eric Dumazet | 1 | -3/+3 |
| 2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -13/+32 |
| 2021-10-15 | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0 | Leonard Crestez | 1 | -10/+16 |
| 2021-10-15 | tcp: md5: Fix overlap between vrf and non-vrf keys | Leonard Crestez | 1 | -3/+16 |
| 2021-09-23 | tcp: remove sk_{tr}x_skb_cache | Eric Dumazet | 1 | -6/+0 |