summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-4/+7
2021-12-29ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet1-3/+3
2021-12-29tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet1-3/+3
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez1-6/+9
2021-07-09net: send SYNACK packet with accepted fwmarkAlexander Ovechkin1-1/+1
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-2/+17
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet1-2/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima1-3/+11
2021-05-15tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+2
2021-04-03mptcp: add mptcp reset option supportFlorian Westphal1-1/+13
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang1-0/+3
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski1-0/+5
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez1-1/+4
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2020-12-10tcp: Retain ECT bits for tos reflectionWei Wang1-2/+5
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal1-2/+7
2020-11-25tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck1-2/+7
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+12
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-2/+2
2020-11-21tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck1-3/+3
2020-09-19net: ipv6: delete duplicated wordsRandy Dunlap1-1/+1
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang1-1/+9
2020-09-09ipv6: add tos reflection in TCP reset and ackWei Wang1-5/+5
2020-08-25bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-2/+3
2020-07-25net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig1-2/+2
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-12/+0
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet1-0/+7
2020-06-02crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-0/+1
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet1-0/+9
2020-05-26tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet1-0/+2
2020-03-13inet: Use fallthrough;Joe Perches1-1/+1
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven1-3/+3
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+6
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+7
2020-01-10tcp: Export TCP functions and ops structMat Martineau1-3/+3
2020-01-03net: Add device index to tcp_md5sigDavid Ahern1-1/+19
2020-01-03tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern1-19/+53
2020-01-03ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern1-6/+9
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-2/+2
2019-11-07net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-6/+7
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet1-2/+4
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet1-7/+9