summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
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
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-10tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov
2012-05-10tcp: Schedule rmem for rcvq repair sendPavel Emelyanov
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-02tcp: early retransmitYuchung Cheng
2012-05-02tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng
2012-04-30tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell
2012-04-23tcp: tcp_try_coalesce returns a booleanEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23tcp: introduce tcp_try_coalesceEric Dumazet
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-17tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet