summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2013-01-10tcp: accept RST without ACK flagEric Dumazet
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-13tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-11-02tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov
2012-10-23tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-22tcp: TCP Fast Open Server - record retransmits after 3WHSNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packetsNeal Cardwell
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-18tcp: fix regression in urgent data handlingEric Dumazet
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng
2012-08-31tcp: TCP Fast Open Server - main code pathJerry Chu
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete
2012-08-06tcp: ecn: dont delay ACKS after CEEric Dumazet
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-07-27ipv4: fix TCP early demuxEric Dumazet
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet
2012-07-16tcp: add OFO snmp countersEric Dumazet
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-06-19ipv4: Early TCP socket demux.David S. Miller
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-17tcp: bool conversionsEric Dumazet
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches