summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet
2013-01-10tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-02tcp: don't abort splice() after small transfersWilly Tarreau
2012-12-01tcp: fix crashes in do_tcp_sendpages()Eric Dumazet
2012-12-01tcp: change default tcp hash sizeEric Dumazet
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet
2012-10-18tcp: fix FIONREAD/SIOCINQEric Dumazet
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-07-10net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-17tcp: bool conversionsEric Dumazet
2012-05-17net: include/net/sock.h cleanupEric Dumazet
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-02tcp: early retransmitYuchung Cheng
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov
2012-04-21tcp: Repair socket queuesPavel Emelyanov
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-10tcp: restore correct limitEric Dumazet