summaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-251-2/+17
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-251-2/+2
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-251-1/+1
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-301-0/+5
* tcp: Retain ECT bits for tos reflectionWei Wang2020-12-091-2/+5
* tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-241-2/+7
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-1/+12
* tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-201-3/+3
* net: ipv6: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
* tcp: reflect tos value received in SYN to the socketWei Wang2020-09-101-1/+9
* ipv6: add tos reflection in TCP reset and ackWei Wang2020-09-081-5/+5
* bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-2/+3
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-2/+2
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-12/+0
* tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-0/+7
* crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-011-0/+1
* tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2020-05-281-0/+9
* tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2020-05-251-0/+2
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2020-01-301-3/+3
* mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+6
* mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+7
* tcp: Export TCP functions and ops structMat Martineau2020-01-091-3/+3
* net: Add device index to tcp_md5sigDavid Ahern2020-01-021-1/+19
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-021-19/+53
* ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern2020-01-021-6/+9
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-2/+2
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-1/+1
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-6/+7
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-131-1/+2
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-2/+4
* ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet2019-09-271-7/+9
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-2/+4
* tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-301-0/+15
* ipv6: tcp: fix flowlabels reflection for RST packetsEric Dumazet2019-07-111-1/+6
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+1
* ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-1/+1
* ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-141-1/+1
* tcp: add optional per socket transmit delayEric Dumazet2019-06-121-0/+1
* ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-091-3/+10
* ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet2019-06-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet2019-06-051-0/+2
* | ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet2019-06-051-3/+10
|/
* net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-051-1/+1
* net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-051-1/+2
* tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet2019-04-011-2/+3