index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: only release congestion control if it has been initialized
Pengcheng Yang
2024-11-01
1
-1
/
+1
*
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2024-10-04
1
-3
/
+4
*
tcp: RX path for devmem TCP
Mina Almasry
2024-09-12
1
-5
/
+252
*
net: add support for skbs with unreadable frags
Mina Almasry
2024-09-12
1
-0
/
+3
*
net: support non paged skb frags
Mina Almasry
2024-09-12
1
-0
/
+3
*
net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag
Jason Xing
2024-09-11
1
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-29
1
-7
/
+11
|
\
|
*
tcp: fix forever orphan socket caused by tcp_abort
Xueming Feng
2024-08-27
1
-7
/
+11
*
|
tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...
Jason Xing
2024-08-07
1
-1
/
+2
*
|
tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active reset
Jason Xing
2024-08-07
1
-4
/
+6
*
|
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active reset
Jason Xing
2024-08-07
1
-1
/
+1
*
|
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active reset
Jason Xing
2024-08-07
1
-1
/
+1
*
|
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active reset
Jason Xing
2024-08-07
1
-1
/
+1
|
/
*
net/tcp: Remove tcp_hash_fail()
Dmitry Safonov
2024-06-12
1
-25
/
+0
*
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
2024-06-12
1
-0
/
+17
*
net/tcp: Move tcp_inbound_hash() from headers
Dmitry Safonov
2024-06-12
1
-2
/
+72
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-06
1
-1
/
+8
|
\
|
*
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
2024-06-05
1
-1
/
+5
|
*
net: tls: fix marking packets as decrypted
Jakub Kicinski
2024-06-04
1
-0
/
+3
*
|
net: use unrcu_pointer() helper
Eric Dumazet
2024-06-06
1
-1
/
+1
*
|
tcp: add sysctl_tcp_rto_min_us
Kevin Yang
2024-06-05
1
-1
/
+3
*
|
tcp: fix races in tcp_abort()
Eric Dumazet
2024-05-30
1
-5
/
+1
*
|
tcp: add tcp_done_with_error() helper
Eric Dumazet
2024-05-30
1
-1
/
+1
|
/
*
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
2024-05-13
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-09
1
-2
/
+2
|
\
|
*
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-05-03
1
-2
/
+2
*
|
net: add <net/proto_memory.h>
Eric Dumazet
2024-05-01
1
-0
/
+1
*
|
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
Eric Dumazet
2024-05-01
1
-1
/
+9
*
|
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
2024-05-01
1
-1
/
+2
*
|
rstreason: prepare for active reset
Jason Xing
2024-04-26
1
-5
/
+10
*
|
tcp: add support for SO_PEEK_OFF socket option
Jon Maloy
2024-04-12
1
-6
/
+10
*
|
tcp: tweak tcp_sock_write_txrx size assertion
Eric Dumazet
2024-04-11
1
-1
/
+5
*
|
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
2024-04-09
1
-0
/
+3
*
|
tcp: more struct tcp_sock adjustments
Eric Dumazet
2024-04-08
1
-4
/
+4
*
|
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
2024-04-06
1
-4
/
+4
|
/
*
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2024-03-26
1
-0
/
+2
*
tcp: annotate a data-race around sysctl_tcp_wmem[0]
Jason Xing
2024-03-11
1
-1
/
+1
*
tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
Gavrilov Ilia
2024-03-11
1
-2
/
+2
*
net: introduce include/net/rps.h
Eric Dumazet
2024-03-08
1
-0
/
+1
*
tcp: align tcp_sock_write_rx group
Eric Dumazet
2024-03-05
1
-1
/
+1
*
tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
Eric Dumazet
2024-02-12
1
-1
/
+2
*
tcp: add sanity checks to rx zerocopy
Eric Dumazet
2024-01-29
1
-1
/
+11
*
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
2024-01-23
1
-0
/
+1
*
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-11
1
-0
/
+94
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-08
1
-3
/
+25
|
|
\
|
*
|
tcp: reorganize tcp_sock fast path variables
Coco Li
2023-12-06
1
-0
/
+93
|
*
|
tcp: Dump bound-only sockets in inet_diag.
Guillaume Nault
2023-12-04
1
-0
/
+1
*
|
|
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-08
1
-6
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
2023-12-05
1
-4
/
+4
|
*
|
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
2023-12-05
1
-4
/
+2
|
|
/
[next]