summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet
2018-07-03tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-03-03tcp: md5: release request socket instead of listenerEric Dumazet
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-03-03tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2015-12-14net: fix IP early demux racesEric Dumazet
2015-11-18tcp: md5: fix lockdep annotationEric 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-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-16Revert "inet: fix double request socket freeing"Eric 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: 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-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