| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-02 | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets | Eric Dumazet | 1 | -0/+2 |
| 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 |
| 2022-04-30 | tcp: drop skb dst in tcp_rcv_established() | Eric Dumazet | 1 | -0/+1 |
| 2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+13 |
| 2022-04-28 | tcp: fix F-RTO may not work correctly when receiving DSACK | Pengcheng Yang | 1 | -1/+2 |
| 2022-04-25 | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT | Eric Dumazet | 1 | -1/+11 |
| 2022-04-18 | tcp: fix signed/unsigned comparison | Eric Dumazet | 1 | -2/+3 |
| 2022-04-17 | tcp: add drop reason support to tcp_ofo_queue() | Eric Dumazet | 1 | -7/+2 |
| 2022-04-17 | tcp: add drop reasons to tcp_rcv_synsent_state_process() | Eric Dumazet | 1 | -6/+9 |
| 2022-04-17 | tcp: make tcp_rcv_synsent_state_process() drop monitor friend | Eric Dumazet | 1 | -9/+8 |
| 2022-04-17 | tcp: add drop reason support to tcp_prune_ofo_queue() | Eric Dumazet | 1 | -1/+2 |
| 2022-04-17 | tcp: add two drop reasons for tcp_ack() | Eric Dumazet | 1 | -3/+4 |
| 2022-04-17 | tcp: add drop reasons to tcp_rcv_state_process() | Eric Dumazet | 1 | -7/+17 |
| 2022-04-17 | tcp: make tcp_rcv_state_process() drop monitor friendly | Eric Dumazet | 1 | -3/+7 |
| 2022-04-17 | tcp: add drop reason support to tcp_validate_incoming() | Eric Dumazet | 1 | -1/+6 |
| 2022-04-17 | tcp: get rid of rst_seq_match | Eric Dumazet | 1 | -8/+5 |
| 2022-04-17 | tcp: consume incoming skb leading to a reset | Eric Dumazet | 1 | -12/+16 |
| 2022-04-06 | tcp: add accessors to read/set tp->snd_cwnd | Eric Dumazet | 1 | -18/+18 |
| 2022-02-20 | net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo() | Menglong Dong | 1 | -4/+6 |
| 2022-02-20 | net: tcp: use tcp_drop_reason() for tcp_data_queue() | Menglong Dong | 1 | -2/+11 |
| 2022-02-20 | net: tcp: use tcp_drop_reason() for tcp_rcv_established() | Menglong Dong | 1 | -2/+7 |
| 2022-02-20 | net: tcp: introduce tcp_drop_reason() | Menglong Dong | 1 | -2/+8 |
| 2022-02-11 | net/smc: Limit SMC visits when handshake workqueue congested | D. Wythe | 1 | -1/+2 |
| 2022-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-02-02 | tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() | Eric Dumazet | 1 | -0/+2 |
| 2022-02-02 | tcp: Use BPF timeout setting for SYN ACK RTO | Akhmat Karakotov | 1 | -3/+5 |
| 2022-01-09 | tcp: tcp_send_challenge_ack delete useless param `skb` | Benjamin Yim | 1 | -5/+5 |
| 2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-12-20 | inet: fully convert sk->sk_rx_dst to RCU rules | Eric Dumazet | 1 | -1/+1 |
| 2021-11-16 | tcp: tp->urg_data is unlikely to be set | Eric Dumazet | 1 | -2/+2 |
| 2021-11-16 | tcp: annotate races around tp->urg_data | Eric Dumazet | 1 | -2/+2 |
| 2021-09-30 | tcp: adjust rcv_ssthresh according to sk_reserved_mem | Wei Wang | 1 | -2/+10 |
| 2021-09-30 | tcp: adjust sndbuf according to sk_reserved_mem | Wei Wang | 1 | -2/+12 |
| 2021-09-24 | tcp: tracking packets with CE marks in BW rate sample | Yuchung Cheng | 1 | -6/+5 |
| 2021-09-14 | tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() | zhenggy | 1 | -1/+1 |
| 2021-07-27 | tcp: more accurately check DSACKs to grow RACK reordering window | Neal Cardwell | 1 | -1/+8 |
| 2021-07-27 | tcp: more accurately detect spurious TLP probes | Yuchung Cheng | 1 | -1/+4 |
| 2021-07-21 | tcp: tweak len/truesize ratio for coalesce candidates | Eric Dumazet | 1 | -8/+30 |
| 2021-07-21 | tcp: avoid indirect call in tcp_new_space() | Eric Dumazet | 1 | -1/+1 |
| 2021-07-09 | mptcp: avoid processing packet if a subflow reset | Jianguo Wu | 1 | -4/+15 |
| 2021-07-06 | tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized | Nguyen Dinh Phi | 1 | -1/+1 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
| 2021-06-03 | net: tcp better handling of reordering then loss cases | Yuchung Cheng | 1 | -19/+26 |
| 2021-05-14 | tcp: add tracepoint for checksum errors | Jakub Kicinski | 1 | -0/+1 |
| 2021-03-11 | tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack() | Eric Dumazet | 1 | -6/+4 |
| 2021-02-15 | tcp: tcp_data_ready() must look at SOCK_DONE | Eric Dumazet | 1 | -1/+1 |
| 2021-02-12 | tcp: factorize logic into tcp_epollin_ready() | Eric Dumazet | 1 | -9/+2 |
| 2021-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+8 |
| 2021-01-23 | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN | Pengcheng Yang | 1 | -4/+6 |
| 2021-01-23 | tcp: make TCP_USER_TIMEOUT accurate for zero window probes | Enke Chen | 1 | -2/+2 |
| 2021-01-22 | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung | 1 | -8/+8 |
| 2021-01-19 | tcp: fix TCP socket rehash stats mis-accounting | Yuchung Cheng | 1 | -3/+2 |
| 2021-01-18 | tcp: fix TCP_USER_TIMEOUT with zero window | Enke Chen | 1 | -0/+1 |
| 2020-12-14 | tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit | Alexander Duyck | 1 | -1/+16 |
| 2020-12-14 | tcp: parse mptcp options contained in reset packets | Florian Westphal | 1 | -5/+8 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2020-12-08 | tcp: select sane initial rcvq_space.space for big MSS | Eric Dumazet | 1 | -1/+2 |
| 2020-12-03 | tcp: merge 'init_req' and 'route_req' functions | Florian Westphal | 1 | -7/+2 |
| 2020-11-02 | tcp: avoid slow start during fast recovery on new losses | Yuchung Cheng | 1 | -5/+4 |
| 2020-10-23 | tcp: Prevent low rmem stalls with SO_RCVLOWAT. | Arjun Roy | 1 | -1/+2 |
| 2020-10-22 | tcp: fix to update snd_wl1 in bulk receiver fast path | Neal Cardwell | 1 | -0/+2 |
| 2020-10-13 | tcp: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+2 |
| 2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -7/+25 |
| 2020-10-03 | tcp: account total lost packets properly | Yuchung Cheng | 1 | -0/+10 |
| 2020-09-25 | tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost | Yuchung Cheng | 1 | -12/+2 |
| 2020-09-25 | tcp: simplify tcp_mark_skb_lost | Yuchung Cheng | 1 | -37/+22 |
| 2020-09-25 | tcp: move tcp_mark_skb_lost | Yuchung Cheng | 1 | -0/+14 |
| 2020-09-25 | tcp: consistently check retransmit hint | Yuchung Cheng | 1 | -7/+2 |
| 2020-09-24 | net: tcp: drop unused function argument from mptcp_incoming_options | Florian Westphal | 1 | -2/+2 |
| 2020-09-24 | tcp: skip DSACKs with dubious sequence ranges | Priyaranjan Jha | 1 | -7/+25 |
| 2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+3 |
| 2020-09-14 | tcp: remove SOCK_QUEUE_SHRUNK | Eric Dumazet | 1 | -16/+7 |
| 2020-09-10 | tcp: Only init congestion control if not initialized already | Neal Cardwell | 1 | -1/+3 |
| 2020-09-10 | tcp: record received TOS value in the request socket | Wei Wang | 1 | -0/+1 |
| 2020-08-24 | tcp: bpf: Optionally store mac header in TCP_SAVE_SYN | Martin KaFai Lau | 1 | -1/+13 |
| 2020-08-24 | bpf: tcp: Allow bpf prog to write and parse TCP header option | Martin KaFai Lau | 1 | -7/+13 |
| 2020-08-24 | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() | Martin KaFai Lau | 1 | -2/+3 |
| 2020-08-24 | bpf: tcp: Add bpf_skops_parse_hdr() | Martin KaFai Lau | 1 | -0/+36 |
| 2020-08-24 | bpf: tcp: Add bpf_skops_established() | Martin KaFai Lau | 1 | -4/+28 |
| 2020-08-24 | tcp: Add saw_unknown to struct tcp_options_received | Martin KaFai Lau | 1 | -6/+16 |
| 2020-08-24 | tcp: Use a struct to represent a saved_syn | Martin KaFai Lau | 1 | -7/+9 |
| 2020-08-03 | tcp: apply a floor of 1 for RTT samples from TCP timestamps | Jianfeng Wang | 1 | -0/+2 |
| 2020-07-31 | tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option | Florian Westphal | 1 | -3/+0 |
| 2020-07-31 | tcp: rename request_sock cookie_ts bit to syncookie | Florian Westphal | 1 | -2/+1 |
| 2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+6 |
| 2020-07-23 | tcp: allow at most one TLP probe per flight | Yuchung Cheng | 1 | -5/+6 |
| 2020-07-17 | tcp: add SNMP counter for no. of duplicate segments reported by DSACK | Priyaranjan Jha | 1 | -0/+1 |
| 2020-07-17 | tcp: fix segment accounting when DSACK range covers multiple segments | Priyaranjan Jha | 1 | -36/+44 |
| 2020-07-13 | net: ipv4: kerneldoc fixes | Andrew Lunn | 1 | -1/+0 |
| 2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
| 2020-07-06 | Replace HTTP links with HTTPS ones: IPv* | Alexander A. Klimov | 1 | -1/+1 |
| 2020-07-01 | tcp: fix SO_RCVLOWAT possible hangs under high mem pressure | Eric Dumazet | 1 | -0/+2 |
| 2020-06-30 | tcp: call tcp_ack_tstamp() when not fully acked | Yousuk Seung | 1 | -2/+5 |
| 2020-06-27 | tcp: update delivered_ce with delivered | Yousuk Seung | 1 | -8/+21 |
| 2020-06-27 | tcp: count sacked packets in tcp_sacktag_state | Yousuk Seung | 1 | -0/+4 |
| 2020-06-27 | tcp: add ece_ack flag to reno sack functions | Yousuk Seung | 1 | -10/+12 |
| 2020-06-27 | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue() | Yousuk Seung | 1 | -2/+2 |
| 2020-06-25 | tcp: don't ignore ECN CWR on pure ACK | Denis Kirjanov | 1 | -3/+11 |
| 2020-06-16 | tcp: grow window for OOO packets only for SACK flows | Eric Dumazet | 1 | -2/+10 |
| 2020-05-29 | tcp: tcp_init_buffer_space can be static | Florian Westphal | 1 | -1/+1 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
| 2020-05-12 | tcp: fix SO_RCVLOWAT hangs with fat skbs | Eric Dumazet | 1 | -1/+2 |
| 2020-05-07 | tcp: tcp_mark_head_lost is only valid for sack-tcp | zhang kai | 1 | -25/+7 |
| 2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -7/+0 |
| 2020-05-06 | tcp: refine tcp_pacing_delay() for very low pacing rates | Eric Dumazet | 1 | -2/+2 |
| 2020-04-30 | tcp: add hrtimer slack to sack compression | Eric Dumazet | 1 | -2/+3 |
| 2020-04-30 | tcp: tcp_sack_new_ofo_skb() should be more conservative | Eric Dumazet | 1 | -1/+11 |
| 2020-04-30 | tcp: add tp->dup_ack_counter | Eric Dumazet | 1 | -9/+27 |
| 2020-04-30 | mptcp: move option parsing into mptcp_incoming_options() | Paolo Abeni | 1 | -4/+0 |
| 2020-04-30 | mptcp: consolidate synack processing. | Paolo Abeni | 1 | -3/+0 |
| 2020-03-12 | inet: Use fallthrough; | Joe Perches | 1 | -3/+3 |
| 2020-02-23 | tcp: fix TFO SYNACK undo to avoid double-timestamp-undo | Neal Cardwell | 1 | -1/+5 |