Age | Commit message (Expand) | Author | Files | Lines |
2023-11-17 | tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT state | Eric Dumazet | 1 | -2/+2 |
2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -14/+26 |
2023-10-23 | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts() | Eric Dumazet | 1 | -5/+5 |
2023-10-23 | tcp: rename tcp_skb_timestamp() | Eric Dumazet | 1 | -2/+2 |
2023-10-23 | tcp: add tcp_time_stamp_ms() helper | Eric Dumazet | 1 | -1/+1 |
2023-10-10 | tcp: record last received ipv6 flowlabel | David Morley | 1 | -1/+1 |
2023-09-16 | tcp: new TCP_INFO stats for RTO events | Aananth V | 1 | -2/+15 |
2023-09-15 | tcp: indent an if statement | Dan Carpenter | 1 | -1/+1 |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2023-08-15 | net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled | Jason Xing | 1 | -1/+3 |
2023-08-13 | net: tcp: refactor the dbg message in tcp_retransmit_timer() | Menglong Dong | 1 | -10/+13 |
2023-08-13 | net: tcp: fix unexcepted socket die when snd_wnd is 0 | Menglong Dong | 1 | -1/+17 |
2023-08-06 | tcp: set TCP_LINGER2 locklessly | Eric Dumazet | 1 | -1/+1 |
2023-08-06 | tcp: set TCP_USER_TIMEOUT locklessly | Eric Dumazet | 1 | -15/+22 |
2023-08-06 | tcp: set TCP_SYNCNT locklessly | Eric Dumazet | 1 | -3/+6 |
2023-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+13 |
2023-06-01 | tcp: fix mishandling when the sack compression is deferred. | fuyuanli | 1 | -3/+13 |
2023-05-11 | tcp: make the first N SYN RTO backoffs linear | David Morley | 1 | -4/+13 |
2023-03-17 | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 1 | -1/+1 |
2023-03-17 | tcp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 1 | -3/+3 |
2022-08-17 | tcp: Make SYN ACK RTO tunable by BPF programs with TFO | Jie Meng | 1 | -1/+1 |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -13/+17 |
2022-07-20 | tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-18 | tcp: Fix data-races around some timeout sysctl knobs. | Kuniyuki Iwashima | 1 | -5/+5 |
2022-07-18 | tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries. | Kuniyuki Iwashima | 1 | -3/+7 |
2022-07-15 | tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-15 | tcp: Fix data-races around sysctl_tcp_min_snd_mss. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-15 | tcp: Fix data-races around sysctl_tcp_base_mss. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-15 | tcp: Fix data-races around sysctl_tcp_mtu_probing. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-06-11 | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet | 1 | -15/+4 |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
2021-06-08 | ipv4: Fix spelling mistakes | Zheng Yongjun | 1 | -2/+2 |
2021-01-24 | tcp: make TCP_USER_TIMEOUT accurate for zero window probes | Enke Chen | 1 | -0/+18 |
2021-01-20 | tcp: fix TCP socket rehash stats mis-accounting | Yuchung Cheng | 1 | -14/+8 |
2021-01-19 | tcp: fix TCP_USER_TIMEOUT with zero window | Enke Chen | 1 | -7/+7 |
2020-10-01 | inet: remove icsk_ack.blocked | Eric Dumazet | 1 | -1/+0 |
2020-07-14 | net: ipv4: kerneldoc fixes | Andrew Lunn | 1 | -1/+1 |
2020-04-30 | tcp: add tp->dup_ack_counter | Eric Dumazet | 1 | -1/+7 |
2020-01-26 | tcp: export count for rehash attempts | Abdul Kabbani | 1 | -0/+6 |
2019-12-03 | tcp: refactor tcp_retransmit_timer() | Eric Dumazet | 1 | -2/+8 |
2019-10-13 | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet | 1 | -5/+6 |
2019-10-02 | tcp: adjust rto_base in retransmits_timed_out() | Eric Dumazet | 1 | -2/+7 |
2019-09-27 | tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state | Eric Dumazet | 1 | -2/+3 |
2019-08-09 | tcp: add new tcp_mtu_probe_floor sysctl | Josh Hunt | 1 | -1/+1 |
2019-06-16 | tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() | Eric Dumazet | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-01 | tcp: lower congestion window on Fast Open SYNACK timeout | Yuchung Cheng | 1 | -0/+3 |
2019-01-28 | tcp: Refactor pingpong code | Wei Wang | 1 | -2/+2 |
2019-01-18 | tcp: retry more conservatively on local congestion | Yuchung Cheng | 1 | -5/+3 |
2019-01-18 | tcp: simplify window probe aborting on USER_TIMEOUT | Yuchung Cheng | 1 | -7/+7 |