summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
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-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-28net: rename ICMP6_INC_STATS_BH()Eric Dumazet
2016-04-28net: 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-05tcp: increment sk_drops for listenersEric Dumazet
2016-04-05tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-05tcp/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-21net: drop tcp_memcontrol.cVladimir Davydov
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11ipv6: 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
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16net: diag: Support destroying TCP sockets.Lorenzo Colitti
2015-12-15net: fix IP early demux racesEric Dumazet
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-03tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet
2015-12-03ipv6: add complete rcu protection around np->optEric Dumazet
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet
2015-11-05tcp: fix req->saved_syn raceEric Dumazet
2015-11-02tcp/dccp: fix ireq->pktopts raceEric Dumazet
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-19tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet
2015-10-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: get_openreq[46]() changesEric Dumazet
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet
2015-09-30tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet