aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-04-27tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28net_dma: revert 'copied_early'Dan Williams
2014-09-28net_dma: simple removalDan Williams
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet
2014-08-22tcp: improve undo on timeoutYuchung Cheng
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa
2014-08-13net-timestamp: fix missing ACK timestampWillem de Bruijn
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch
2014-07-07tcp: fix false undo corner casesYuchung Cheng
2014-06-29tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila
2014-06-27tcp: add tcp_conn_requestOctavian Purdila
2014-06-19tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet
2013-12-29tcp: make local functions staticstephen hemminger