aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-4/+13
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-2/+11
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com1-0/+2
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-10/+19
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-12/+30
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-6/+6
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-8/+8
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet1-0/+29
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet1-1/+1
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-1/+1
2015-03-17inet: fix request sock refcountingEric Dumazet1-4/+0
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet1-1/+1
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-0/+24
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-2/+1
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-0/+30
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-0/+25
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet1-0/+3
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-1/+0
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet1-1/+1
2015-03-11net: add real socket cookiesEric Dumazet1-0/+2
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell1-1/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-7/+22
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell1-0/+1
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré1-19/+19
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-4/+4
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+31
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-10/+15
2014-10-30tcp: Correction to RFC number in commentSowmini Varadhan1-1/+1
2014-10-30ipv4: minor spelling fixesstephen hemminger1-1/+1
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-1/+2
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet1-9/+27
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-122/+163
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-75/+8
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-19/+22
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-1/+35
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-4/+18
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+10
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-1/+1
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)1-3/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet1-4/+4
2014-09-28net_dma: revert 'copied_early'Dan Williams1-14/+8
2014-09-28net_dma: simple removalDan Williams1-61/+0
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet1-42/+47
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet1-2/+3
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet1-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-3/+1
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet1-5/+5
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-1/+2
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+1
2014-08-22tcp: improve undo on timeoutYuchung Cheng1-15/+11
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa1-3/+6
2014-08-13net-timestamp: fix missing ACK timestampWillem de Bruijn1-5/+5
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn1-0/+6
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell1-11/+18
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-8/+7
2014-07-07tcp: fix false undo corner casesYuchung Cheng1-4/+4
2014-06-29tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-27tcp: add tcp_conn_requestOctavian Purdila1-0/+148
2014-06-19tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila1-2/+3
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-5/+4
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-22/+0
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-5/+5
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet1-0/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng1-0/+3
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng1-1/+2
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-95/+88
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet1-8/+10
2013-12-29tcp: make local functions staticstephen hemminger1-1/+1
2013-12-26ipv4: do clean up with spacesWeilong Chen1-2/+2
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng1-3/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+25
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet1-1/+6
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet1-13/+25
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-1/+1
2013-09-24tcp: fix dynamic right sizingEric Dumazet1-31/+53
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet1-1/+4
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng1-4/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-7/+6
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-1/+31
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-08-22tcp: increase throughput when reordering is highYuchung Cheng1-12/+20
2013-08-13tcp: reset reordering est. selectively on timeoutYuchung Cheng1-2/+7
2013-07-22tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-22tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-49/+18
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-2/+12
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang1-1/+4
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-11/+2
2013-05-30tcp: undo on DSACK during recoveryYuchung Cheng1-1/+7
2013-05-30tcp: fix undo on partial ack in recoveryYuchung Cheng1-26/+33
2013-05-30tcp: refactor undo functionsYuchung Cheng1-47/+50
2013-05-30tcp: consolidate PRR packet accountingYuchung Cheng1-25/+20
2013-05-25tcp: Remove 2 indentation levels in tcp_rcv_state_processJoe Perches1-37/+39
2013-05-25tcp: Remove another indentation level in tcp_rcv_state_processJoe Perches1-59/+51
2013-05-25tcp: remove one indentation level in tcp_rcv_state_process()Eric Dumazet1-136/+133
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+13
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-64/+1
2013-05-16tcp: speedup tcp_fixup_rcvbuf()Eric Dumazet1-3/+1
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-0/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+31
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+31
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2013-03-24tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng1-13/+60
2013-03-21tcp: refactor CA_Loss state processingYuchung Cheng1-16/+26
2013-03-21tcp: refactor F-RTOYuchung Cheng1-371/+4
2013-03-17tcp: Remove TCPCTChristoph Paasch1-62/+7
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+39
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-9/+15
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-2/+2
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-1/+7
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-15/+0
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng1-2/+1
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-2/+2
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-01-10tcp: accept RST without ACK flagEric Dumazet1-2/+2
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-2/+0
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet1-4/+10
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+26
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-1/+5
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2012-11-13tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-1/+1
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov1-0/+3
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu1-2/+10
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-0/+1
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell1-0/+2
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell1-1/+2
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-18tcp: fix regression in urgent data handlingEric Dumazet1-3/+2
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-78/+41
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng1-32/+32
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng1-23/+23
2012-08-31tcp: TCP Fast Open Server - main code pathJerry Chu1-13/+58
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu1-2/+2
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng1-8/+7
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete1-2/+1
2012-08-06tcp: ecn: dont delay ACKS after CEEric Dumazet1-1/+5
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet1-1/+3
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-10/+11
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-10/+11
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet1-2/+1
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-27ipv4: fix TCP early demuxEric Dumazet1-0/+1
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-12/+0
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian1-8/+8
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-2/+6
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-1/+9
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng1-5/+35
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-4/+22
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet1-17/+15
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-1/+30
2012-07-16tcp: add OFO snmp countersEric Dumazet1-2/+5
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller1-186/+2
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-6/+13
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-1/+15
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet1-0/+5
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-64/+3
2012-05-17tcp: bool conversionsEric Dumazet1-106/+108