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-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-28net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-17tcp: annotate tp->write_seq lockless readsEric Dumazet
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet
2020-04-29net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-03-25Revert "ipv6: Fix handling of LLA with VRF and sockets bound to VRF"Sasha Levin
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-12-01ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet
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
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-19net: Convert tcpv6_net_opsKirill Tkhai
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet
2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-08tcp: fix a request socket leakEric Dumazet
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-28ipv6: constify inet6_protocol structuresJulia Lawall