aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski1-1/+1
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima1-1/+1
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni1-3/+14
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski1-3/+3
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-0/+11
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet1-2/+2
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet1-2/+2
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen1-0/+1
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-0/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+15
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima1-1/+0
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet1-2/+2
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima1-9/+5
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima1-1/+0
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-1/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-6/+3
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet1-2/+2
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet1-1/+2
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet1-1/+0
2025-06-23net: remove sock_i_uid()Eric Dumazet1-2/+2
2025-06-23net: annotate races around sk->sk_uidEric Dumazet1-1/+1
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn1-0/+2
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen1-1/+2
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet1-2/+2
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima1-4/+0
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen1-7/+17
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen1-1/+1
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet1-1/+1
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet1-11/+11
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet1-1/+2
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet1-6/+2
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang1-3/+1
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov1-2/+2
2024-10-14ipv6: tcp: give socket pointer to control skbsEric Dumazet1-0/+3
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-4/+6
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet1-1/+2
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet1-1/+1
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai1-3/+3
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+2
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet1-3/+3
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet1-7/+3
2024-05-27tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet1-6/+1
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-2/+8
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-1/+1
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1