summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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-21net: drop tcp_memcontrol.cVladimir Davydov1-1/+0
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-3/+0
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-01-11ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2015-12-23tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-2/+4
2015-12-23tcp: send_reset: test for non-NULL sk firstFlorian Westphal1-3/+3
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-12-16net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+1
2015-12-15net: fix IP early demux racesEric Dumazet1-2/+1
2015-12-04Merge 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-03tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-3/+3
2015-12-03ipv6: add complete rcu protection around np->optEric Dumazet1-11/+17
2015-11-16tcp: ensure proper barriers in lockless contextsEric Dumazet1-4/+15
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet1-1/+1
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-8/+12
2015-11-02tcp/dccp: fix ireq->pktopts raceEric Dumazet1-9/+9
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-3/+6
2015-10-19tcp: do not set queue_mapping on SYNACKEric Dumazet1-2/+0
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet1-1/+1
2015-10-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet1-1/+6
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-1/+1
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet1-2/+9
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+3
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-46/+36
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-3/+4
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet1-4/+6
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet1-1/+1
2015-09-30tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet1-1/+1
2015-09-30tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-2/+2
2015-09-30tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+2
2015-09-30tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-2/+3
2015-09-30dccp: use inet6_csk_route_req() helperEric Dumazet1-3/+4
2015-09-30tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-30tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-30tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet1-6/+6
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet1-1/+1
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet1-2/+2
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet1-4/+5
2015-09-25tcp: factorize sk_txhash initEric Dumazet1-2/+0
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet1-1/+1