summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-06-17ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-07ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-02-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-15ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-06-24tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2015-12-14net: fix IP early demux racesEric Dumazet
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-02ipv6: 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-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-12net: 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-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet
2015-09-24tcp: factorize sk_txhash initEric Dumazet
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-10inet: fix possible request socket leakEric Dumazet
2015-07-29net: Set sk_txhash from a random numberTom Herbert
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-06-12tcp: tcp_v6_connect() cleanupEric Dumazet
2015-06-07tcp: remove redundant checks IIEric Dumazet
2015-06-04tcp: remove redundant checksEric Dumazet