| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-29 | tcp: add TCP_CC_INFO socket option | Eric Dumazet | 1 | -0/+21 |
| 2015-04-29 | tcp: add tcpi_bytes_received to tcp_info | Eric Dumazet | 1 | -0/+1 |
| 2015-04-29 | tcp: add tcpi_bytes_acked to tcp_info | Eric Dumazet | 1 | -1/+5 |
| 2015-04-21 | tcp: add memory barriers to write space paths | jbaron@akamai.com | 1 | -1/+3 |
| 2015-04-17 | tcp: tcp_get_info() should fetch socket fields once | Eric Dumazet | 1 | -4/+6 |
| 2015-04-11 | new helper: msg_data_left() | Al Viro | 1 | -4/+4 |
| 2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -6/+6 |
| 2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -1/+1 |
| 2015-03-24 | tcp: use C99 initializers in new_state[] | Eric Dumazet | 1 | -12/+13 |
| 2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+3 |
| 2015-03-05 | tcp: align tcp_xmit_size_goal() on tcp_tso_autosize() | Eric Dumazet | 1 | -7/+3 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+3 |
| 2015-03-02 | net: use common macro for assering skb->cb[] available size in protocol families | Eyal Birger | 1 | -2/+1 |
| 2015-02-04 | ip: convert tcp_sendmsg() to iov_iter primitives | Al Viro | 1 | -127/+106 |
| 2014-12-10 | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | David S. Miller | 1 | -4/+4 |
| 2014-12-09 | tcp: refine TSO autosizing | Eric Dumazet | 1 | -39/+21 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -3/+3 |
| 2014-12-09 | switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) | Al Viro | 1 | -1/+1 |
| 2014-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2014-11-26 | net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks | Willem de Bruijn | 1 | -1/+1 |
| 2014-11-24 | new helper: memcpy_to_msg() | Al Viro | 1 | -1/+1 |
| 2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -3/+2 |
| 2014-10-25 | tcp: md5: do not use alloc_percpu() | Eric Dumazet | 1 | -39/+20 |
| 2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -2/+2 |
| 2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -18/+18 |
| 2014-10-07 | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -134/+15 |
| 2014-10-01 | tcp: abort orphan sockets stalling on zero window probes | Yuchung Cheng | 1 | -1/+1 |
| 2014-10-01 | tcp: add __init to tcp_init_mem | Fabian Frederick | 1 | -1/+1 |
| 2014-09-29 | net: tcp: assign tcp cong_ops when tcp sk is created | Florian Westphal | 1 | -4/+2 |
| 2014-09-28 | tcp: change tcp_skb_pcount() location | Eric Dumazet | 1 | -2/+2 |
| 2014-09-28 | net: make tcp_cleanup_rbuf private | Dan Williams | 1 | -1/+1 |
| 2014-09-28 | net_dma: simple removal | Dan Williams | 1 | -133/+14 |
| 2014-09-26 | net: introduce __skb_header_release() | Eric Dumazet | 1 | -2/+2 |
| 2014-09-15 | tcp: use TCP_SKB_CB(skb)->tcp_flags in input path | Eric Dumazet | 1 | -8/+10 |
| 2014-09-08 | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 1 | -2/+2 |
| 2014-08-26 | net: Replace get_cpu_var through this_cpu_ptr | Christoph Lameter | 1 | -1/+1 |
| 2014-08-14 | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) | Andrey Vagin | 1 | -7/+7 |
| 2014-08-06 | net-timestamp: cumulative tcp timestamping fixes | Willem de Bruijn | 1 | -5/+7 |
| 2014-08-05 | net-timestamp: TCP timestamping | Willem de Bruijn | 1 | -3/+19 |
| 2014-07-02 | tcp: Fix divide by zero when pushing during tcp-repair | Christoph Paasch | 1 | -1/+2 |
| 2014-04-20 | tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner | Kenjiro Nakayama | 1 | -0/+8 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
| 2014-02-26 | tcp: switch rtt estimations to usec resolution | Eric Dumazet | 1 | -4/+4 |
| 2014-02-22 | net-tcp: fastopen: fix high order allocations | Eric Dumazet | 1 | -3/+5 |
| 2014-02-14 | tcp: add pacing_rate information into tcp_info | Eric Dumazet | 1 | -0/+5 |
| 2014-02-09 | tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min | Jesper Juhl | 1 | -1/+1 |
| 2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -14/+57 |
| 2014-01-13 | sched, net: Clean up preempt_enable_no_resched() abuse | Peter Zijlstra | 1 | -2/+2 |
| 2014-01-06 | tcp: out_of_order_queue do not use its lock | Eric Dumazet | 1 | -1/+1 |
| 2013-12-20 | tcp: autocork should not hold first packet in write queue | Eric Dumazet | 1 | -4/+10 |
| 2013-12-06 | tcp: auto corking | Eric Dumazet | 1 | -13/+50 |
| 2013-11-20 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -2/+2 |
| 2013-11-14 | tcp: tsq: restore minimal amount of queueing | Eric Dumazet | 1 | -6/+0 |
| 2013-10-25 | net: use DMA_COMPLETE for dma completion status | Vinod Koul | 1 | -2/+2 |
| 2013-10-21 | tcp_memcontrol: Remove the per netns control. | Eric W. Biederman | 1 | -5/+7 |
| 2013-10-08 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -3/+2 |
| 2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2013-09-05 | tcp: Add missing braces to do_tcp_setsockopt | Dave Jones | 1 | -1/+2 |
| 2013-08-29 | tcp: TSO packets automatic sizing | Eric Dumazet | 1 | -5/+23 |
| 2013-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+7 |
| 2013-08-20 | tcp: set timestamps for restored skb-s | Andrey Vagin | 1 | -0/+7 |
| 2013-07-31 | tcp: Remove unused tcpct declarations and comments | Dmitry Popov | 1 | -4/+0 |
| 2013-07-24 | tcp: TCP_NOTSENT_LOWAT socket option | Eric Dumazet | 1 | -0/+7 |
| 2013-07-24 | net: add sk_stream_is_writeable() helper | Eric Dumazet | 1 | -2/+2 |
| 2013-07-10 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 1 | -1/+1 |
| 2013-07-08 | net: rename low latency sockets functions to busy poll | Eliezer Tamir | 1 | -3/+3 |
| 2013-06-10 | tcp: add low latency socket poll support. | Eliezer Tamir | 1 | -0/+5 |
| 2013-06-07 | net: tcp: move GRO/GSO functions to tcp_offload | Daniel Borkmann | 1 | -241/+0 |
| 2013-06-07 | net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment | Daniel Borkmann | 1 | -2/+2 |
| 2013-05-31 | net: Update RFS target at poll for tcp/udp | David Majnemer | 1 | -0/+2 |
| 2013-05-28 | ipv4: Correct comparisons and calculations using skb->tail and skb-transport_... | Simon Horman | 1 | -1/+2 |
| 2013-05-27 | MPLS: Add limited GSO support | Simon Horman | 1 | -0/+1 |
| 2013-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+26 |
| 2013-05-20 | tcp: md5: remove spinlock usage in fast path | Eric Dumazet | 1 | -77/+21 |
| 2013-05-16 | tcp: gso: do not generate out of order packets | Eric Dumazet | 1 | -1/+21 |
| 2013-05-14 | tcp: fix tcp_md5_hash_skb_data() | Eric Dumazet | 1 | -2/+5 |
| 2013-04-13 | tcp: tcp_tso_segment() small optimization | Eric Dumazet | 1 | -2/+5 |
| 2013-04-12 | tcp: GSO should be TSQ friendly | Eric Dumazet | 1 | -0/+12 |
| 2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-03-17 | tcp: Remove TCPCT | Christoph Paasch | 1 | -267/+0 |
| 2013-03-14 | tcp: fix skb_availroom() | Eric Dumazet | 1 | -1/+1 |
| 2013-03-09 | tunneling: Add generic Tunnel segmentation. | Pravin B Shelar | 1 | -0/+1 |
| 2013-02-26 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -4/+4 |
| 2013-02-15 | v4 GRE: Add TCP segmentation offload for GRE | Pravin B Shelar | 1 | -0/+1 |
| 2013-02-13 | net: Fix possible wrong checksum generation. | Pravin B Shelar | 1 | -3/+1 |
| 2013-02-13 | tcp: set and get per-socket timestamp | Andrey Vagin | 1 | -0/+9 |
| 2013-02-13 | tcp: adding a per-socket timestamp offset | Andrey Vagin | 1 | -0/+2 |
| 2013-02-05 | tcp: remove Appropriate Byte Count support | Stephen Hemminger | 1 | -1/+0 |
| 2013-01-28 | net: fix possible wrong checksum generation | Eric Dumazet | 1 | -0/+3 |
| 2013-01-22 | ipv4: Use IS_ERR_OR_NULL(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+1 |
| 2013-01-10 | tcp: fix splice() and tcp collapsing interaction | Eric Dumazet | 1 | -3/+10 |
| 2013-01-10 | tcp: splice: fix an infinite loop in tcp_read_sock() | Eric Dumazet | 1 | -1/+1 |
| 2013-01-07 | dmaengine: remove dma_async_memcpy_complete() macro | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2013-01-07 | dmaengine: remove dma_async_memcpy_pending() macro | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -11/+14 |
| 2012-12-02 | tcp: don't abort splice() after small transfers | Willy Tarreau | 1 | -4/+8 |
| 2012-12-01 | tcp: fix crashes in do_tcp_sendpages() | Eric Dumazet | 1 | -9/+6 |
| 2012-12-01 | tcp: change default tcp hash size | Eric Dumazet | 1 | -4/+2 |
| 2012-11-18 | net: Allow userns root to control ipv4 | Eric W. Biederman | 1 | -1/+1 |
| 2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2012-11-15 | tcp: fix retransmission in repair mode | Andrew Vagin | 1 | -2/+2 |
| 2012-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2012-10-22 | tcp: add SYN/data info to TCP_INFO | Yuchung Cheng | 1 | -0/+2 |
| 2012-10-22 | tcp: speedup SIOCINQ ioctl | Eric Dumazet | 1 | -2/+3 |
| 2012-10-18 | tcp: fix FIONREAD/SIOCINQ | Eric Dumazet | 1 | -5/+3 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+18 |
| 2012-09-24 | net: use a per task frag allocator | Eric Dumazet | 1 | -57/+22 |
| 2012-09-20 | tcp: restore rcv_wscale in a repair mode (v2) | Andrey Vagin | 1 | -3/+10 |
| 2012-09-20 | ipv4: Don't add TCP-code in inet_sock_destruct | Christoph Paasch | 1 | -0/+7 |
| 2012-09-19 | tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero | Michal Kubeček | 1 | -2/+8 |
| 2012-08-31 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 1 | -7/+42 |
| 2012-08-02 | tcp: Apply device TSO segment limit earlier | Ben Hutchings | 1 | -1/+3 |
| 2012-07-27 | tcp: Add TCP_USER_TIMEOUT negative value check | Hangbin Liu | 1 | -1/+4 |
| 2012-07-19 | net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) | Yuchung Cheng | 1 | -5/+56 |
| 2012-07-11 | tcp: TCP Small Queues | Eric Dumazet | 1 | -0/+6 |
| 2012-07-10 | net: Fix non-kernel-doc comments with kernel-doc start marker | Ben Hutchings | 1 | -2/+1 |
| 2012-07-10 | tcp: Maintain dynamic metrics in local cache. | David S. Miller | 1 | -0/+2 |
| 2012-05-24 | mm: add a low limit to alloc_large_system_hash | Tim Bird | 1 | -0/+2 |
| 2012-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2012-05-20 | net/ipv4: replace simple_strtoul with kstrtoul | Eldad Zack | 1 | -1/+7 |
| 2012-05-17 | tcp: do_tcp_sendpages() must try to push data out on oom conditions | Willy Tarreau | 1 | -2/+1 |
| 2012-05-17 | tcp: bool conversions | Eric Dumazet | 1 | -10/+10 |
| 2012-05-17 | net: include/net/sock.h cleanup | Eric Dumazet | 1 | -6/+6 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -7/+7 |
| 2012-05-10 | tcp: Move rcvq sending to tcp_input.c | Pavel Emelyanov | 1 | -33/+0 |
| 2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+5 |
| 2012-05-02 | net: implement tcp coalescing in tcp_queue_rcv() | Eric Dumazet | 1 | -5/+5 |
| 2012-05-02 | tcp: change tcp_adv_win_scale and tcp_rmem[2] | Eric Dumazet | 1 | -4/+5 |
| 2012-05-02 | tcp: early retransmit | Yuchung Cheng | 1 | -0/+3 |
| 2012-04-26 | tcp repair: Fix unaligned access when repairing options (v2) | Pavel Emelyanov | 1 | -39/+21 |
| 2012-04-24 | net: skb_can_coalesce returns a boolean | Eric Dumazet | 1 | -1/+2 |
| 2012-04-21 | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() | Neal Cardwell | 1 | -0/+64 |
| 2012-04-21 | tcp: Repair connection-time negotiated parameters | Pavel Emelyanov | 1 | -0/+71 |
| 2012-04-21 | tcp: Report mss_clamp with TCP_MAXSEG option in repair mode | Pavel Emelyanov | 1 | -0/+2 |
| 2012-04-21 | tcp: Repair socket queues | Pavel Emelyanov | 1 | -3/+86 |
| 2012-04-21 | tcp: Initial repair mode | Pavel Emelyanov | 1 | -1/+67 |
| 2012-04-21 | tcp: Move code around | Pavel Emelyanov | 1 | -1/+1 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -4/+4 |
| 2012-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -6/+5 |
| 2012-04-11 | tcp: avoid order-1 allocations on wifi and tx path | Eric Dumazet | 1 | -4/+4 |
| 2012-04-10 | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2012-04-10 | tcp: restore correct limit | Eric Dumazet | 1 | -2/+1 |
| 2012-04-05 | tcp: tcp_sendpages() should call tcp_push() once | Eric Dumazet | 1 | -1/+1 |
| 2012-04-05 | netdma: adding alignment check for NETDMA ops | Dave Jiang | 1 | -2/+2 |
| 2012-04-03 | tcp: allow splice() to build full TSO packets | Eric Dumazet | 1 | -1/+1 |
| 2012-03-12 | net: ipv4: Standardize prefixes for message logging | Joe Perches | 1 | -4/+7 |
| 2012-03-11 | net: Convert printks to pr_<level> | Joe Perches | 1 | -4/+3 |
| 2012-02-13 | vfs: fix panic in __d_lookup() with high dentry hashtable counts | Dimitri Sivanich | 1 | -2/+3 |
| 2012-02-02 | tcp: properly initialize tcp memory limits | Jason Wang | 1 | -2/+2 |
| 2012-02-01 | net: Disambiguate kernel message | Arun Sharma | 1 | -4/+15 |
| 2012-01-30 | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL | Glauber Costa | 1 | -3/+13 |
| 2011-12-12 | per-netns ipv4 sysctl_tcp_mem | Glauber Costa | 1 | -9/+2 |
| 2011-12-05 | tcp: remove TCP_OFF and TCP_PAGE macros | Eric Dumazet | 1 | -13/+10 |
| 2011-12-04 | tcp: tcp_sendmsg() page recycling | Eric Dumazet | 1 | -1/+6 |
| 2011-11-29 | tcp: avoid frag allocation for small frames | Eric Dumazet | 1 | -3/+6 |
| 2011-11-28 | tcp: tcp_sendmsg() wrong access to sk_route_caps | Eric Dumazet | 1 | -4/+4 |
| 2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
| 2011-10-24 | TCP: remove TCP_DEBUG | Flavio Leitner | 1 | -2/+0 |
| 2011-10-24 | tcp: md5: dont write skb head in tcp_md5_hash_header() | Eric Dumazet | 1 | -6/+8 |
| 2011-10-21 | tcp: add const qualifiers where possible | Eric Dumazet | 1 | -9/+9 |
| 2011-10-19 | net: add skb frag size accessors | Eric Dumazet | 1 | -5/+4 |
| 2011-10-03 | tcp: report ECN_SEEN in tcp_info | Eric Dumazet | 1 | -1/+3 |
| 2011-09-27 | tcp: rename tcp_skb_cb flags | Eric Dumazet | 1 | -4/+4 |
| 2011-09-17 | tcp: md5: remove one indirection level in tcp_md5sig_pool | Eric Dumazet | 1 | -24/+17 |
| 2011-08-24 | net: ipv4: convert to SKB frag APIs | Ian Campbell | 1 | -1/+2 |
| 2011-07-07 | net: refine {udp|tcp|sctp}_mem limits | Eric Dumazet | 1 | -8/+2 |
| 2011-04-04 | net: Allow no-cache copy from user on transmit | Tom Herbert | 1 | -3/+4 |
| 2011-03-09 | tcp: ioctl type SIOCOUTQNSD returns amount of data not sent | Mario Schuknecht | 1 | -0/+9 |
| 2011-02-20 | tcp: Remove debug macro of TCP_CHECK_TIMER | Shan Wei | 1 | -9/+0 |
| 2011-01-24 | net: change netdev->features to u32 | Michał Mirosław | 1 | -1/+1 |
| 2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-11-24 | tcp: Make TCP_MAXSEG minimum more correct. | David S. Miller | 1 | -1/+1 |
| 2010-11-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+3 |
| 2010-11-10 | tcp: Increase TCP_MAXSEG socket option minimum. | David S. Miller | 1 | -1/+1 |
| 2010-11-10 | net: avoid limits overflow | Eric Dumazet | 1 | -2/+2 |
| 2010-11-09 | net/ipv4/tcp.c: Update WARN uses | Joe Perches | 1 | -9/+7 |
| 2010-10-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-09-27 | tcp: Fix >4GB writes on 64-bit. | David S. Miller | 1 | -1/+1 |
| 2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+5 |
| 2010-09-20 | tcp: Fix race in tcp_poll | Tom Marshall | 1 | -2/+5 |
| 2010-09-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -22/+10 |
| 2010-08-30 | tcp: Add TCP_USER_TIMEOUT socket option. | Jerry Chu | 1 | -1/+10 |
| 2010-08-25 | tcp: select(writefds) don't hang up when a peer close connection | KOSAKI Motohiro | 1 | -1/+2 |
| 2010-08-25 | tcp: fix three tcp sysctls tuning | Eric Dumazet | 1 | -17/+7 |
| 2010-08-25 | tcp: Combat per-cpu skew in orphan tests. | David S. Miller | 1 | -4/+1 |
| 2010-08-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+5 |
| 2010-08-02 | net: Add getsockopt support for TCP thin-streams | Josh Hunt | 1 | -0/+6 |
| 2010-07-30 | tcp: cookie transactions setsockopt memory leak | Dmitry Popov | 1 | -2/+5 |
| 2010-07-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-07-14 | rfs: call sock_rps_record_flow() in tcp_splice_read() | Changli Gao | 1 | -0/+1 |
| 2010-07-12 | inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and... | Changli Gao | 1 | -6/+5 |
| 2010-07-12 | net/ipv4: EXPORT_SYMBOL cleanups | Eric Dumazet | 1 | -23/+12 |
| 2010-06-28 | net: use this_cpu_ptr() | Eric Dumazet | 1 | -1/+1 |
| 2010-06-24 | tcp: do not send reset to already closed sockets | Konstantin Khorenko | 1 | -0/+4 |
| 2010-06-15 | tcp: unify tcp flag macros | Changli Gao | 1 | -4/+4 |
| 2010-05-31 | tcp: tcp_md5_hash_skb_data() frag_list handling | Eric Dumazet | 1 | -0/+5 |
| 2010-05-17 | net: Remove unnecessary semicolons after switch statements | Joe Perches | 1 | -1/+1 |
| 2010-05-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -10/+24 |
| 2010-05-16 | tcp: fix MD5 (RFC2385) support | Eric Dumazet | 1 | -10/+24 |