summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama2014-04-201-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-3/+5
|\
| * net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-221-3/+5
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-4/+4
* | tcp: add pacing_rate information into tcp_infoEric Dumazet2014-02-141-0/+5
|/
* tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl2014-02-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-14/+57
|\
| * tcp: out_of_order_queue do not use its lockEric Dumazet2014-01-061-1/+1
| * tcp: autocork should not hold first packet in write queueEric Dumazet2013-12-201-4/+10
| * tcp: auto corkingEric Dumazet2013-12-061-13/+50
* | sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra2014-01-131-2/+2
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-2/+2
|\
| * net: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
* | tcp: tsq: restore minimal amount of queueingEric Dumazet2013-11-141-6/+0
* | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-211-5/+7
* | tcp/dccp: remove twchainEric Dumazet2013-10-081-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-1/+2
|\
| * tcp: Add missing braces to do_tcp_setsockoptDave Jones2013-09-051-1/+2
* | tcp: TSO packets automatic sizingEric Dumazet2013-08-291-5/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-0/+7
|\ \ | |/
| * tcp: set timestamps for restored skb-sAndrey Vagin2013-08-201-0/+7
* | tcp: Remove unused tcpct declarations and commentsDmitry Popov2013-07-311-4/+0
* | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-241-0/+7
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-241-2/+2
|/
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-101-1/+1
* net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-081-3/+3
* tcp: add low latency socket poll support.Eliezer Tamir2013-06-101-0/+5
* net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-071-241/+0
* net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann2013-06-071-2/+2
* net: Update RFS target at poll for tcp/udpDavid Majnemer2013-05-311-0/+2
* ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-281-1/+2
* MPLS: Add limited GSO supportSimon Horman2013-05-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-241-3/+26
|\
| * tcp: gso: do not generate out of order packetsEric Dumazet2013-05-161-1/+21
| * tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-05-141-2/+5
* | tcp: md5: remove spinlock usage in fast pathEric Dumazet2013-05-201-77/+21
|/
* tcp: tcp_tso_segment() small optimizationEric Dumazet2013-04-131-2/+5
* tcp: GSO should be TSQ friendlyEric Dumazet2013-04-121-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+1
|\
| * tcp: fix skb_availroom()Eric Dumazet2013-03-141-1/+1
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-267/+0
* | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-0/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-4/+4
|\
| * dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz2013-01-071-1/+1
| * dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2013-01-071-3/+3
* | v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+1
* | net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-3/+1
* | tcp: set and get per-socket timestampAndrey Vagin2013-02-131-0/+9
* | tcp: adding a per-socket timestamp offsetAndrey Vagin2013-02-131-0/+2
* | tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-051-1/+0
OpenPOWER on IntegriCloud