aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin1-0/+2
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+3
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet1-3/+10
2013-01-10tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet1-1/+1
2013-01-07dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz1-1/+1
2013-01-07dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz1-3/+3
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+14
2012-12-02tcp: don't abort splice() after small transfersWilly Tarreau1-4/+8
2012-12-01tcp: fix crashes in do_tcp_sendpages()Eric Dumazet1-9/+6
2012-12-01tcp: change default tcp hash sizeEric Dumazet1-4/+2
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman1-1/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin1-2/+2
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-0/+2
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet1-2/+3
2012-10-18tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+18
2012-09-24net: use a per task frag allocatorEric Dumazet1-57/+22
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin1-3/+10
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch1-0/+7
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-7/+42
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-1/+3
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4