summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-1/+1
* net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-091-3/+3
* tcp: add low latency socket poll support.Eliezer Tamir2013-06-111-0/+5
* net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-071-241/+0Star
* 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-06-011-0/+2
* ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-291-1/+2
* MPLS: Add limited GSO supportSimon Horman2013-05-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-251-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/+21Star
|/
* tcp: tcp_tso_segment() small optimizationEric Dumazet2013-04-131-2/+5
* tcp: GSO should be TSQ friendlyEric Dumazet2013-04-131-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/+0Star
* | 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-081-1/+1
| * dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2013-01-081-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/+1Star
* | 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/+0Star
* | net: fix possible wrong checksum generationEric Dumazet2013-01-281-0/+3
* | ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* | tcp: fix splice() and tcp collapsing interactionEric Dumazet2013-01-101-3/+10
* | tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet2013-01-101-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-11/+14
|\
| * tcp: don't abort splice() after small transfersWilly Tarreau2012-12-031-4/+8
| * tcp: change default tcp hash sizeEric Dumazet2012-12-011-4/+2Star
| * net: Allow userns root to control ipv4Eric W. Biederman2012-11-191-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-2/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-0/+2
| |\ \
| * | | tcp: speedup SIOCINQ ioctlEric Dumazet2012-10-221-2/+3
* | | | tcp: fix crashes in do_tcp_sendpages()Eric Dumazet2012-12-021-9/+6Star
| |_|/ |/| |
* | | tcp: fix retransmission in repair modeAndrew Vagin2012-11-151-2/+2
| |/ |/|
* | tcp: add SYN/data info to TCP_INFOYuchung Cheng2012-10-221-0/+2
|/
* tcp: fix FIONREAD/SIOCINQEric Dumazet2012-10-181-5/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-5/+18
|\
| * tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin2012-09-201-3/+10
| * tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-09-191-2/+8
* | net: use a per task frag allocatorEric Dumazet2012-09-241-57/+22Star
* | ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2012-09-201-0/+7
* | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-09-011-7/+42
|/
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-021-1/+3
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-07-271-1/+4
* net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-191-5/+56