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
/
ipv6
/
tcp_ipv6.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-29
ip: load balance tcp connections to single dst addr and port
Willem de Bruijn
1
-0
/
+2
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
1
-1
/
+2
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-2
/
+2
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
1
-4
/
+0
2025-03-17
tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
Ilpo Järvinen
1
-7
/
+17
2025-03-17
tcp: extend TCP flags to allow AE bit/ACE field
Ilpo Järvinen
1
-1
/
+1
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
1
-1
/
+1
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
1
-11
/
+11
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
1
-1
/
+2
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
1
-6
/
+2
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-11-11
net: fix data-races around sk->sk_forward_alloc
Wang Liang
1
-3
/
+1
2024-11-03
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
1
-2
/
+2
2024-10-14
ipv6: tcp: give socket pointer to control skbs
Eric Dumazet
1
-0
/
+3
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
1
-4
/
+6
2024-08-28
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
1
-1
/
+2
2024-08-28
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
1
-1
/
+1
2024-06-19
tcp: use sk_skb_reason_drop to free rx packets
Yan Zhai
1
-3
/
+3
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2024-06-10
tcp: fix race in tcp_v6_syn_recv_sock()
Eric Dumazet
1
-1
/
+2
2024-06-05
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
Eric Dumazet
1
-3
/
+3
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+1
2024-05-29
tcp: fix races in tcp_v[46]_err()
Eric Dumazet
1
-7
/
+3
2024-05-27
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
1
-6
/
+1
2024-05-23
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
1
-2
/
+8
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
1
-1
/
+1
2024-05-13
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
1
-1
/
+1
2024-05-09
tcp: get rid of twsk_unique()
Eric Dumazet
1
-1
/
+0
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-3
/
+1
2024-04-26
rstreason: make it work in trace world
Jason Xing
1
-1
/
+1
2024-04-26
tcp: support rstreason for passive reset
Jason Xing
1
-4
/
+7
2024-04-26
rstreason: prepare for passive reset
Jason Xing
1
-6
/
+9
2024-04-12
tcp: small optimization when TCP_TW_SYN is processed
Eric Dumazet
1
-1
/
+1
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
1
-2
/
+3
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
1
-4
/
+6
2024-04-03
trace: tcp: fully support trace_tcp_send_reset
Jason Xing
1
-1
/
+2
2024-04-01
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
1
-6
/
+0
2024-03-07
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
1
-8
/
+9
2024-02-28
tcp: make dropreason in tcp_child_process() work
Jason Xing
1
-6
/
+10
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
1
-1
/
+2
2024-02-28
tcp: directly drop skb in cookie check for ipv6
Jason Xing
1
-4
/
+1
2024-01-08
tcp: Revert no longer abort SYN_SENT when receiving some ICMP
Shachar Kagan
1
-6
/
+3
2023-12-11
ipv6: annotate data-races around np->mcast_oif
Eric Dumazet
1
-1
/
+1
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
1
-1
/
+1
2023-11-16
tcp: no longer abort SYN_SENT when receiving some ICMP
Eric Dumazet
1
-3
/
+6
2023-10-27
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
1
-4
/
+11
2023-10-27
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
1
-11
/
+14
2023-10-27
net/tcp: Ignore specific ICMPs for TCP-AO connections
Dmitry Safonov
1
-0
/
+7
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
1
-1
/
+2
[next]