index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+33
2024-06-25
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
1
-11
/
+27
2024-06-25
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
1
-1
/
+6
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-06-19
tcp: use sk_skb_reason_drop to free rx packets
Yan Zhai
1
-1
/
+1
2024-06-17
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
1
-0
/
+1
2024-06-12
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
1
-2
/
+6
2024-06-06
tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
Eric Dumazet
1
-25
/
+0
2024-06-04
tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()
Jakub Kicinski
1
-8
/
+3
2024-05-29
tcp: add tcp_done_with_error() helper
Eric Dumazet
1
-11
/
+21
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2024-05-02
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
1
-0
/
+2
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
1
-1
/
+1
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
1
-0
/
+1
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2024-04-25
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Philo Lu
1
-2
/
+2
2024-04-17
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
1
-1
/
+11
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
1
-10
/
+16
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
1
-1
/
+1
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
1
-9
/
+3
2024-04-05
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
1
-7
/
+10
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
1
-1
/
+1
2024-02-28
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
1
-7
/
+12
2024-02-28
tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()
Jason Xing
1
-1
/
+4
2024-02-16
tcp: Spelling s/curcuit/circuit/
Geert Uytterhoeven
1
-1
/
+1
2024-02-15
tcp: no need to use acceptable for conn_request
Jason Xing
1
-4
/
+1
2024-01-29
net: tcp: accept old ack during closing
Menglong Dong
1
-7
/
+11
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+20
2023-12-08
tcp: fix tcp_disordered_ack() vs usec TS resolution
Eric Dumazet
1
-2
/
+20
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+8
2023-12-06
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
1
-1
/
+5
2023-12-06
net/tcp: Don't store TCP-AO maclen on reqsk
Dmitry Safonov
1
-2
/
+3
2023-12-01
tcp: tcp_gro_dev_warn() cleanup
Eric Dumazet
1
-18
/
+11
2023-11-03
tcp: fix fastopen code vs usec TS
Eric Dumazet
1
-3
/
+4
2023-10-27
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
1
-14
/
+28
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
1
-0
/
+28
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
1
-0
/
+15
2023-10-27
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
1
-10
/
+29
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
1
-0
/
+2
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+5
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
1
-1
/
+4
2023-10-23
tcp: add tcp_rtt_tsopt_us()
Eric Dumazet
1
-20
/
+23
2023-10-23
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
1
-3
/
+3
2023-10-23
tcp: rename tcp_skb_timestamp()
Eric Dumazet
1
-1
/
+1
2023-10-23
tcp: add tcp_time_stamp_ms() helper
Eric Dumazet
1
-1
/
+1
2023-10-22
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
1
-4
/
+5
2023-10-10
tcp: change data receiver flowlabel after one dup
David Morley
1
-3
/
+11
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
1
-0
/
+15
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+13
[prev]
[next]