index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: do not leave an empty skb in write queue
Eric Dumazet
2023-11-02
1
-3
/
+5
*
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-25
1
-8
/
+8
*
bpf: tcp_read_skb needs to pop skb regardless of seq
John Fastabend
2023-10-10
1
-8
/
+2
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-19
1
-2
/
+2
*
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
2023-07-20
1
-1
/
+1
*
tcp: annotate data-races around icsk->icsk_user_timeout
Eric Dumazet
2023-07-20
1
-3
/
+3
*
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
2023-07-20
1
-2
/
+2
*
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
2023-07-20
1
-5
/
+6
*
tcp: annotate data-races around tp->linger2
Eric Dumazet
2023-07-20
1
-4
/
+4
*
tcp: annotate data-races around icsk->icsk_syn_retries
Eric Dumazet
2023-07-20
1
-3
/
+3
*
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
2023-07-20
1
-2
/
+3
*
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
2023-07-20
1
-2
/
+2
*
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
2023-07-20
1
-1
/
+2
*
tcp: annotate data-races around tp->tsoffset
Eric Dumazet
2023-07-20
1
-2
/
+2
*
tcp: annotate data-races around tp->tcp_tx_delay
Eric Dumazet
2023-07-20
1
-2
/
+2
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-39
/
+4
*
net/tcp: optimise locking for blocking splice
Pavel Begunkov
2023-06-24
1
-1
/
+1
*
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
2023-06-18
1
-8
/
+37
*
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-15
1
-2
/
+3
*
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
2023-06-12
1
-3
/
+3
*
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
2023-06-12
1
-1
/
+1
*
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-06-08
1
-0
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-01
1
-1
/
+8
|
\
|
*
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
2023-05-29
1
-1
/
+2
|
*
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
2023-05-29
1
-0
/
+6
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-26
1
-3
/
+6
|
\
\
|
*
|
bpf: Add bpf_sock_destroy kfunc
Aditi Ghag
2023-05-19
1
-3
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-25
1
-10
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
2023-05-23
1
-9
/
+1
|
*
|
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
2023-05-23
1
-1
/
+0
|
|
/
*
|
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
2023-05-23
1
-14
/
+7
*
|
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
2023-05-23
1
-151
/
+7
*
|
tcp: Support MSG_SPLICE_PAGES
David Howells
2023-05-23
1
-7
/
+36
*
|
net/tcp: optimise io_uring zc ubuf refcounting
Pavel Begunkov
2023-05-17
1
-3
/
+6
*
|
net/tcp: don't peek at tail for io_uring zc
Pavel Begunkov
2023-05-17
1
-2
/
+1
|
/
*
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
2023-05-10
1
-6
/
+8
*
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
2023-04-14
1
-2
/
+2
*
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
2023-03-18
1
-1
/
+1
*
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
2023-03-17
1
-5
/
+6
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-5
/
+6
|
\
|
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-2
/
+2
|
*
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2023-01-18
1
-3
/
+4
*
|
tcp: fix rate_app_limited to default to 1
David Morley
2023-01-20
1
-0
/
+2
|
/
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
1
-4
/
+6
|
\
|
*
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
2022-12-01
1
-4
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-2
/
+1
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-10
1
-1
/
+1
|
|
\
\
|
*
|
|
tcp: add rcv_wnd and plb_rehash to TCP_INFO
Mubashir Adnan Qureshi
2022-10-28
1
-0
/
+2
|
*
|
|
tcp: add u32 counter in tcp_sock and an SNMP counter for PLB
Mubashir Adnan Qureshi
2022-10-28
1
-0
/
+3
*
|
|
|
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-12
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]