Age | Commit message (Expand) | Author | Files | Lines |
2022-07-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -50/+62 |
2022-07-27 | tcp: md5: fix IPv4-mapped support | Eric Dumazet | 1 | -3/+12 |
2022-07-27 | tcp: allow tls to decrypt directly from the tcp rcv queue | Jakub Kicinski | 1 | -1/+41 |
2022-07-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -16/+8 |
2022-07-25 | ipv4: Fix data-races around sysctl_fib_notify_on_flag_change. | Kuniyuki Iwashima | 1 | -2/+5 |
2022-07-25 | tcp: Fix data-races around sysctl_tcp_reflect_tos. | Kuniyuki Iwashima | 1 | -2/+2 |
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 | 3 | -10/+11 |
2022-07-25 | tcp: Fix data-races around sk_pacing_rate. | Kuniyuki Iwashima | 1 | -2/+2 |
2022-07-23 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 4 | -41/+41 |
2022-07-23 | Revert "tcp: change pingpong threshold to 3" | Wei Wang | 1 | -9/+6 |
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_autocorking. | Kuniyuki Iwashima | 1 | -1/+1 |
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_tso_rtt_log. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-22 | tcp: Fix a data-race around sysctl_tcp_min_tso_segs. | 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 a data-race around sysctl_tcp_limit_output_bytes. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-22 | tcp: Fix data-races around sysctl_tcp_workaround_signed_windows. | Kuniyuki Iwashima | 1 | -2/+2 |
2022-07-22 | tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-22 | tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save. | Kuniyuki Iwashima | 1 | -4/+4 |
2022-07-22 | tcp: Fix a data-race around sysctl_tcp_nometrics_save. | 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-22 | bpf: Switch to new kfunc flags infrastructure | Kumar Kartikeya Dwivedi | 4 | -41/+41 |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 24 | -195/+169 |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -28/+14 |
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_abort_on_overflow. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix a data-race around sysctl_tcp_rfc1337. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix a data-race around sysctl_tcp_stdurg. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix a data-race around sysctl_tcp_retrans_collapse. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix data-races around sysctl_tcp_recovery. | Kuniyuki Iwashima | 2 | -3/+6 |
2022-07-20 | tcp: Fix a data-race around sysctl_tcp_early_retrans. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | tcp: Fix data-races around sysctl knobs related to SYN option. | Kuniyuki Iwashima | 3 | -11/+11 |
2022-07-20 | ip: Fix data-races around sysctl_ip_prot_sock. | Kuniyuki Iwashima | 1 | -3/+3 |
2022-07-20 | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields. | Kuniyuki Iwashima | 1 | -3/+3 |
2022-07-20 | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -2/+2 |
2022-07-20 | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k... | Jakub Kicinski | 2 | -25/+56 |
2022-07-20 | tcp: support externally provided ubufs | Pavel Begunkov | 1 | -11/+22 |
2022-07-20 | ipv4/udp: support externally provided ubufs | Pavel Begunkov | 1 | -13/+31 |
2022-07-19 | ipv4: avoid partial copy for zc | Pavel Begunkov | 1 | -2/+6 |
2022-07-18 | tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. | Kuniyuki Iwashima | 1 | -2/+3 |