aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-18tcp: 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-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet1-1/+6
2015-10-12net: 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-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet1-1/+1
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-2/+2
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+2
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-2/+3
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet1-3/+4
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-29tcp/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-24tcp: factorize sk_txhash initEric Dumazet1-2/+0
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-1/+1
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-10inet: fix possible request socket leakEric Dumazet1-1/+1
2015-07-29net: Set sk_txhash from a random numberTom Herbert1-2/+2
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-2/+1
2015-06-12tcp: tcp_v6_connect() cleanupEric Dumazet1-2/+0
2015-06-07tcp: remove redundant checks IIEric Dumazet1-4/+0
2015-06-04tcp: remove redundant checksEric Dumazet1-2/+2
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-2/+1
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet1-1/+2
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-2/+2
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-4/+4
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-6/+6
2015-03-29net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev1-0/+11
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet1-1/+0
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-8/+2
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-9/+6
2015-03-24tcp: md5: input path is run under rcu protected sectionsEric Dumazet1-19/+6