aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-09-10net: l3mdev: remove redundant callsDavid Ahern1-6/+2
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet1-4/+1
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet1-0/+1
2016-08-25tcp: md5: increment sk_drops on syn_recv stateEric Dumazet1-0/+1
2016-08-23ipv6: tcp: get rid of tcp_v6_clear_sk()Eric Dumazet1-12/+0
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-3/+9
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-3/+9
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-13/+16
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-3/+9
2016-06-14ipv6: tcp: fix endianness annotation in tcp_v6_send_responseHannes Frederic Sowa1-2/+2
2016-06-07tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet1-3/+3
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-05-06net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern1-1/+6
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-6/+6
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-8/+8
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-7/+7
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-2/+2
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-1/+1
2016-04-04tcp: increment sk_drops for listenersEric Dumazet1-2/+2
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+1
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet1-12/+15
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+7
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+13
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+10
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek1-3/+5
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek1-1/+1
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-2/+3
2016-01-27tcp: Use ahashHerbert Xu1-10/+13
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov1-1/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-3/+0
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-01-10ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-2/+4
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal1-3/+3
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+1
2015-12-14net: fix IP early demux racesEric Dumazet1-2/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+19
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-2/+2
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-3/+3
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-11/+17
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-4/+15
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet1-1/+1