summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-2/+2
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet1-0/+1
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet1-3/+4
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang1-1/+1
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+1
2018-07-03tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-1/+1
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet1-9/+12
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet1-2/+5
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet1-2/+0
2016-03-04tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-03-04tcp: md5: release request socket instead of listenerEric Dumazet1-2/+4
2016-03-04tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-3/+8
2016-03-04tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2015-12-15net: fix IP early demux racesEric Dumazet1-3/+2
2015-11-19tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-11-16tcp: ensure proper barriers in lockless contextsEric Dumazet1-6/+8
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet1-1/+1
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-0/+2
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-2/+4
2015-10-19tcp: 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-16Revert "inet: fix double request socket freeing"Eric Dumazet1-2/+2
2015-10-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet1-1/+6
2015-10-13net: 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-84/+33
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-4/+4
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet1-10/+6
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet1-1/+1
2015-09-30tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-1/+1
2015-09-30tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+2
2015-09-30tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-1/+1
2015-09-30tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-30tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-30tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet1-2/+2
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-3/+3
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet1-1/+2
2015-09-25tcp: factorize sk_txhash initEric Dumazet1-1/+0
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet1-1/+1
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-11inet: fix possible request socket leakEric Dumazet1-1/+1
2015-07-30net: Set sk_txhash from a random numberTom Herbert1-2/+2
2015-07-10inet: inet_twsk_deschedule factorizationEric Dumazet1-2/+1