aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAge
* tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-07-10
* tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-22
* tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-29
* tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-29
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-29
* tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-21
* tcp: tcp_get_info() should fetch socket fields onceEric Dumazet2015-04-17
* new helper: msg_data_left()Al Viro2015-04-11
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* tcp: use C99 initializers in new_state[]Eric Dumazet2015-03-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-09
|\
| * tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-05
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-02
|/
* ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-04
* Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-10
|\
| * put iov_iter into msghdrAl Viro2014-12-09
| * switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-09
* | tcp: refine TSO autosizingEric Dumazet2014-12-09
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-26
* | new helper: memcpy_to_msg()Al Viro2014-11-24
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
|/
* tcp: md5: do not use alloc_percpu()Eric Dumazet2014-10-25
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-10
|\ \
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-07
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\ \
| * | tcp: abort orphan sockets stalling on zero window probesYuchung Cheng2014-10-01
| * | tcp: add __init to tcp_init_memFabian Frederick2014-10-01
| * | net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-29
| * | tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-28
| * | net: introduce __skb_header_release()Eric Dumazet2014-09-26
| * | tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet2014-09-15
| |/
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-07
|\ \ | |/ |/|
| * net: make tcp_cleanup_rbuf privateDan Williams2014-09-28
| * net_dma: simple removalDan Williams2014-09-28
* | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-14
* | net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn2014-08-06
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-05
* | tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-02
* | tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama2014-04-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\|
| * net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-22
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-26
* | tcp: add pacing_rate information into tcp_infoEric Dumazet2014-02-14
|/
* tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl2014-02-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\