summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorLines
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell-1/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell-7/+22
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell-0/+1
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal-9/+5
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen-2/+4
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré-19/+19
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro-1/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches-4/+4
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-29/+31
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner-29/+31
2014-11-04net: allow setting ecn via routing tableFlorian Westphal-10/+15
2014-10-30tcp: Correction to RFC number in commentSowmini Varadhan-1/+1
2014-10-30ipv4: minor spelling fixesstephen hemminger-1/+1
2014-10-29tcp: allow for bigger reordering levelEric Dumazet-1/+2
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet-9/+27
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-122/+163
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-75/+8
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal-19/+22
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal-1/+35
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal-4/+18
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal-2/+10
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann-1/+1
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)-3/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet-4/+4
2014-09-28net_dma: revert 'copied_early'Dan Williams-14/+8
2014-09-28net_dma: simple removalDan Williams-61/+0
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet-42/+47
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet-2/+3
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet-9/+4
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet-3/+1
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet-5/+5
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet-1/+2
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet-1/+1
2014-08-22tcp: improve undo on timeoutYuchung Cheng-15/+11
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa-3/+6
2014-08-13net-timestamp: fix missing ACK timestampWillem de Bruijn-5/+5
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn-0/+6
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell-11/+18
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch-8/+7
2014-07-07tcp: fix false undo corner casesYuchung Cheng-4/+4
2014-06-29tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila-1/+3
2014-06-27tcp: add tcp_conn_requestOctavian Purdila-0/+148
2014-06-19tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell-1/+1
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila-2/+3