| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2023-07-20 | tcp: annotate data-races around icsk->icsk_syn_retries | Eric Dumazet | 1 | -3/+3 |
| 2023-07-20 | tcp: annotate data-races around tp->keepalive_probes | Eric Dumazet | 1 | -2/+3 |
| 2023-07-20 | tcp: annotate data-races around tp->keepalive_intvl | Eric Dumazet | 1 | -2/+2 |
| 2023-07-20 | tcp: annotate data-races around tp->keepalive_time | Eric Dumazet | 1 | -1/+2 |
| 2023-07-20 | tcp: annotate data-races around tp->tsoffset | Eric Dumazet | 1 | -2/+2 |
| 2023-07-20 | tcp: annotate data-races around tp->tcp_tx_delay | Eric Dumazet | 1 | -2/+2 |
| 2023-07-18 | tcp: get rid of sysctl_tcp_adv_win_scale | Eric Dumazet | 1 | -5/+6 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -39/+4 |
| 2023-06-24 | net/tcp: optimise locking for blocking splice | Pavel Begunkov | 1 | -1/+1 |
| 2023-06-18 | tcp: Use per-vma locking for receive zerocopy | Arjun Roy | 1 | -8/+37 |
| 2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 1 | -2/+3 |
| 2023-06-12 | tcp: remove size parameter from tcp_stream_alloc_skb() | Eric Dumazet | 1 | -3/+3 |
| 2023-06-12 | tcp: let tcp_send_syn_data() build headless packets | Eric Dumazet | 1 | -1/+1 |
| 2023-06-08 | ipv4, ipv6: Use splice_eof() to flush | David Howells | 1 | -0/+16 |
| 2023-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+8 |
| 2023-05-29 | tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set | Cambda Zhu | 1 | -1/+2 |
| 2023-05-29 | tcp: deny tcp_disconnect() when threads are waiting | Eric Dumazet | 1 | -0/+6 |
| 2023-05-26 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -3/+6 |
| 2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -10/+1 |
| 2023-05-23 | tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked() | David Howells | 1 | -14/+7 |
| 2023-05-23 | tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES | David Howells | 1 | -151/+7 |
| 2023-05-23 | tcp: Support MSG_SPLICE_PAGES | David Howells | 1 | -7/+36 |
| 2023-05-23 | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend | 1 | -9/+1 |
| 2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 1 | -1/+0 |
| 2023-05-19 | bpf: Add bpf_sock_destroy kfunc | Aditi Ghag | 1 | -3/+6 |
| 2023-05-17 | net/tcp: optimise io_uring zc ubuf refcounting | Pavel Begunkov | 1 | -3/+6 |
| 2023-05-17 | net/tcp: don't peek at tail for io_uring zc | Pavel Begunkov | 1 | -2/+1 |
| 2023-05-10 | tcp: add annotations around sk->sk_shutdown accesses | Eric Dumazet | 1 | -6/+8 |
| 2023-04-14 | net: Ensure ->msg_control_user is used for user buffers | Kevin Brodsky | 1 | -2/+2 |
| 2023-03-18 | tcp: preserve const qualifier in tcp_sk() | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 1 | -5/+6 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+6 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+2 |
| 2023-01-20 | tcp: fix rate_app_limited to default to 1 | David Morley | 1 | -0/+2 |
| 2023-01-18 | mm: remove zap_page_range and create zap_vma_pages | Mike Kravetz | 1 | -3/+4 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -4/+6 |
| 2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
| 2022-12-01 | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction | Dmitry Safonov | 1 | -4/+1 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 1 | -2/+1 |
| 2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-11-07 | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent | Lu Wei | 1 | -1/+1 |
| 2022-10-28 | tcp: add rcv_wnd and plb_rehash to TCP_INFO | Mubashir Adnan Qureshi | 1 | -0/+2 |
| 2022-10-28 | tcp: add u32 counter in tcp_sock and an SNMP counter for PLB | Mubashir Adnan Qureshi | 1 | -0/+3 |
| 2022-10-22 | net: flag sockets supporting msghdr originated zerocopy | Pavel Begunkov | 1 | -0/+1 |
| 2022-10-12 | tcp: Fix data races around icsk->icsk_af_ops. | Kuniyuki Iwashima | 1 | -4/+6 |
| 2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-09-30 | tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited | Neal Cardwell | 1 | -0/+2 |
| 2022-09-28 | tcp: export tcp_sendmsg_fastopen | Benjamin Hesmans | 1 | -3/+2 |
| 2022-09-28 | net: shrink struct ubuf_info | Pavel Begunkov | 1 | -1/+1 |
| 2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -10/+19 |