index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
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-10-03
net: psp: don't assume reply skbs will have a socket
Jakub Kicinski
1
-1
/
+1
2025-09-22
tcp: Remove inet6_hash().
Kuniyuki Iwashima
1
-1
/
+1
2025-09-18
Merge branch 'add-basic-psp-encryption-for-tcp-connections'
Paolo Abeni
1
-3
/
+14
2025-09-18
net: psp: update the TCP MSS to reflect PSP packet overhead
Jakub Kicinski
1
-3
/
+3
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
1
-0
/
+11
2025-09-18
ipv6: make ipv6_pinfo.daddr_cache a boolean
Eric Dumazet
1
-2
/
+2
2025-09-18
ipv6: make ipv6_pinfo.saddr_cache a boolean
Eric Dumazet
1
-2
/
+2
2025-09-18
tcp: accecn: AccECN negotiation
Ilpo Järvinen
1
-0
/
+1
2025-09-11
tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
Dmitry Safonov
1
-0
/
+8
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+15
2025-09-02
net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6
Christoph Paasch
1
-17
/
+15
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
1
-1
/
+0
2025-08-28
net: add sk_drops_skbadd() helper
Eric Dumazet
1
-2
/
+2
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
1
-9
/
+5
2025-08-25
tcp: Remove timewait_sock_ops.twsk_destructor().
Kuniyuki Iwashima
1
-1
/
+0
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
/
+1
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-6
/
+3
2025-07-02
ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
Eric Dumazet
1
-2
/
+2
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
1
-1
/
+2
2025-06-27
tcp: remove rtx_syn_ack field
Eric Dumazet
1
-1
/
+0
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-2
/
+2
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
1
-1
/
+1
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
[next]