| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+9 |
| 2026-06-15 | tcp: rehash onto different local ECMP path on retransmit timeout | Neil Spring | 1 | -6/+14 |
| 2026-06-12 | tcp: clear sock_ops cb flags before force-closing a child socket | Sechang Lim | 1 | -0/+9 |
| 2026-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2026-05-20 | tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction | Eric Dumazet | 1 | -3/+4 |
| 2026-05-13 | net: make is_skb_wmem() available to modules | Eric Dumazet | 1 | -1/+0 |
| 2026-04-30 | net/tcp: Remove tcp_sigpool | Eric Biggers | 1 | -34/+0 |
| 2026-04-30 | net/tcp-ao: Return void from functions that can no longer fail | Eric Biggers | 1 | -4/+4 |
| 2026-04-29 | tcp: add tcp_mstamp_refresh_inline() | Eric Dumazet | 1 | -0/+10 |
| 2026-04-18 | tcp: add data-races annotations around tp->reordering, tp->snd_cwnd | Eric Dumazet | 1 | -1/+1 |
| 2026-04-18 | tcp: annotate data-races in tcp_get_info_chrono_stats() | Eric Dumazet | 1 | -3/+7 |
| 2026-04-13 | tcp: update window_clamp when SO_RCVBUF is set | Jakub Kicinski | 1 | -0/+1 |
| 2026-04-12 | Merge branch 'net-reduce-sk_filter-and-friends-bloat' | Jakub Kicinski | 1 | -3/+3 |
| 2026-04-12 | net: change sk_filter_trim_cap() to return a drop_reason by value | Eric Dumazet | 1 | -3/+1 |
| 2026-04-12 | tcp: change tcp_filter() to return the reason by value | Eric Dumazet | 1 | -3/+5 |
| 2026-04-12 | tcp: add indirect call wrapper in tcp_conn_request() | Eric Dumazet | 1 | -0/+6 |
| 2026-04-12 | tcp: return a drop_reason from tcp_add_backlog() | Eric Dumazet | 1 | -2/+1 |
| 2026-04-06 | tcp: add recv_should_stop helper | Geliang Tang | 1 | -0/+8 |
| 2026-03-26 | tcp: Fix inconsistent indenting warning | Jiayuan Chen | 1 | -1/+1 |
| 2026-03-24 | tcp: add cwnd_event_tx_start to tcp_congestion_ops | Eric Dumazet | 1 | -0/+8 |
| 2026-03-14 | tcp: implement RFC 7323 window retraction receiver requirements | Simon Baatz | 1 | -0/+22 |
| 2026-03-12 | tcp: add tcp_release_cb_cond() helper | Eric Dumazet | 1 | -0/+14 |
| 2026-03-09 | tcp: inline tcp_chrono_start() | Eric Dumazet | 1 | -1/+24 |
| 2026-03-09 | tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.c | Eric Dumazet | 1 | -1/+0 |
| 2026-03-05 | tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.c | Eric Dumazet | 1 | -1/+0 |
| 2026-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
| 2026-03-04 | net: use ktime_t in struct scm_timestamping_internal | Eric Dumazet | 1 | -2/+9 |
| 2026-03-04 | tcp: secure_seq: add back ports to TS offset | Eric Dumazet | 1 | -2/+4 |
| 2026-03-02 | net: remove addr_len argument of recvmsg() handlers | Eric Dumazet | 1 | -1/+1 |
| 2026-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2026-02-24 | tcp: make tcp_v{4,6}_send_check() static | Eric Dumazet | 1 | -3/+0 |
| 2026-02-24 | tcp: move tcp_v6_send_check() to tcp_output.c | Eric Dumazet | 1 | -1/+2 |
| 2026-02-24 | tcp: inline __tcp_v4_send_check() | Eric Dumazet | 1 | -1/+9 |
| 2026-02-19 | tcp: fix potential race in tcp_v6_syn_recv_sock() | Eric Dumazet | 1 | -1/+3 |
| 2026-02-06 | tcp: inline tcp_filter() | Eric Dumazet | 1 | -1/+7 |
| 2026-02-04 | tcp: split tcp_check_space() in two parts | Eric Dumazet | 1 | -1/+9 |
| 2026-02-03 | tcp: add TCP_SYNACK_RETRANS synack_type | Chia-Yu Chang | 1 | -0/+1 |
| 2026-02-03 | tcp: disable RFC3168 fallback identifier for CC modules | Chia-Yu Chang | 1 | -1/+11 |
| 2026-02-03 | tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers | Chia-Yu Chang | 1 | -1/+20 |
| 2026-02-02 | tcp: export tcp_splice_state | Geliang Tang | 1 | -0/+11 |
| 2026-01-28 | tcp: move tcp_rack_advance() to tcp_input.c | Eric Dumazet | 1 | -2/+0 |
| 2026-01-28 | tcp: move tcp_rack_update_reo_wnd() to tcp_input.c | Eric Dumazet | 1 | -1/+0 |
| 2026-01-22 | tcp: move tcp_rate_check_app_limited() to tcp.c | Eric Dumazet | 1 | -2/+1 |
| 2026-01-22 | tcp: move tcp_rate_gen to tcp_input.c | Eric Dumazet | 1 | -2/+0 |
| 2026-01-21 | gro: inline tcp6_gro_complete() | Eric Dumazet | 1 | -1/+0 |
| 2026-01-21 | gro: inline tcp6_gro_receive() | Eric Dumazet | 1 | -1/+0 |
| 2026-01-20 | tcp: move tcp_rate_skb_delivered() to tcp_input.c | Eric Dumazet | 1 | -2/+0 |
| 2026-01-17 | tcp: move tcp_rate_skb_sent() to tcp_output.c | Eric Dumazet | 1 | -1/+0 |
| 2026-01-06 | tcp: clarify tcp_congestion_ops functions comments | Daniel Sedlak | 1 | -10/+19 |
| 2025-11-14 | tcp: gro: inline tcp_gro_pull_header() | Eric Dumazet | 1 | -1/+0 |
| 2025-11-07 | tcp: Apply max RTO to non-TFO SYN+ACK. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2025-11-07 | tcp: Remove timeout arg from reqsk_timeout(). | Kuniyuki Iwashima | 1 | -0/+7 |
| 2025-11-04 | net: Convert proto callbacks from sockaddr to sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-10-29 | tcp: add newval parameter to tcp_rcvbuf_grow() | Eric Dumazet | 1 | -1/+1 |
| 2025-10-17 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+3 |
| 2025-10-17 | tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash | Eric Biggers | 1 | -18/+8 |
| 2025-10-16 | net: Allow opt-out from global protocol memory accounting. | Kuniyuki Iwashima | 1 | -0/+3 |
| 2025-10-15 | tcp: better handle TCP_TX_DELAY on established flows | Eric Dumazet | 1 | -0/+2 |
| 2025-09-29 | tcp: make tcp_rcvbuf_grow() accessible to mptcp code | Paolo Abeni | 1 | -0/+1 |
| 2025-09-18 | tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics | Ilpo Järvinen | 1 | -0/+1 |
| 2025-09-18 | tcp: accecn: AccECN option send control | Chia-Yu Chang | 1 | -0/+3 |
| 2025-09-18 | tcp: accecn: AccECN option | Ilpo Järvinen | 1 | -0/+13 |
| 2025-09-18 | tcp: accecn: AccECN negotiation | Ilpo Järvinen | 1 | -0/+1 |
| 2025-09-18 | tcp: AccECN core | Ilpo Järvinen | 1 | -0/+15 |
| 2025-09-15 | tcp: fast path functions later | Ilpo Järvinen | 1 | -27/+27 |
| 2025-09-11 | tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct() | Dmitry Safonov | 1 | -0/+4 |
| 2025-09-01 | tcp: Remove sk->sk_prot->orphan_count. | Kuniyuki Iwashima | 1 | -0/+10 |
| 2025-08-28 | net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers | Eric Dumazet | 1 | -1/+1 |
| 2025-08-19 | net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-08-19 | net-memcg: Introduce mem_cgroup_sk_enabled(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-08-06 | Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-18 | net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC | Jesper Dangaard Brouer | 1 | -1/+1 |
| 2025-07-02 | tcp: move tcp_memory_allocated into net_aligned_data | Eric Dumazet | 1 | -1/+0 |
| 2025-06-24 | module: remove meaningless 'name' parameter from __MODULE_INFO() | Masahiro Yamada | 1 | -2/+2 |
| 2025-06-17 | net: tcp: tsq: Convert from tasklet to BH workqueue | Tejun Heo | 1 | -1/+1 |
| 2025-06-17 | tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial() | Neal Cardwell | 1 | -5/+0 |
| 2025-06-17 | tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint | Neal Cardwell | 1 | -1/+0 |
| 2025-04-10 | tcp: add TCP_RFC7323_TW_PAWS drop reason | Jiayuan Chen | 1 | -1/+2 |
| 2025-03-31 | Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc" | Eric Dumazet | 1 | -15/+0 |
| 2025-03-25 | tcp: avoid atomic operations on sk->sk_rmem_alloc | Eric Dumazet | 1 | -0/+15 |
| 2025-03-25 | tcp: support TCP_RTO_MIN_US for set/getsockopt use | Jason Xing | 1 | -1/+1 |
| 2025-03-24 | tcp: move icsk_clean_acked to a better location | Eric Dumazet | 1 | -2/+2 |
| 2025-03-17 | tcp: Pass flags to __tcp_send_ack | Ilpo Järvinen | 1 | -1/+1 |
| 2025-03-17 | tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS | Ilpo Järvinen | 1 | -1/+2 |
| 2025-03-17 | tcp: helpers for ECN mode handling | Ilpo Järvinen | 1 | -4/+40 |
| 2025-03-17 | tcp: extend TCP flags to allow AE bit/ACE field | Ilpo Järvinen | 1 | -1/+8 |
| 2025-03-17 | tcp: use BIT() macro in include/net/tcp.h | Chia-Yu Chang | 1 | -10/+11 |
| 2025-03-07 | tcp: ulp: diag: more info without CAP_NET_ADMIN | Matthieu Baerts (NGI0) | 1 | -2/+2 |
| 2025-03-03 | tcp: add a drop_reason pointer to tcp_check_req() | Eric Dumazet | 1 | -1/+1 |
| 2025-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+8 |
| 2025-02-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+5 |
| 2025-02-20 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 1 | -0/+8 |
| 2025-02-20 | bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback | Jason Xing | 1 | -2/+4 |
| 2025-02-20 | bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback | Jason Xing | 1 | -0/+1 |
| 2025-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+14 |
| 2025-02-20 | tcp: drop secpath at the same time as we currently drop dst | Sabrina Dubroca | 1 | -0/+14 |
| 2025-02-11 | tcp: add the ability to control max RTO | Eric Dumazet | 1 | -5/+11 |
| 2025-02-11 | tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() | Eric Dumazet | 1 | -4/+6 |
| 2025-02-11 | tcp: remove tcp_reset_xmit_timer() @max_when argument | Eric Dumazet | 1 | -4/+3 |
| 2025-02-07 | tcp: rename inet_csk_{delete|reset}_keepalive_timer() | Eric Dumazet | 1 | -0/+1 |
| 2025-01-29 | bpf: Fix wrong copied_seq calculation | Jiayuan Chen | 1 | -0/+8 |
| 2024-12-09 | net: reformat kdoc return statements | Jakub Kicinski | 1 | -1/+1 |
| 2024-10-30 | tcp: add more warn of socket in tcp_send_loss_probe() | Jason Xing | 1 | -1/+2 |
| 2024-10-30 | tcp: add a common helper to debug the underlying issue | Jason Xing | 1 | -11/+14 |
| 2024-10-01 | tcp: Fix spelling mistake "emtpy" -> "empty" | Colin Ian King | 1 | -1/+1 |
| 2024-09-23 | tcp: check skb is non-NULL in tcp_rto_delta_us() | Josh Hunt | 1 | -2/+19 |
| 2024-09-11 | net: add support for skbs with unreadable frags | Mina Almasry | 1 | -1/+2 |
| 2024-06-12 | net/tcp: Move tcp_inbound_hash() from headers | Dmitry Safonov | 1 | -74/+4 |
| 2024-06-12 | net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs | Dmitry Safonov | 1 | -10/+4 |
| 2024-06-05 | net: remove NULL-pointer net parameter in ip_metrics_convert | Jason Xing | 1 | -1/+1 |
| 2024-06-04 | tcp: add a helper for setting EOR on tail skb | Jakub Kicinski | 1 | -0/+9 |
| 2024-06-04 | tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx() | Jakub Kicinski | 1 | -0/+7 |
| 2024-05-29 | tcp: add tcp_done_with_error() helper | Eric Dumazet | 1 | -0/+1 |
| 2024-05-13 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+1 |
| 2024-05-06 | net: create tcp_gro_header_pull helper function | Felix Fietkau | 1 | -1/+3 |
| 2024-05-06 | net: create tcp_gro_lookup helper function | Felix Fietkau | 1 | -0/+1 |
| 2024-05-02 | tcp: Add new args for cong_control in tcp_congestion_ops | Miao Xu | 1 | -1/+1 |
| 2024-04-30 | tcp: move tcp_out_of_memory() to net/ipv4/tcp.c | Eric Dumazet | 1 | -9/+1 |
| 2024-04-29 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+2 |
| 2024-04-26 | rstreason: prepare for active reset | Jason Xing | 1 | -1/+2 |
| 2024-04-25 | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args | Philo Lu | 1 | -2/+2 |
| 2024-04-25 | tcp: move tcp_skb_cb->sacked flags to enum | Philo Lu | 1 | -9/+13 |
| 2024-04-12 | tcp: increase the default TCP scaling ratio | Hechao Li | 1 | -3/+2 |
| 2024-04-09 | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field | Eric Dumazet | 1 | -5/+5 |
| 2024-04-09 | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req() | Eric Dumazet | 1 | -1/+2 |
| 2024-04-01 | tcp/dccp: do not care about families in inet_twsk_purge() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-01 | inet: preserve const qualifier in inet_csk() | Eric Dumazet | 1 | -1/+1 |
| 2024-02-28 | tcp: make the dropreason really work when calling tcp_rcv_state_process() | Jason Xing | 1 | -2/+2 |
| 2024-02-28 | tcp: add dropreasons in tcp_rcv_state_process() | Jason Xing | 1 | -1/+1 |
| 2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-02-18 | mptcp: fix lockless access in subflow ULP diag | Paolo Abeni | 1 | -1/+1 |
| 2024-01-23 | bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n. | Kuniyuki Iwashima | 1 | -14/+16 |
| 2024-01-23 | bpf: tcp: Support arbitrary SYN Cookie. | Kuniyuki Iwashima | 1 | -0/+14 |
| 2024-01-23 | bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check(). | Kuniyuki Iwashima | 1 | -0/+20 |
| 2024-01-23 | tcp: Move tcp_ns_to_ts() to tcp.h | Kuniyuki Iwashima | 1 | -0/+9 |
| 2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+0 |
| 2024-01-04 | net/tcp: Only produce AO/MD5 logs if there are any keys | Dmitry Safonov | 1 | -2/+0 |
| 2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+7 |
| 2023-12-05 | tcp: fix mid stream window clamp. | Paolo Abeni | 1 | -2/+7 |
| 2023-11-29 | tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check() | Kuniyuki Iwashima | 1 | -3/+10 |
| 2023-11-29 | tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2023-11-29 | tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-11-29 | tcp: Don't pass cookie to __cookie_v[46]_check(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2023-10-27 | net/tcp: Wire up l3index to TCP-AO | Dmitry Safonov | 1 | -5/+6 |
| 2023-10-27 | net/tcp: Add static_key for TCP-AO | Dmitry Safonov | 1 | -7/+15 |
| 2023-10-27 | net/tcp: Add tcp_hash_fail() ratelimited logs | Dmitry Safonov | 1 | -2/+12 |
| 2023-10-27 | net/tcp: Add TCP-AO segments counters | Dmitry Safonov | 1 | -4/+11 |
| 2023-10-27 | net/tcp: Verify inbound TCP-AO signed segments | Dmitry Safonov | 1 | -2/+51 |
| 2023-10-27 | net/tcp: Sign SYN-ACK segments with TCP-AO | Dmitry Safonov | 1 | -0/+3 |
| 2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 1 | -0/+6 |
| 2023-10-27 | net/tcp: Add AO sign to RST packets | Dmitry Safonov | 1 | -1/+6 |
| 2023-10-27 | net/tcp: Add tcp_parse_auth_options() | Dmitry Safonov | 1 | -1/+23 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to outgoing packets | Dmitry Safonov | 1 | -0/+64 |
| 2023-10-27 | net/tcp: Calculate TCP-AO traffic keys | Dmitry Safonov | 1 | -0/+3 |
| 2023-10-27 | net/tcp: Prevent TCP-MD5 with TCP-AO being set | Dmitry Safonov | 1 | -2/+41 |
| 2023-10-27 | net/tcp: Introduce TCP_AO setsockopt()s | Dmitry Safonov | 1 | -0/+3 |
| 2023-10-27 | net/tcp: Add TCP-AO config and structures | Dmitry Safonov | 1 | -6/+2 |
| 2023-10-27 | net/tcp: Prepare tcp_md5sig_pool for TCP-AO | Dmitry Safonov | 1 | -14/+36 |
| 2023-10-25 | tcp: define initial scaling factor value as a macro | Paolo Abeni | 1 | -5/+7 |
| 2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -2/+4 |
| 2023-10-23 | tcp: introduce TCP_PAWS_WRAP | Eric Dumazet | 1 | -2/+7 |
| 2023-10-23 | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts() | Eric Dumazet | 1 | -5/+4 |
| 2023-10-23 | tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.c | Eric Dumazet | 1 | -6/+0 |
| 2023-10-23 | tcp: rename tcp_skb_timestamp() | Eric Dumazet | 1 | -5/+9 |
| 2023-10-23 | tcp: replace tcp_time_stamp_raw() | Eric Dumazet | 1 | -6/+19 |
| 2023-10-23 | tcp: introduce tcp_clock_ms() | Eric Dumazet | 1 | -0/+5 |
| 2023-10-23 | tcp: add tcp_time_stamp_ms() helper | Eric Dumazet | 1 | -0/+5 |
| 2023-10-23 | tcp: fix cookie_init_timestamp() overflows | Eric Dumazet | 1 | -1/+1 |
| 2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2023-10-17 | tcp: fix excessive TLP and RACK timeouts from HZ rounding | Neal Cardwell | 1 | -0/+3 |
| 2023-10-16 | net: stub tcp_gro_complete if CONFIG_INET=n | Jacob Keller | 1 | -0/+4 |
| 2023-10-10 | tcp: record last received ipv6 flowlabel | David Morley | 1 | -0/+2 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
| 2023-10-04 | tcp: fix quick-ack counting to count actual ACKs of new data | Neal Cardwell | 1 | -2/+4 |
| 2023-10-01 | tcp: derive delack_max from rto_min | Eric Dumazet | 1 | -0/+2 |
| 2023-10-01 | tcp: constify tcp_rto_min() and tcp_rto_min_us() argument | Eric Dumazet | 1 | -2/+2 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
| 2023-08-18 | mm: allow per-VMA locks on file-backed VMAs | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2023-08-16 | inet: move inet->transparent to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-07-31 | tcp: Remove unused function declarations | Yue Haibing | 1 | -3/+0 |
| 2023-07-24 | mptcp: fix rcv buffer auto-tuning | Paolo Abeni | 1 | -5/+15 |
| 2023-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+24 |
| 2023-07-20 | tcp: annotate data-races around tp->notsent_lowat | Eric Dumazet | 1 | -1/+5 |
| 2023-07-20 | tcp: annotate data-races around tp->keepalive_probes | Eric Dumazet | 1 | -2/+7 |
| 2023-07-20 | tcp: annotate data-races around tp->keepalive_intvl | Eric Dumazet | 1 | -2/+7 |
| 2023-07-20 | tcp: annotate data-races around tp->keepalive_time | Eric Dumazet | 1 | -2/+5 |
| 2023-07-19 | tcp: tcp_enter_quickack_mode() should be static | Eric Dumazet | 1 | -1/+0 |
| 2023-07-19 | tcp: remove tcp_send_partial() | Eric Dumazet | 1 | -1/+0 |
| 2023-07-18 | tcp: get rid of sysctl_tcp_adv_win_scale | Eric Dumazet | 1 | -4/+20 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -4/+0 |
| 2023-06-18 | tcp: Use per-vma locking for receive zerocopy | Arjun Roy | 1 | -0/+1 |
| 2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 1 | -1/+1 |
| 2023-06-12 | tcp: remove size parameter from tcp_stream_alloc_skb() | Eric Dumazet | 1 | -1/+1 |
| 2023-06-12 | tcp: let tcp_send_syn_data() build headless packets | Eric Dumazet | 1 | -0/+1 |
| 2023-06-08 | ipv4, ipv6: Use splice_eof() to flush | David Howells | 1 | -0/+1 |
| 2023-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2023-06-01 | tcp: fix mishandling when the sack compression is deferred. | fuyuanli | 1 | -0/+1 |
| 2023-05-31 | net: Make gro complete function to return void | Parav Pandit | 1 | -1/+1 |
| 2023-05-26 | tcp: remove unused TCP_SYNQ_INTERVAL definition | Neal Cardwell | 1 | -2/+0 |