summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-08tcp: fix a request socket leakEric Dumazet
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-28ipv6: constify inet6_protocol structuresJulia Lawall
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-10bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-11ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-06ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-25net: Remove __sk_dst_reset() in tcp_v6_connect()Wei Wang
2017-01-18inet: drop ->bind_conflictJosef Bacik
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2017-01-09net: introduce keepalive function in struct protoUrsula Braun