| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-30 | tcp: correct handling of extreme memory squeeze | Jon Maloy | 1 | -3/+6 |
| 2024-12-11 | tcp: check space before adding MPTCP SYN options | MoYuanhao | 1 | -2/+4 |
| 2024-10-30 | tcp: add more warn of socket in tcp_send_loss_probe() | Jason Xing | 1 | -3/+1 |
| 2024-10-15 | net: add skb_set_owner_edemux() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+1 |
| 2024-10-10 | tcp: fix mptcp DSS corruption due to large pmtu xmit | Paolo Abeni | 1 | -4/+1 |
| 2024-10-10 | tcp: remove unnecessary update for tp->write_seq in tcp_connect() | xin.guo | 1 | -1/+4 |
| 2024-10-05 | tcp: add a fast path in tcp_delack_timer() | Eric Dumazet | 1 | -1/+2 |
| 2024-10-05 | tcp: annotate data-races around icsk->icsk_pending | Eric Dumazet | 1 | -2/+2 |
| 2024-09-12 | net: add support for skbs with unreadable frags | Mina Almasry | 1 | -1/+4 |
| 2024-08-07 | tcp: rstreason: let it work finally in tcp_send_active_reset() | Jason Xing | 1 | -1/+1 |
| 2024-06-12 | net/tcp: Add tcp-md5 and tcp-ao tracepoints | Dmitry Safonov | 1 | -0/+2 |
| 2024-06-05 | tcp: derive delack_max with tcp_rto_min helper | Kevin Yang | 1 | -9/+2 |
| 2024-05-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -7/+7 |
| 2024-05-24 | net: Rename mono_delivery_time to tstamp_type for scalabilty | Abhishek Chauhan | 1 | -7/+7 |
| 2024-05-23 | tcp: remove 64 KByte limit for initial tp->rcv_wnd value | Jason Xing | 1 | -1/+1 |
| 2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2024-05-03 | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets | Eric Dumazet | 1 | -1/+3 |
| 2024-05-01 | net: add <net/proto_memory.h> | Eric Dumazet | 1 | -0/+1 |
| 2024-04-26 | tcp: fix tcp_grow_skb() vs tstamps | Eric Dumazet | 1 | -14/+19 |
| 2024-04-26 | rstreason: make it work in trace world | Jason Xing | 1 | -1/+1 |
| 2024-04-26 | rstreason: prepare for active reset | Jason Xing | 1 | -1/+2 |
| 2024-04-25 | tcp: update sacked after tracepoint in __tcp_retransmit_skb | Philo Lu | 1 | -5/+6 |
| 2024-04-23 | tcp: try to send bigger TSO packets | Eric Dumazet | 1 | -2/+36 |
| 2024-04-23 | tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit() | Eric Dumazet | 1 | -12/+14 |
| 2024-04-23 | tcp: remove dubious FIN exception from tcp_cwnd_test() | Eric Dumazet | 1 | -13/+5 |
| 2024-04-12 | net: move skb ref helpers to new header | Mina Almasry | 1 | -0/+1 |
| 2024-04-06 | tcp: annotate data-races around tp->window_clamp | Eric Dumazet | 1 | -8/+10 |
| 2023-12-13 | net: Remove acked SYN flag from packet in the transmit queue correctly | Dong Chenchen | 1 | -0/+6 |
| 2023-12-06 | net/tcp: Don't store TCP-AO maclen on reqsk | Dmitry Safonov | 1 | -6/+3 |
| 2023-12-06 | net/tcp: Consistently align TCP-AO option in the header | Dmitry Safonov | 1 | -3/+3 |
| 2023-11-08 | tcp: Fix -Wc23-extensions in tcp_options_write() | Nathan Chancellor | 1 | -31/+39 |
| 2023-11-03 | tcp: fix fastopen code vs usec TS | Eric Dumazet | 1 | -2/+0 |
| 2023-10-27 | net/tcp: Sign SYN-ACK segments with TCP-AO | Dmitry Safonov | 1 | -16/+56 |
| 2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 1 | -14/+23 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to twsk | Dmitry Safonov | 1 | -1/+1 |
| 2023-10-27 | net/tcp: Add TCP-AO sign to outgoing packets | Dmitry Safonov | 1 | -38/+74 |
| 2023-10-27 | net/tcp: Calculate TCP-AO traffic keys | Dmitry Safonov | 1 | -0/+2 |
| 2023-10-27 | net/tcp: Prevent TCP-MD5 with TCP-AO being set | Dmitry Safonov | 1 | -0/+47 |
| 2023-10-26 | ipv6: drop feature RTAX_FEATURE_ALLFRAG | Yan Zhai | 1 | -19/+1 |
| 2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -4/+8 |
| 2023-10-23 | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts() | Eric Dumazet | 1 | -1/+1 |
| 2023-10-23 | tcp: rename tcp_skb_timestamp() | Eric Dumazet | 1 | -4/+4 |
| 2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+19 |
| 2023-10-19 | tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb | Eric Dumazet | 1 | -2/+14 |
| 2023-10-18 | tcp: fix excessive TLP and RACK timeouts from HZ rounding | Neal Cardwell | 1 | -4/+5 |
| 2023-10-17 | tcp: Set pingpong threshold via sysctl | Haiyang Zhang | 1 | -2/+2 |
| 2023-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2023-10-12 | net: tcp: fix crashes trying to free half-baked MTU probes | Jakub Kicinski | 1 | -0/+1 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+3 |