aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet
2015-04-11new helper: msg_data_left()Al Viro
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09tcp: refine TSO autosizingEric Dumazet
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng
2014-10-01tcp: add __init to tcp_init_memFabian Frederick
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams
2014-09-28net_dma: simple removalDan Williams
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-06net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn
2014-07-02tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch
2014-04-20tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-13sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra