aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-2/+3
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-4/+7
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+2
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron1-0/+6
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-8/+11
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson1-1/+9
2015-05-17tcp: halves tcp_mem[] limitsEric Dumazet1-4/+5
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet1-2/+13
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+35
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+1
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-1/+5
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com1-1/+3
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-04-11new helper: msg_data_left()Al Viro1-4/+4
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-6/+6
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet1-12/+13
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+3
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet1-7/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-2/+1
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-127/+106
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-4/+4
2014-12-09tcp: refine TSO autosizingEric Dumazet1-39/+21
2014-12-09put iov_iter into msghdrAl Viro1-3/+3
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-1/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-1/+1
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-3/+2
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+18
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-134/+15
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng1-1/+1
2014-10-01tcp: add __init to tcp_init_memFabian Frederick1-1/+1
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-4/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet1-2/+2
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams1-1/+1
2014-09-28net_dma: simple removalDan Williams1-133/+14
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-2/+2
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet1-8/+10
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-2/+2
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
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