summaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-091-1/+1
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-081-2/+17
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-021-2/+2
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
* tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-151-3/+11
* tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-141-0/+2
* mptcp: add mptcp reset option supportFlorian Westphal2021-04-021-1/+13
* sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-011-0/+3
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-181-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+1
|\
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+1
* | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-1/+4
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-2/+2
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+5
|\ \
| * | tcp: Retain ECT bits for tos reflectionWei Wang2020-12-091-2/+5
* | | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-031-2/+7
|/ /
* | 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