summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-11-05ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet
2021-10-25ipv6/tcp: small drop monitor changesEric Dumazet
2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet
2021-10-25ipv6: annotate data races around np->min_hopcountEric Dumazet
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-15tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
2021-07-09net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal
2020-11-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck
2020-09-18net: ipv6: delete duplicated wordsRandy Dunlap
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang
2020-09-08ipv6: add tos reflection in TCP reset and ackWei Wang
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet
2020-03-12inet: Use fallthrough;Joe Perches
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau
2020-01-09tcp: Export TCP functions and ops structMat Martineau
2020-01-02net: Add device index to tcp_md5sigDavid Ahern
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern
2020-01-02ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hashDavid Ahern
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca