aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-27ipv4: fix TCP early demuxEric Dumazet1-0/+1
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-12/+0
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian1-8/+8
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-2/+6
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-1/+9
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng1-5/+35
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-4/+22
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet1-17/+15
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-1/+30
2012-07-16tcp: add OFO snmp countersEric Dumazet1-2/+5
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller1-186/+2
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-6/+13
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-1/+15
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet1-0/+5
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-64/+3
2012-05-17tcp: bool conversionsEric Dumazet1-106/+108
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-24/+24
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+3
2012-05-10tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov1-1/+1
2012-05-10tcp: Schedule rmem for rcvq repair sendPavel Emelyanov1-0/+3
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-1/+34
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-1/+1
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck1-26/+29
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck1-17/+25
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck1-6/+4
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck1-7/+2
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet1-19/+21
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet1-14/+28
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet1-1/+1
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng1-7/+62
2012-05-02tcp: early retransmitYuchung Cheng1-0/+15
2012-05-02tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng1-27/+34
2012-04-30tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet1-12/+43
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell1-1/+1
2012-04-23tcp: tcp_try_coalesce returns a booleanEric Dumazet1-9/+9
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-23tcp: introduce tcp_try_coalesceEric Dumazet1-17/+62
2012-04-21tcp: Move code aroundPavel Emelyanov1-33/+48
2012-04-17tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian1-2/+0
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet1-2/+2
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-1/+1
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-1/+1