aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-18tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+18
2012-09-24net: use a per task frag allocatorEric Dumazet1-57/+22
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin1-3/+10
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch1-0/+7
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-7/+42
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-1/+3
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng1-5/+56
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+6
2012-07-10net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings1-2/+1
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller1-0/+2
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-0/+2
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack1-1/+7
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-17tcp: bool conversionsEric Dumazet1-10/+10
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-6/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-7/+7
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-33/+0
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet1-5/+5
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet1-4/+5
2012-05-02tcp: early retransmitYuchung Cheng1-0/+3
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov1-39/+21
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet1-1/+2
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell1-0/+64
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov1-0/+71
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Repair socket queuesPavel Emelyanov1-3/+86
2012-04-21tcp: Initial repair modePavel Emelyanov1-1/+67
2012-04-21tcp: Move code aroundPavel Emelyanov1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+5
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet1-4/+4
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-2/+2
2012-04-10tcp: restore correct limitEric Dumazet1-2/+1
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+1
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-2/+2
2012-04-03tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-4/+7
2012-03-11net: Convert printks to pr_<level>Joe Perches1-4/+3
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+3
2012-02-02tcp: properly initialize tcp memory limitsJason Wang1-2/+2
2012-02-01net: Disambiguate kernel messageArun Sharma1-4/+15
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa1-3/+13
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa1-9/+2
2011-12-05tcp: remove TCP_OFF and TCP_PAGE macrosEric Dumazet1-13/+10
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet1-1/+6