summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
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-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-16Revert "inet: fix double request socket freeing"Eric 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-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-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-18tcp: 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-11inet: fix possible request socket leakEric Dumazet
2015-07-30net: Set sk_txhash from a random numberTom Herbert
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-06-07tcp: remove redundant checks IIEric Dumazet
2015-06-04tcp: remove redundant checksEric Dumazet
2015-05-22tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
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-09tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-25tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-25tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet
2015-03-25tcp: md5: input path is run under rcu protected sectionsEric Dumazet
2015-03-24tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-03-24inet: fix double request socket freeingFan Du
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet