summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-061-7/+3Star
* ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-041-127/+106Star
* Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-101-4/+4
|\
| * put iov_iter into msghdrAl Viro2014-12-091-3/+3
| * switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-1/+1
* | tcp: refine TSO autosizingEric Dumazet2014-12-091-39/+21Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-1/+1
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-1/+1
* | new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-3/+2Star
|/
* tcp: md5: do not use alloc_percpu()Eric Dumazet2014-10-251-39/+20Star
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-2/+2
|\ \
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-18/+18
|\ \
| * | tcp: abort orphan sockets stalling on zero window probesYuchung Cheng2014-10-011-1/+1
| * | tcp: add __init to tcp_init_memFabian Frederick2014-10-011-1/+1
| * | net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-291-4/+2Star
| * | tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-281-2/+2
| * | net: introduce __skb_header_release()Eric Dumazet2014-09-261-2/+2
| * | tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet2014-09-151-8/+10
| |/
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-134/+15Star
|\ \ | |/ |/|
| * net: make tcp_cleanup_rbuf privateDan Williams2014-09-281-1/+1
| * net_dma: simple removalDan Williams2014-09-281-133/+14Star
* | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-141-7/+7
* | net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn2014-08-061-5/+7
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-061-3/+19
* | tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-031-1/+2
* | tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama2014-04-211-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-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-101-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/+0Star
* | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-221-5/+7
* | tcp/dccp: remove twchainEric Dumazet2013-10-091-3/+2Star
|/
* 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