| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+0 |
| 11 days | tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction | Eric Dumazet | 1 | -3/+0 |
| 2026-05-01 | tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_u... | Eric Dumazet | 1 | -4/+4 |
| 2026-05-01 | tcp: move tp->bytes_acked to tcp_sock_write_tx group | Eric Dumazet | 1 | -1/+1 |
| 2026-05-01 | tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_tx | Eric Dumazet | 1 | -2/+2 |
| 2026-05-01 | tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx group | Eric Dumazet | 1 | -2/+2 |
| 2026-05-01 | tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group | Eric Dumazet | 1 | -2/+2 |
| 2026-04-23 | Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -25/+37 |
| 2026-04-18 | tcp: annotate data-races around tp->plb_rehash | Eric Dumazet | 1 | -1/+2 |
| 2026-04-18 | tcp: annotate data-races around (tp->write_seq - tp->snd_nxt) | Eric Dumazet | 1 | -1/+2 |
| 2026-04-18 | tcp: annotate data-races around tp->timeout_rehash | Eric Dumazet | 1 | -1/+2 |
| 2026-04-18 | tcp: annotate data-races around tp->srtt_us | Eric Dumazet | 1 | -2/+3 |
| 2026-04-18 | tcp: annotate data-races around tp->reord_seen | Eric Dumazet | 1 | -1/+1 |
| 2026-04-18 | tcp: annotate data-races around tp->dsack_dups | Eric Dumazet | 1 | -1/+1 |
| 2026-04-18 | tcp: annotate data-races around tp->bytes_retrans | Eric Dumazet | 1 | -2/+2 |
| 2026-04-18 | tcp: annotate data-races around tp->bytes_sent | Eric Dumazet | 1 | -1/+1 |
| 2026-04-18 | tcp: add data-race annotations for TCP_NLA_SNDQ_SIZE | Eric Dumazet | 1 | -1/+3 |
| 2026-04-18 | tcp: annotate data-races around tp->delivered and tp->delivered_ce | Eric Dumazet | 1 | -2/+2 |
| 2026-04-18 | tcp: annotate data-races around tp->snd_ssthresh | Eric Dumazet | 1 | -2/+2 |
| 2026-04-18 | tcp: add data-races annotations around tp->reordering, tp->snd_cwnd | Eric Dumazet | 1 | -4/+4 |
| 2026-04-18 | tcp: add data-race annotations around tp->data_segs_out and tp->total_retrans | Eric Dumazet | 1 | -2/+2 |
| 2026-04-18 | tcp: annotate data-races in tcp_get_info_chrono_stats() | Eric Dumazet | 1 | -4/+10 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+3 |
| 2026-04-13 | tcp: update window_clamp when SO_RCVBUF is set | Jakub Kicinski | 1 | -0/+5 |
| 2026-04-06 | tcp: add recv_should_stop helper | Geliang Tang | 1 | -7/+2 |
| 2026-04-05 | mm: rename zap_page_range_single() to zap_vma_range() | David Hildenbrand (Arm) | 1 | -3/+3 |
| 2026-04-05 | mm/memory: remove "zap_details" parameter from zap_page_range_single() | David Hildenbrand (Arm) | 1 | -3/+2 |
| 2026-03-29 | net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros | Fernando Fernandez Mancera | 1 | -23/+0 |
| 2026-03-14 | tcp: implement RFC 7323 window retraction receiver requirements | Simon Baatz | 1 | -0/+2 |
| 2026-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2026-03-04 | net: use ktime_t in struct scm_timestamping_internal | Eric Dumazet | 1 | -39/+22 |
| 2026-03-04 | tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.c | Eric Dumazet | 1 | -0/+54 |
| 2026-03-03 | net/tcp-md5: Fix MAC comparison to be constant-time | Eric Biggers | 1 | -1/+2 |
| 2026-03-02 | net: remove addr_len argument of recvmsg() handlers | Eric Dumazet | 1 | -3/+2 |
| 2026-02-26 | net: annotate data-races around sk->sk_{data_ready,write_space} | Eric Dumazet | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2026-02-03 | tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info | Chia-Yu Chang | 1 | -0/+8 |
| 2026-02-03 | tcp: try to avoid safer when ACKs are thinned | Ilpo Järvinen | 1 | -0/+2 |
| 2026-02-02 | tcp: export tcp_splice_state | Geliang Tang | 1 | -11/+2 |
| 2026-01-28 | tcp: tcp_tx_timestamp() must look at the rtx queue | Eric Dumazet | 1 | -0/+3 |
| 2026-01-27 | tcp: move sk_forced_mem_schedule() to tcp.c | Eric Dumazet | 1 | -0/+27 |
| 2026-01-23 | tcp: move tcp_stream_memory_free() to tcp.c | Eric Dumazet | 1 | -0/+13 |
| 2026-01-22 | tcp: move tcp_rate_check_app_limited() to tcp.c | Eric Dumazet | 1 | -0/+18 |
| 2026-01-08 | net: do not write to msg_get_inq in callee | Willem de Bruijn | 1 | -5/+3 |
| 2025-11-27 | netmem, devmem, tcp: access pp fields through @desc in net_iov | Byungchul Park | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-10-27 | tcp: remove one ktime_get() from recvmsg() fast path | Eric Dumazet | 1 | -1/+3 |
| 2025-10-23 | tcp: Remove unnecessary null check in tcp_inbound_md5_hash() | Eric Biggers | 1 | -6/+4 |
| 2025-10-17 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+2 |
| 2025-10-17 | tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash | Eric Biggers | 1 | -42/+31 |
| 2025-10-16 | net: Allow opt-out from global protocol memory accounting. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2025-10-15 | tcp: better handle TCP_TX_DELAY on established flows | Eric Dumazet | 1 | -4/+27 |
| 2025-10-06 | tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat() | Eric Dumazet | 1 | -1/+4 |
| 2025-09-22 | tcp: move tcp_clean_acked to tcp_sock_read_tx group | Eric Dumazet | 1 | -3/+3 |
| 2025-09-22 | tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group | Eric Dumazet | 1 | -1/+1 |
| 2025-09-22 | tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses | Eric Dumazet | 1 | -12/+0 |
| 2025-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+5 |
| 2025-09-18 | tcp: add datapath logic for PSP with inline key exchange | Jakub Kicinski | 1 | -0/+2 |
| 2025-09-18 | tcp: accecn: AccECN option failure handling | Chia-Yu Chang | 1 | -0/+3 |
| 2025-09-18 | tcp: accecn: AccECN option send control | Chia-Yu Chang | 1 | -1/+4 |
| 2025-09-18 | tcp: accecn: AccECN option | Ilpo Järvinen | 1 | -1/+14 |
| 2025-09-18 | tcp: accecn: add AccECN rx byte counters | Ilpo Järvinen | 1 | -1/+2 |
| 2025-09-18 | tcp: accecn: AccECN negotiation | Ilpo Järvinen | 1 | -0/+1 |
| 2025-09-18 | tcp: AccECN core | Ilpo Järvinen | 1 | -1/+4 |
| 2025-09-17 | tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect(). | Kuniyuki Iwashima | 1 | -0/+5 |
| 2025-09-15 | tcp: reorganize tcp_sock_write_txrx group for variables later | Chia-Yu Chang | 1 | -2/+2 |
| 2025-09-11 | tcp: Free TCP-AO/TCP-MD5 info/keys without RCU | Dmitry Safonov | 1 | -14/+3 |
| 2025-09-11 | tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct() | Dmitry Safonov | 1 | -0/+27 |
| 2025-09-11 | net: devmem: expose tcp_recvmsg_locked errors | Stanislav Fomichev | 1 | -2/+2 |
| 2025-09-04 | tcp: use tcp_eat_recv_skb in __tcp_close() | Eric Dumazet | 1 | -2/+2 |
| 2025-09-04 | tcp: fix __tcp_close() to only send RST when required | Eric Dumazet | 1 | -4/+5 |
| 2025-09-01 | tcp: Remove sk->sk_prot->orphan_count. | Kuniyuki Iwashima | 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 | -1/+2 |
| 2025-08-22 | tcp: lockless TCP_MAXSEG option | Eric Dumazet | 1 | -4/+2 |
| 2025-08-22 | tcp: annotate data-races around tp->rx_opt.user_mss | Eric Dumazet | 1 | -3/+5 |
| 2025-07-21 | tcp: add tcp_sock_set_maxseg | Geliang Tang | 1 | -9/+14 |
| 2025-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-07-08 | net: splice: Drop unused @gfp | Michal Luczaj | 1 | -2/+1 |
| 2025-07-08 | tcp: Correct signedness in skb remaining space calculation | Jiayuan Chen | 1 | -1/+1 |
| 2025-07-02 | tcp: move tcp_memory_allocated into net_aligned_data | Eric Dumazet | 1 | -2/+0 |
| 2025-06-17 | net: tcp: tsq: Convert from tasklet to BH workqueue | Tejun Heo | 1 | -1/+1 |
| 2025-06-17 | tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint | Neal Cardwell | 1 | -2/+1 |
| 2025-05-27 | net: devmem: preserve sockc_err | Mina Almasry | 1 | -14/+10 |
| 2025-05-15 | tcp: increase tcp_rmem[2] to 32 MB | Eric Dumazet | 1 | -1/+1 |
| 2025-05-13 | net: devmem: Implement TX path | Mina Almasry | 1 | -8/+40 |
| 2025-04-24 | tcp: fastopen: pass TFO child indication through getsockopt | Jeremy Harris | 1 | -0/+2 |
| 2025-04-24 | tcp: fastopen: note that a child socket was created | Jeremy Harris | 1 | -0/+1 |
| 2025-04-10 | trace: tcp: Add tracepoint for tcp_sendmsg_locked() | Breno Leitao | 1 | -0/+2 |
| 2025-03-31 | Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc" | Eric Dumazet | 1 | -16/+2 |
| 2025-03-25 | tcp: avoid atomic operations on sk->sk_rmem_alloc | Eric Dumazet | 1 | -2/+16 |
| 2025-03-25 | tcp: support TCP_DELACK_MAX_US for set/getsockopt use | Jason Xing | 1 | -1/+12 |
| 2025-03-25 | tcp: support TCP_RTO_MIN_US for set/getsockopt use | Jason Xing | 1 | -1/+12 |
| 2025-03-24 | tcp: move icsk_clean_acked to a better location | Eric Dumazet | 1 | -0/+5 |
| 2025-03-17 | tcp: helpers for ECN mode handling | Ilpo Järvinen | 1 | -1/+1 |
| 2025-03-06 | tcp: clamp window like before the cleanup | Matthieu Baerts (NGI0) | 1 | -6/+6 |
| 2025-03-03 | tcp: tcp_set_window_clamp() cleanup | Eric Dumazet | 1 | -18/+18 |
| 2025-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -21/+34 |
| 2025-02-27 | Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -16/+10 |
| 2025-02-25 | tcp: devmem: don't write truncated dmabuf CMSGs to userspace | Stanislav Fomichev | 1 | -16/+10 |
| 2025-02-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+5 |
| 2025-02-20 | bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback | Jason Xing | 1 | -0/+4 |
| 2025-02-20 | bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback | Jason Xing | 1 | -1/+1 |
| 2025-02-18 | tcp: only initialize sockcm tsflags field | Willem de Bruijn | 1 | -1/+1 |
| 2025-02-14 | tcp: use EXPORT_IPV6_MOD[_GPL]() | Eric Dumazet | 1 | -22/+22 |
| 2025-02-11 | tcp: add tcp_rto_max_ms sysctl | Eric Dumazet | 1 | -3/+3 |
| 2025-02-11 | tcp: add the ability to control max RTO | Eric Dumazet | 1 | -0/+12 |
| 2025-02-07 | tcp: rename inet_csk_{delete|reset}_keepalive_timer() | Eric Dumazet | 1 | -2/+2 |
| 2025-02-06 | net: prepare for non devmem TCP memory providers | Pavel Begunkov | 1 | -0/+5 |
| 2025-02-06 | net: prefix devmem specific helpers | Pavel Begunkov | 1 | -1/+1 |
| 2025-01-29 | bpf: Fix wrong copied_seq calculation | Jiayuan Chen | 1 | -5/+24 |
| 2024-10-31 | tcp: only release congestion control if it has been initialized | Pengcheng Yang | 1 | -1/+1 |
| 2024-10-04 | net_tstamp: add SCM_TS_OPT_ID for RAW sockets | Vadim Fedorenko | 1 | -3/+4 |
| 2024-09-11 | tcp: RX path for devmem TCP | Mina Almasry | 1 | -5/+252 |
| 2024-09-11 | net: add support for skbs with unreadable frags | Mina Almasry | 1 | -0/+3 |
| 2024-09-11 | net: support non paged skb frags | Mina Almasry | 1 | -0/+3 |
| 2024-09-10 | net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag | Jason Xing | 1 | -2/+7 |
| 2024-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+11 |
| 2024-08-27 | tcp: fix forever orphan socket caused by tcp_abort | Xueming Feng | 1 | -7/+11 |
| 2024-08-07 | tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r... | Jason Xing | 1 | -1/+2 |
| 2024-08-07 | tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active reset | Jason Xing | 1 | -4/+6 |
| 2024-08-07 | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active reset | Jason Xing | 1 | -1/+1 |
| 2024-08-07 | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active reset | Jason Xing | 1 | -1/+1 |
| 2024-08-07 | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active reset | Jason Xing | 1 | -1/+1 |
| 2024-06-12 | net/tcp: Remove tcp_hash_fail() | Dmitry Safonov | 1 | -25/+0 |
| 2024-06-12 | net/tcp: Add tcp-md5 and tcp-ao tracepoints | Dmitry Safonov | 1 | -0/+17 |
| 2024-06-12 | net/tcp: Move tcp_inbound_hash() from headers | Dmitry Safonov | 1 | -2/+72 |
| 2024-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+8 |
| 2024-06-06 | net: use unrcu_pointer() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-06-05 | tcp: add sysctl_tcp_rto_min_us | Kevin Yang | 1 | -1/+3 |
| 2024-06-05 | tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB | Jason Xing | 1 | -1/+5 |
| 2024-06-04 | net: tls: fix marking packets as decrypted | Jakub Kicinski | 1 | -0/+3 |
| 2024-05-29 | tcp: fix races in tcp_abort() | Eric Dumazet | 1 | -5/+1 |
| 2024-05-29 | tcp: add tcp_done_with_error() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-05-13 | tcp: socket option to check for MPTCP fallback to TCP | Matthieu Baerts (NGI0) | 1 | -0/+3 |
| 2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2024-05-02 | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets | Eric Dumazet | 1 | -2/+2 |
| 2024-04-30 | net: add <net/proto_memory.h> | Eric Dumazet | 1 | -0/+1 |
| 2024-04-30 | tcp: move tcp_out_of_memory() to net/ipv4/tcp.c | Eric Dumazet | 1 | -1/+9 |
| 2024-04-30 | net: move sysctl_max_skb_frags to net_hotdata | Eric Dumazet | 1 | -1/+2 |
| 2024-04-26 | rstreason: prepare for active reset | Jason Xing | 1 | -5/+10 |
| 2024-04-11 | tcp: add support for SO_PEEK_OFF socket option | Jon Maloy | 1 | -6/+10 |
| 2024-04-10 | tcp: tweak tcp_sock_write_txrx size assertion | Eric Dumazet | 1 | -1/+5 |
| 2024-04-09 | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field | Eric Dumazet | 1 | -0/+3 |
| 2024-04-08 | tcp: more struct tcp_sock adjustments | Eric Dumazet | 1 | -4/+4 |
| 2024-04-05 | tcp: annotate data-races around tp->window_clamp | Eric Dumazet | 1 | -4/+4 |
| 2024-03-25 | tcp: properly terminate timers for kernel sockets | Eric Dumazet | 1 | -0/+2 |
| 2024-03-11 | tcp: annotate a data-race around sysctl_tcp_wmem[0] | Jason Xing | 1 | -1/+1 |
| 2024-03-11 | tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function | Gavrilov Ilia | 1 | -2/+2 |
| 2024-03-07 | net: introduce include/net/rps.h | Eric Dumazet | 1 | -0/+1 |
| 2024-03-04 | tcp: align tcp_sock_write_rx group | Eric Dumazet | 1 | -1/+1 |
| 2024-02-12 | tcp: move tp->scaling_ratio to tcp_sock_read_txrx group | Eric Dumazet | 1 | -1/+2 |
| 2024-01-29 | tcp: add sanity checks to rx zerocopy | Eric Dumazet | 1 | -1/+11 |
| 2024-01-23 | tcp: Add memory barrier to tcp_push() | Salvatore Dipietro | 1 | -0/+1 |
| 2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+94 |
| 2024-01-08 | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+4 |
| 2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+25 |
| 2023-12-06 | net/tcp: Limit TCP_AO_REPAIR to non-listen sockets | Dmitry Safonov | 1 | -0/+6 |
| 2023-12-05 | tcp: reorganize tcp_sock fast path variables | Coco Li | 1 | -0/+93 |
| 2023-12-05 | tcp: fix mid stream window clamp. | Paolo Abeni | 1 | -3/+19 |
| 2023-12-05 | iov_iter: replace import_single_range() with import_ubuf() | Jens Axboe | 1 | -4/+4 |
| 2023-12-05 | iov_iter: remove unused 'iov' argument from import_single_range() | Jens Axboe | 1 | -4/+2 |
| 2023-12-04 | tcp: Dump bound-only sockets in inet_diag. | Guillaume Nault | 1 | -0/+1 |
| 2023-10-27 | net/tcp: Add TCP_AO_REPAIR | Dmitry Safonov | 1 | -7/+17 |
| 2023-10-27 | net/tcp: Add TCP-AO getsockopt()s | Dmitry Safonov | 1 | -0/+13 |
| 2023-10-27 | net/tcp: Add tcp_hash_fail() ratelimited logs | Dmitry Safonov | 1 | -10/+13 |
| 2023-10-27 | net/tcp: Verify inbound TCP-AO signed segments | Dmitry Safonov | 1 | -31/+8 |
| 2023-10-27 | net/tcp: Add tcp_parse_auth_options() | Dmitry Safonov | 1 | -1/+2 |
| 2023-10-27 | net/tcp: Introduce TCP_AO setsockopt()s | Dmitry Safonov | 1 | -0/+17 |
| 2023-10-27 | net/tcp: Prepare tcp_md5sig_pool for TCP-AO | Dmitry Safonov | 1 | -117/+28 |
| 2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+5 |
| 2023-10-23 | tcp: add TCPI_OPT_USEC_TS | Eric Dumazet | 1 | -0/+2 |
| 2023-10-23 | tcp: add support for usec resolution in TCP TS values | Eric Dumazet | 1 | -4/+14 |
| 2023-10-23 | tcp: replace tcp_time_stamp_raw() | Eric Dumazet | 1 | -2/+2 |
| 2023-10-23 | tcp: introduce tcp_clock_ms() | Eric Dumazet | 1 | -4/+2 |
| 2023-10-20 | net: do not leave an empty skb in write queue | Eric Dumazet | 1 | -3/+5 |
| 2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+8 |
| 2023-10-13 | tcp: allow again tcp_disconnect() when threads are waiting | Paolo Abeni | 1 | -8/+8 |
| 2023-10-10 | tcp: record last received ipv6 flowlabel | David Morley | 1 | -2/+2 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+2 |
| 2023-10-01 | tcp: derive delack_max from rto_min | Eric Dumazet | 1 | -1/+2 |
| 2023-09-29 | bpf: tcp_read_skb needs to pop skb regardless of seq | John Fastabend | 1 | -8/+2 |
| 2023-09-16 | tcp: new TCP_INFO stats for RTO events | Aananth V | 1 | -0/+9 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -2/+2 |
| 2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 1 | -2/+2 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+4 |
| 2023-08-18 | mm: allow per-VMA locks on file-backed VMAs | Matthew Wilcox (Oracle) | 1 | -7/+4 |
| 2023-08-16 | inet: move inet->defer_connect to inet->inet_flags | Eric Dumazet | 1 | -5/+7 |
| 2023-08-06 | tcp: set TCP_DEFER_ACCEPT locklessly | Eric Dumazet | 1 | -7/+6 |
| 2023-08-06 | tcp: set TCP_LINGER2 locklessly | Eric Dumazet | 1 | -10/+9 |
| 2023-08-06 | tcp: set TCP_KEEPCNT locklessly | Eric Dumazet | 1 | -8/+2 |
| 2023-08-06 | tcp: set TCP_KEEPINTVL locklessly | Eric Dumazet | 1 | -8/+2 |
| 2023-08-06 | tcp: set TCP_USER_TIMEOUT locklessly | Eric Dumazet | 1 | -13/+10 |
| 2023-08-06 | tcp: set TCP_SYNCNT locklessly | Eric Dumazet | 1 | -9/+6 |
| 2023-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -27/+30 |
| 2023-07-20 | tcp: annotate data-races around fastopenq.max_qlen | Eric Dumazet | 1 | -1/+1 |
| 2023-07-20 | tcp: annotate data-races around icsk->icsk_user_timeout | Eric Dumazet | 1 | -3/+3 |
| 2023-07-20 | tcp: annotate data-races around tp->notsent_lowat | Eric Dumazet | 1 | -2/+2 |
| 2023-07-20 | tcp: annotate data-races around rskq_defer_accept | Eric Dumazet | 1 | -5/+6 |
| 2023-07-20 | tcp: annotate data-races around tp->linger2 | Eric Dumazet | 1 | -4/+4 |