summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-06-17ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-07ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-02-18tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-02-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet
2016-08-25tcp: md5: increment sk_drops on syn_recv stateEric Dumazet
2016-08-23ipv6: tcp: get rid of tcp_v6_clear_sk()Eric Dumazet
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies
2016-06-14ipv6: tcp: fix endianness annotation in tcp_v6_send_responseHannes Frederic Sowa
2016-06-07tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-06net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-01-27tcp: Use ahashHerbert Xu
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-10ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal