summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima1-7/+1
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-7/+3
2022-12-08dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-7/+2
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-4/+7
2022-05-12tcp: make sure treq->af_specific is initializedEric Dumazet1-1/+1
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+12
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-2/+17
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet1-2/+2
2021-07-28net: send SYNACK packet with accepted fwmarkAlexander Ovechkin1-1/+2
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski1-0/+5
2021-03-17tcp: annotate tp->write_seq lockless readsEric Dumazet1-6/+7
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2020-04-29net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-2/+2
2020-03-25Revert "ipv6: Fix handling of LLA with VRF and sockets bound to VRF"Sasha Levin1-2/+1
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-1/+2
2019-12-01ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern1-1/+2
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet1-4/+4
2018-07-22net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-2/+4
2018-06-15tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig1-8/+19
2018-05-11tcp: Add mark for TIMEWAIT socketsJon Maxwell1-1/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+16
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+16
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-19net: Convert tcpv6_net_opsKirill Tkhai1-0/+1
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet1-1/+12
2018-02-08tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu1-1/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern1-2/+1
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao1-1/+1
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet1-4/+6
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet1-1/+0
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet1-2/+2
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-2/+8
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2017-09-09tcp: fix a request socket leakEric Dumazet1-3/+3
2017-08-29net: Add comment that early_demux can change via sysctlDavid Ahern1-0/+3
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+2
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-15tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern1-5/+8
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall1-1/+1
2017-08-01tcp: remove prequeue supportFlorian Westphal1-2/+1
2017-07-29ipv6: constify inet6_protocol structuresJulia Lawall1-1/+1