summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2015-06-12tcp: tcp_v6_connect() cleanupEric Dumazet
2015-06-07tcp: remove redundant checks IIEric Dumazet
2015-06-04tcp: remove redundant checksEric Dumazet
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-29net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet
2015-03-24tcp: md5: input path is run under rcu protected sectionsEric Dumazet
2015-03-23tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-03-23ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-12inet: introduce ireq_familyEric Dumazet
2015-03-12inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2014-12-22tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-28net_dma: simple removalDan Williams
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-06tcp: md5: check md5 signature without socket lockDmitry Popov
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell