aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-7/+7
2014-08-06net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn1-5/+7
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn1-3/+19
2014-07-02tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-04-20tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-4/+4
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-3/+5
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet1-0/+5
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+57
2014-01-13sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra1-2/+2
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet1-1/+1
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet1-4/+10
2013-12-06tcp: auto corkingEric Dumazet1-13/+50
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet1-6/+0
2013-10-25net: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-5/+7
2013-10-08tcp/dccp: remove twchainEric Dumazet1-3/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-09-05tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-5/+23
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+7
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-3/+3
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir1-0/+5
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann1-241/+0
2013-06-07net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann1-2/+2
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer1-0/+2
2013-05-28ipv4: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-1/+2
2013-05-27MPLS: Add limited GSO supportSimon Horman1-0/+1
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+26
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet1-77/+21
2013-05-16tcp: gso: do not generate out of order packetsEric Dumazet1-1/+21
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-04-13tcp: tcp_tso_segment() small optimizationEric Dumazet1-2/+5
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet1-0/+12
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-17tcp: Remove TCPCTChristoph Paasch1-267/+0
2013-03-14tcp: fix skb_availroom()Eric Dumazet1-1/+1
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-0/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-3/+1
2013-02-13tcp: set and get per-socket timestampAndrey Vagin1-0/+9