aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2022-12-08dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-05-12tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-25tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-25net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov
2019-07-11ipv6: tcp: fix flowlabels reflection for RST packetsEric Dumazet
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet
2019-06-09ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni
2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-19tcp: add tcp_inet6_sk() helperEric Dumazet
2019-03-19tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao
2019-01-27tcp: Refactor pingpong codeWei Wang
2018-12-15ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell