| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-29 | tcp: fix too slow tcp_rcvbuf_grow() action | Eric Dumazet | 1 | -2/+9 |
| 2025-10-29 | tcp: add newval parameter to tcp_rcvbuf_grow() | Eric Dumazet | 1 | -7/+7 |
| 2025-10-06 | tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2025-09-29 | tcp: make tcp_rcvbuf_grow() accessible to mptcp code | Paolo Abeni | 1 | -1/+1 |
| 2025-09-29 | tcp: use skb->len instead of skb->truesize in tcp_can_ingest() | Eric Dumazet | 1 | -2/+13 |
| 2025-09-22 | tcp: reclaim 8 bytes in struct request_sock_queue | Eric Dumazet | 1 | -2/+2 |
| 2025-09-22 | net: move sk->sk_err_soft and sk->sk_sndbuf | Eric Dumazet | 1 | -1/+2 |
| 2025-09-18 | tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics | Ilpo Järvinen | 1 | -2/+34 |
| 2025-09-18 | tcp: accecn: AccECN option failure handling | Chia-Yu Chang | 1 | -2/+33 |
| 2025-09-18 | tcp: accecn: AccECN option send control | Chia-Yu Chang | 1 | -1/+3 |
| 2025-09-18 | tcp: accecn: AccECN option | Ilpo Järvinen | 1 | -4/+90 |
| 2025-09-18 | tcp: accecn: AccECN needs to know delivered bytes | Ilpo Järvinen | 1 | -2/+12 |
| 2025-09-18 | tcp: accecn: add AccECN rx byte counters | Ilpo Järvinen | 1 | -3/+4 |
| 2025-09-18 | tcp: accecn: AccECN negotiation | Ilpo Järvinen | 1 | -10/+40 |
| 2025-09-18 | tcp: AccECN core | Ilpo Järvinen | 1 | -8/+92 |
| 2025-09-15 | tcp: ecn functions in separated include file | Chia-Yu Chang | 1 | -44/+1 |
| 2025-08-28 | net: add sk_drops_skbadd() helper | Eric Dumazet | 1 | -1/+1 |
| 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 | -3/+3 |
| 2025-08-22 | tcp: annotate data-races around tp->rx_opt.user_mss | Eric Dumazet | 1 | -4/+4 |
| 2025-07-22 | tcp: do not increment BeyondWindow MIB for old seq | Paolo Abeni | 1 | -1/+5 |
| 2025-07-22 | tcp: do not set a zero size receive buffer | Paolo Abeni | 1 | -0/+4 |
| 2025-07-16 | tcp: fix UaF in tcp_prune_ofo_queue() | Paolo Abeni | 1 | -1/+1 |
| 2025-07-14 | tcp: stronger sk_rcvbuf checks | Eric Dumazet | 1 | -6/+16 |
| 2025-07-14 | tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb | Eric Dumazet | 1 | -1/+1 |
| 2025-07-14 | tcp: call tcp_measure_rcv_mss() for ooo packets | Eric Dumazet | 1 | -0/+1 |
| 2025-07-14 | tcp: add LINUX_MIB_BEYOND_WINDOW | Eric Dumazet | 1 | -0/+1 |
| 2025-07-14 | tcp: do not accept packets beyond window | Eric Dumazet | 1 | -5/+17 |
| 2025-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2025-07-09 | tcp: refine sk_rcvbuf increase for ooo packets | Eric Dumazet | 1 | -1/+3 |
| 2025-07-08 | tcp: update the outdated ref draft-ietf-tcpm-rack | Xin Guo | 1 | -1/+1 |
| 2025-06-27 | tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range | xin.guo | 1 | -1/+2 |
| 2025-06-19 | tcp: tcp_time_to_recover() cleanup | Eric Dumazet | 1 | -5/+3 |
| 2025-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -12/+25 |
| 2025-06-18 | tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior | Neal Cardwell | 1 | -12/+25 |
| 2025-06-17 | tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial() | Neal Cardwell | 1 | -2/+0 |
| 2025-06-17 | tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint | Neal Cardwell | 1 | -19/+0 |
| 2025-06-17 | tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery code | Neal Cardwell | 1 | -127/+10 |
| 2025-05-15 | tcp: skip big rtt sample if receive queue is not empty | Eric Dumazet | 1 | -0/+3 |
| 2025-05-15 | tcp: always seek for minimal rtt in tcp_rcv_rtt_update() | Eric Dumazet | 1 | -14/+8 |
| 2025-05-15 | tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows | Eric Dumazet | 1 | -3/+3 |
| 2025-05-15 | tcp: remove zero TCP TS samples for autotuning | Eric Dumazet | 1 | -5/+5 |
| 2025-05-15 | tcp: add receive queue awareness in tcp_rcv_space_adjust() | Eric Dumazet | 1 | -2/+4 |
| 2025-05-15 | tcp: adjust rcvbuf in presence of reorders | Eric Dumazet | 1 | -0/+4 |
| 2025-05-15 | tcp: fix sk_rcvbuf overshoot | Eric Dumazet | 1 | -34/+25 |
| 2025-05-15 | tcp: add tcp_rcvbuf_grow() tracepoint | Eric Dumazet | 1 | -0/+2 |
| 2025-03-31 | Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc" | Eric Dumazet | 1 | -3/+3 |
| 2025-03-25 | tcp: avoid atomic operations on sk->sk_rmem_alloc | Eric Dumazet | 1 | -3/+3 |
| 2025-03-24 | tcp: move icsk_clean_acked to a better location | Eric Dumazet | 1 | -6/+6 |
| 2025-03-18 | tcp: cache RTAX_QUICKACK metric in a hot cache line | Eric Dumazet | 1 | -2/+1 |
| 2025-03-17 | tcp: helpers for ECN mode handling | Ilpo Järvinen | 1 | -7/+7 |
| 2025-03-17 | tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check() | Ilpo Järvinen | 1 | -9/+6 |
| 2025-03-17 | tcp: create FLAG_TS_PROGRESS | Ilpo Järvinen | 1 | -9/+28 |
| 2025-03-17 | tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() | Ilpo Järvinen | 1 | -24/+32 |
| 2025-03-03 | tcp: add a drop_reason pointer to tcp_check_req() | Eric Dumazet | 1 | -3/+2 |
| 2025-02-26 | tcp: be less liberal in TSEcr received while in SYN_RECV state | Eric Dumazet | 1 | -0/+1 |
| 2025-02-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+2 |
| 2025-02-20 | bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback | Jason Xing | 1 | -0/+2 |
| 2025-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+13 |
| 2025-02-20 | tcp: drop secpath at the same time as we currently drop dst | Sabrina Dubroca | 1 | -4/+4 |
| 2025-02-18 | tcp: adjust rcvq_space after updating scaling ratio | Jakub Kicinski | 1 | -3/+9 |
| 2025-02-18 | trace: tcp: Add tracepoint for tcp_cwnd_reduction() | Breno Leitao | 1 | -0/+2 |
| 2025-02-14 | tcp: use EXPORT_IPV6_MOD[_GPL]() | Eric Dumazet | 1 | -7/+7 |
| 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 | -7/+5 |
| 2025-02-11 | tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() | Eric Dumazet | 1 | -2/+2 |
| 2025-02-11 | tcp: remove tcp_reset_xmit_timer() @max_when argument | Eric Dumazet | 1 | -3/+2 |
| 2025-02-07 | tcp: rename inet_csk_{delete|reset}_keepalive_timer() | Eric Dumazet | 1 | -3/+3 |
| 2025-02-07 | tcp: do not export tcp_parse_mss_option() and tcp_mtup_init() | Eric Dumazet | 1 | -1/+0 |
| 2025-01-14 | tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter | Eric Dumazet | 1 | -3/+4 |
| 2025-01-14 | tcp: add TCP_RFC7323_PAWS_ACK drop reason | Eric Dumazet | 1 | -1/+9 |
| 2025-01-14 | tcp: add drop_reason support to tcp_disordered_ack() | Eric Dumazet | 1 | -35/+44 |
| 2024-12-23 | net: fix memory leak in tcp_conn_request() | Wang Liang | 1 | -0/+1 |
| 2024-11-03 | net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason() | Yafang Shao | 1 | -2/+2 |
| 2024-10-03 | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out | Neal Cardwell | 1 | -2/+9 |
| 2024-10-03 | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe | Neal Cardwell | 1 | -0/+13 |
| 2024-10-03 | tcp: fix to allow timestamp undo if no retransmits were sent | Neal Cardwell | 1 | -2/+16 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-11 | net: add support for skbs with unreadable frags | Mina Almasry | 1 | -3/+10 |
| 2024-08-14 | tcp: Update window clamping condition | Subash Abhinov Kasiviswanathan | 1 | -16/+12 |
| 2024-07-29 | tcp: Adjust clamping window for applications specifying SO_RCVBUF | Subash Abhinov Kasiviswanathan | 1 | -7/+16 |
| 2024-07-25 | tcp: process the 3rd ACK with sk_socket for TFO/MPTCP | Matthieu Baerts (NGI0) | 1 | -3/+0 |
| 2024-07-13 | tcp: Don't drop SYN+ACK for simultaneous connect(). | Kuniyuki Iwashima | 1 | -0/+9 |
| 2024-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+10 |
| 2024-07-05 | tcp: fix incorrect undo caused by DSACK of TLP retransmit | Neal Cardwell | 1 | -1/+10 |
| 2024-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+8 |
| 2024-07-04 | tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO. | Kuniyuki Iwashima | 1 | -0/+7 |
| 2024-06-28 | UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open() | Neal Cardwell | 1 | -1/+1 |
| 2024-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -12/+33 |
| 2024-06-25 | tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO | Neal Cardwell | 1 | -11/+27 |
| 2024-06-25 | Fix race for duplicate reqsk on identical SYN | luoxuanqiang | 1 | -1/+6 |
| 2024-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2024-06-19 | tcp: use sk_skb_reason_drop to free rx packets | Yan Zhai | 1 | -1/+1 |
| 2024-06-17 | tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack() | Eric Dumazet | 1 | -0/+1 |
| 2024-06-12 | net/tcp: Add tcp-md5 and tcp-ao tracepoints | Dmitry Safonov | 1 | -2/+6 |
| 2024-06-06 | tcp: move inet_reqsk_alloc() close to inet_reqsk_clone() | Eric Dumazet | 1 | -25/+0 |
| 2024-06-04 | tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx() | Jakub Kicinski | 1 | -8/+3 |
| 2024-05-29 | tcp: add tcp_done_with_error() helper | Eric Dumazet | 1 | -11/+21 |
| 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-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2024-05-02 | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets | Eric Dumazet | 1 | -0/+2 |
| 2024-05-02 | tcp: Add new args for cong_control in tcp_congestion_ops | Miao Xu | 1 | -1/+1 |
| 2024-04-30 | net: add <net/proto_memory.h> | Eric Dumazet | 1 | -0/+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-25 | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args | Philo Lu | 1 | -2/+2 |
| 2024-04-17 | tcp: accept bare FIN packets under memory pressure | Eric Dumazet | 1 | -1/+11 |
| 2024-04-09 | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field | Eric Dumazet | 1 | -10/+16 |
| 2024-04-09 | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-06 | net: skbuff: generalize the skb->decrypted bit | Jakub Kicinski | 1 | -9/+3 |
| 2024-04-05 | tcp: annotate data-races around tp->window_clamp | Eric Dumazet | 1 | -7/+10 |
| 2024-04-01 | inet: preserve const qualifier in inet_csk() | Eric Dumazet | 1 | -1/+1 |
| 2024-02-28 | tcp: add dropreasons in tcp_rcv_state_process() | Jason Xing | 1 | -7/+12 |
| 2024-02-28 | tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process() | Jason Xing | 1 | -1/+4 |
| 2024-02-16 | tcp: Spelling s/curcuit/circuit/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2024-02-15 | tcp: no need to use acceptable for conn_request | Jason Xing | 1 | -4/+1 |
| 2024-01-29 | net: tcp: accept old ack during closing | Menglong Dong | 1 | -7/+11 |
| 2023-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+20 |
| 2023-12-08 | tcp: fix tcp_disordered_ack() vs usec TS resolution | Eric Dumazet | 1 | -2/+20 |
| 2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+8 |
| 2023-12-06 | tcp: do not accept ACK of bytes we never sent | Eric Dumazet | 1 | -1/+5 |
| 2023-12-06 | net/tcp: Don't store TCP-AO maclen on reqsk | Dmitry Safonov | 1 | -2/+3 |
| 2023-12-01 | tcp: tcp_gro_dev_warn() cleanup | Eric Dumazet | 1 | -18/+11 |
| 2023-11-03 | tcp: fix fastopen code vs usec TS | Eric Dumazet | 1 | -3/+4 |
| 2023-10-27 | net/tcp: Add static_key for TCP-AO | Dmitry Safonov | 1 | -14/+28 |
| 2023-10-27 | net/tcp: Add TCP-AO SNE support | Dmitry Safonov | 1 | -0/+28 |
| 2023-10-27 | net/tcp: Wire TCP-AO to request sockets | Dmitry Safonov | 1 | -0/+15 |
| 2023-10-27 | net/tcp: Add tcp_parse_auth_options() | Dmitry Safonov | 1 | -10/+29 |
| 2023-10-27 | net/tcp: Calculate TCP-AO traffic keys | Dmitry Safonov | 1 | -0/+2 |
| 2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+5 |
| 2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -1/+4 |
| 2023-10-23 | tcp: add tcp_rtt_tsopt_us() | Eric Dumazet | 1 | -20/+23 |
| 2023-10-23 | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts() | Eric Dumazet | 1 | -3/+3 |
| 2023-10-23 | tcp: rename tcp_skb_timestamp() | Eric Dumazet | 1 | -1/+1 |
| 2023-10-23 | tcp: add tcp_time_stamp_ms() helper | Eric Dumazet | 1 | -1/+1 |
| 2023-10-22 | tcp: fix wrong RTO timeout when received SACK reneging | Fred Chen | 1 | -4/+5 |
| 2023-10-10 | tcp: change data receiver flowlabel after one dup | David Morley | 1 | -3/+11 |
| 2023-10-10 | tcp: record last received ipv6 flowlabel | David Morley | 1 | -0/+15 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+13 |
| 2023-10-04 | tcp: fix delayed ACKs for MSS boundary condition | Neal Cardwell | 1 | -0/+13 |
| 2023-10-01 | net: implement lockless SO_MAX_PACING_RATE | Eric Dumazet | 1 | -2/+2 |
| 2023-09-16 | tcp: new TCP_INFO stats for RTO events | Aananth V | 1 | -0/+15 |
| 2023-09-16 | tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed | Aananth V | 1 | -4/+5 |
| 2023-09-12 | tcp: defer regular ACK while processing socket backlog | Eric Dumazet | 1 | -0/+8 |
| 2023-08-16 | inet: move inet->transparent to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-13 | net: tcp: allow zero-window ACK update the window | Menglong Dong | 1 | -1/+1 |
| 2023-08-13 | net: tcp: send zero-window ACK when no memory | Menglong Dong | 1 | -6/+12 |
| 2023-08-06 | tcp: set TCP_DEFER_ACCEPT locklessly | Eric Dumazet | 1 | -1/+1 |
| 2023-08-06 | tcp: set TCP_LINGER2 locklessly | Eric Dumazet | 1 | -1/+1 |
| 2023-08-04 | tcp: Update stale comment for MD5 in tcp_parse_options(). | Kuniyuki Iwashima | 1 | -3/+2 |
| 2023-07-20 | tcp: add TCP_OLD_SEQUENCE drop reason | Eric Dumazet | 1 | -5/+11 |
| 2023-07-19 | tcp: tcp_enter_quickack_mode() should be static | Eric Dumazet | 1 | -2/+1 |
| 2023-07-18 | tcp: get rid of sysctl_tcp_adv_win_scale | Eric Dumazet | 1 | -7/+12 |
| 2023-07-03 | tcp: annotate data races in __tcp_oow_rate_limited() | Eric Dumazet | 1 | -3/+9 |
| 2023-06-22 | tcp: fix comment typo | Yueh-Shun Li | 1 | -1/+1 |
| 2023-06-01 | tcp: fix mishandling when the sack compression is deferred. | fuyuanli | 1 | -1/+1 |
| 2023-05-10 | tcp: add annotations around sk->sk_shutdown accesses | Eric Dumazet | 1 | -2/+2 |
| 2023-03-31 | tcp: Refine SYN handling for PAWS. | Kuniyuki Iwashima | 1 | -0/+2 |
| 2023-03-18 | tcp: preserve const qualifier in tcp_sk() | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 1 | -3/+3 |
| 2023-03-17 | tcp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 1 | -1/+1 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -24/+43 |
| 2022-11-22 | tcp: Fix build break when CONFIG_IPV6=n | Saeed Mahameed | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+2 |
| 2022-11-16 | tcp: annotate data-race around queue->synflood_warned | Eric Dumazet | 1 | -1/+1 |
| 2022-11-14 | tcp: Add listening address to SYN flood message | Jamie Bainbridge | 1 | -3/+11 |
| 2022-11-01 | tcp: refine tcp_prune_ofo_queue() logic | Eric Dumazet | 1 | -20/+31 |
| 2022-10-24 | tcp: fix indefinite deferral of RTO with SACK reneging | Neal Cardwell | 1 | -1/+2 |
| 2022-09-06 | tcp: fix early ETIMEDOUT after spurious non-SACK RTO | Neal Cardwell | 1 | -7/+18 |
| 2022-08-31 | tcp: make global challenge ack rate limitation per net-ns and default disabled | Eric Dumazet | 1 | -10/+11 |
| 2022-08-31 | tcp: annotate data-race around challenge_timestamp | Eric Dumazet | 1 | -2/+2 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -19/+22 |
| 2022-07-25 | tcp: Fix a data-race around sysctl_tcp_comp_sack_nr. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-25 | tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-25 | tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2022-07-25 | net: Fix data-races around sysctl_[rw]mem(_offset)?. | Kuniyuki Iwashima | 1 | -6/+7 |
| 2022-07-25 | tcp: Fix data-races around sk_pacing_rate. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2022-07-22 | tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2022-07-22 | tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-22 | tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-22 | tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-22 | tcp: Fix a data-race around sysctl_tcp_frto. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-22 | tcp: Fix a data-race around sysctl_tcp_app_win. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-22 | tcp: Fix data-races around sysctl_tcp_dsack. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -20/+31 |
| 2022-07-20 | tcp: Fix data-races around sysctl_tcp_max_reordering. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2022-07-20 | tcp: Fix a data-race around sysctl_tcp_stdurg. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-20 | tcp: Fix data-races around sysctl_tcp_recovery. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2022-07-20 | tcp: Fix data-races around sysctl knobs related to SYN option. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2022-07-18 | tcp: Fix data-races around sysctl_max_syn_backlog. | Kuniyuki Iwashima | 1 | -2/+4 |
| 2022-07-18 | tcp: Fix data-races around sysctl_tcp_reordering. | Kuniyuki Iwashima | 1 | -3/+7 |
| 2022-07-18 | tcp: Fix data-races around sysctl_tcp_syncookies. | Kuniyuki Iwashima | 1 | -8/+12 |
| 2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-13 | tcp: Fix data-races around sysctl_tcp_ecn. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -1/+2 |
| 2022-06-16 | bpf: Add helpers to issue and check SYN cookies in XDP | Maxim Mikityanskiy | 1 | -1/+2 |
| 2022-06-10 | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet | 1 | -4/+0 |
| 2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet | 1 | -1/+1 |
| 2022-05-28 | tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd | Eric Dumazet | 1 | -4/+7 |
| 2022-05-19 | tcp: improve PRR loss recovery | Yuchung Cheng | 1 | -5/+5 |