summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-081-7/+22
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-081-0/+1
* net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal2015-02-021-9/+5
* tcp: use SACK RTTs for CCKenneth Klette Jonassen2015-01-311-2/+4
* tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré2015-01-131-19/+19
* switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-2/+2
|\
| * tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens2014-11-211-2/+2
* | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-29/+31
|\ \ | |/
| * tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31
* | net: allow setting ecn via routing tableFlorian Westphal2014-11-041-10/+15
* | tcp: Correction to RFC number in commentSowmini Varadhan2014-10-301-1/+1
* | ipv4: minor spelling fixesstephen hemminger2014-10-301-1/+1
* | tcp: allow for bigger reordering levelEric Dumazet2014-10-291-1/+2
|/
* tcp: fix tcp_ack() performance problemEric Dumazet2014-10-141-9/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-122/+163
|\
| * tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-291-19/+22
| * tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-1/+35
| * net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-291-4/+18
| * net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-291-2/+10
| * net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-291-1/+1
| * tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)2014-09-281-3/+2
| * tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-281-4/+4
| * tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet2014-09-231-42/+47
| * tcp: avoid possible arithmetic overflowsEric Dumazet2014-09-221-2/+3
| * tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet2014-09-191-9/+4
| * tcp: do not copy headers in tcp_collapse()Eric Dumazet2014-09-151-15/+2
| * tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-151-3/+1
| * tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet2014-09-151-5/+5
| * tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet2014-09-051-1/+2
| * tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-051-1/+1
| * tcp: improve undo on timeoutYuchung Cheng2014-08-221-15/+11
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-75/+8
|\ \ | |/ |/|
| * net_dma: revert 'copied_early'Dan Williams2014-09-281-14/+8
| * net_dma: simple removalDan Williams2014-09-281-61/+0
* | tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell2014-08-141-5/+3
* | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-141-3/+6
* | net-timestamp: fix missing ACK timestampWillem de Bruijn2014-08-131-5/+5
* | net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2014-08-051-0/+6
* | tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2014-08-051-11/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-4/+4
|\ \
| * | tcp: fix false undo corner casesYuchung Cheng2014-07-071-4/+4
* | | tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2014-07-151-8/+7
* | | tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila2014-06-291-1/+3
* | | tcp: add tcp_conn_requestOctavian Purdila2014-06-271-0/+148
|/ /
* | tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-06-191-1/+1
* | tcp: add gfp parameter to tcp_fragmentOctavian Purdila2014-06-101-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-6/+5
|\ \
OpenPOWER on IntegriCloud