Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -24/+43 |
2022-11-23 | 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-15 | tcp: Add listening address to SYN flood message | Jamie Bainbridge | 1 | -3/+11 |
2022-11-02 | 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-09-01 | tcp: make global challenge ack rate limitation per net-ns and default disabled | Eric Dumazet | 1 | -10/+11 |
2022-09-01 | tcp: annotate data-race around challenge_timestamp | Eric Dumazet | 1 | -2/+2 |
2022-07-29 | 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-15 | 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-18 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -1/+2 |
2022-06-17 | bpf: Add helpers to issue and check SYN cookies in XDP | Maxim Mikityanskiy | 1 | -1/+2 |
2022-06-11 | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet | 1 | -4/+0 |
2022-06-11 | 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-20 | 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 |