| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-24 | tcp: avoid looping in tcp_send_fin() | Eric Dumazet | 1 | -21/+29 |
| 2015-04-22 | tcp: fix possible deadlock in tcp_send_fin() | Eric Dumazet | 1 | -1/+19 |
| 2015-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2015-04-09 | tcp: tcp_make_synack() should clear skb->tstamp | Eric Dumazet | 1 | -0/+2 |
| 2015-04-07 | tcp: RFC7413 option support for Fast Open client | Daniel Lee | 1 | -1/+5 |
| 2015-04-07 | tcp: RFC7413 option support for Fast Open server | Daniel Lee | 1 | -11/+23 |
| 2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -7/+7 |
| 2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -10/+11 |
| 2015-03-24 | tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() | Eric Dumazet | 1 | -1/+1 |
| 2015-03-24 | tcp: md5: remove request sock argument of calc_md5_hash() | Eric Dumazet | 1 | -2/+2 |
| 2015-03-24 | tcp: md5: fix rcu lockdep splat | Eric Dumazet | 1 | -9/+11 |
| 2015-03-20 | Revert "selinux: add a skb_owned_by() hook" | Eric Dumazet | 1 | -1/+0 |
| 2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2015-03-20 | tcp: fix tcp fin memory accounting | Josh Hunt | 1 | -5/+1 |
| 2015-03-06 | ipv4: Create probe timer for tcp PMTU as per RFC4821 | Fan Du | 1 | -2/+36 |
| 2015-03-06 | ipv4: Use binary search to choose tcp PMTU probe_size | Fan Du | 1 | -3/+11 |
| 2015-02-28 | tcp: tso: allow CA_CWR state in tcp_tso_should_defer() | Eric Dumazet | 1 | -1/+1 |
| 2015-02-28 | tcp: tso: restore IW10 after TSO autosizing | Eric Dumazet | 1 | -2/+11 |
| 2015-02-28 | tcp: tso: remove tp->tso_deferred | Eric Dumazet | 1 | -9/+5 |
| 2015-02-09 | ipv4: Namespecify TCP PMTU mechanism | Fan Du | 1 | -5/+3 |
| 2015-02-04 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 1 | -3/+8 |
| 2015-02-04 | tcp: do not pace pure ack packets | Eric Dumazet | 1 | -1/+9 |
| 2015-02-04 | ip: convert tcp_sendmsg() to iov_iter primitives | Al Viro | 1 | -3/+8 |
| 2015-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2015-01-05 | net: tcp: add per route congestion control | Daniel Borkmann | 1 | -0/+21 |
| 2015-01-02 | tcp: Do not apply TSO segment limit to non-TSO packets | Herbert Xu | 1 | -2/+2 |
| 2014-12-10 | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | David S. Miller | 1 | -1/+1 |
| 2014-12-09 | tcp: refine TSO autosizing | Eric Dumazet | 1 | -18/+41 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -1/+1 |
| 2014-11-19 | tcp: make connect() mem charging friendly | Eric Dumazet | 1 | -40/+28 |
| 2014-11-13 | tcp: limit GSO packets to half cwnd | Eric Dumazet | 1 | -4/+8 |
| 2014-11-04 | net: allow setting ecn via routing table | Florian Westphal | 1 | -2/+11 |
| 2014-10-30 | net: skb_fclone_busy() needs to detect orphaned skb | Eric Dumazet | 1 | -1/+1 |
| 2014-10-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -9/+25 |
| 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-14 | tcp: TCP Small Queues and strange attractors | Eric Dumazet | 1 | -7/+19 |
| 2014-10-14 | tcp: fix ooo_okay setting vs Small Queues | Eric Dumazet | 1 | -2/+6 |
| 2014-10-01 | net: cleanup and document skb fclone layout | Eric Dumazet | 1 | -4/+1 |
| 2014-09-29 | tcp: change TCP_ECN prefixes to lower case | Florian Westphal | 1 | -9/+9 |
| 2014-09-29 | net: tcp: add DCTCP congestion control algorithm | Daniel Borkmann | 1 | -0/+1 |
| 2014-09-29 | net: tcp: more detailed ACK events and events for CE marked packets | Florian Westphal | 1 | -0/+4 |
| 2014-09-29 | net: tcp: add flag for ca to indicate that ECN is required | Daniel Borkmann | 1 | -7/+18 |
| 2014-09-28 | tcp: change tcp_skb_pcount() location | Eric Dumazet | 1 | -3/+6 |
| 2014-09-28 | tcp: better TCP_SKB_CB layout to reduce cache line misses | Eric Dumazet | 1 | -0/+5 |
| 2014-09-26 | net: introduce __skb_header_release() | Eric Dumazet | 1 | -5/+5 |
| 2014-09-22 | tcp: avoid possible arithmetic overflows | Eric Dumazet | 1 | -7/+6 |
| 2014-09-06 | tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment() | Neal Cardwell | 1 | -3/+0 |
| 2014-09-05 | tcp: remove TCP_SKB_CB(skb)->when | Eric Dumazet | 1 | -23/+16 |
| 2014-08-26 | net: Replace get_cpu_var through this_cpu_ptr | Christoph Lameter | 1 | -1/+1 |
| 2014-08-14 | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() | Neal Cardwell | 1 | -1/+1 |
| 2014-08-14 | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) | Andrey Vagin | 1 | -1/+4 |
| 2014-08-13 | net-timestamp: fix missing tcp fragmentation cases | Willem de Bruijn | 1 | -0/+17 |
| 2014-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2014-07-15 | tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction | Christoph Paasch | 1 | -1/+1 |
| 2014-07-07 | tcp: fix false undo corner cases | Yuchung Cheng | 1 | -2/+4 |
| 2014-07-07 | net: Save TX flow hash in sock and set in skbuf on xmit | Tom Herbert | 1 | -0/+1 |
| 2014-06-27 | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack | Octavian Purdila | 1 | -0/+15 |
| 2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -46/+80 |
| 2014-06-12 | tcp: fixing TLP's FIN recovery | Per Hurtig | 1 | -3/+1 |
| 2014-06-10 | tcp: add gfp parameter to tcp_fragment | Octavian Purdila | 1 | -7/+8 |
| 2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+1 |
| 2014-05-22 | tcp: make cwnd-limited checks measurement-based, and gentler | Neal Cardwell | 1 | -14/+23 |
| 2014-05-13 | tcp: use tcp_v4_send_synack on first SYN-ACK | Yuchung Cheng | 1 | -21/+0 |
| 2014-05-13 | tcp: simplify fast open cookie processing | Yuchung Cheng | 1 | -1/+1 |
| 2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+7 |
| 2014-05-03 | tcp: remove in_flight parameter from cong_avoid() methods | Eric Dumazet | 1 | -1/+1 |
| 2014-05-02 | tcp: fix cwnd limited checking to improve congestion control | Eric Dumazet | 1 | -7/+14 |
| 2014-04-30 | tcp: increment retransmit counters in tlp and fast open | Eric Dumazet | 1 | -7/+7 |
| 2014-04-22 | tcp: avoid retransmits of TCP packets hanging in host queues | Eric Dumazet | 1 | -8/+26 |
| 2014-04-20 | tcp: make tcp_cwnd_application_limited() static | Weiping Pan | 1 | -0/+22 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -3/+1 |
| 2014-04-15 | ipv4: add a sock pointer to ip_queue_xmit() | Eric Dumazet | 1 | -1/+1 |
| 2014-03-27 | tcp: tcp_make_synack() minor changes | Eric Dumazet | 1 | -2/+2 |
| 2014-03-26 | tcp: delete unused parameter in tcp_nagle_check() | Peter Pan(潘卫平) | 1 | -3/+3 |
| 2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+11 |
| 2014-03-11 | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet | 1 | -0/+11 |
| 2014-03-10 | tcp: timestamp SYN+DATA messages | Eric Dumazet | 1 | -0/+6 |
| 2014-03-07 | tcp: do not leak non zero tstamp in output packets | Eric Dumazet | 1 | -0/+2 |
| 2014-03-06 | tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent() | David S. Miller | 1 | -2/+2 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+16 |
| 2014-03-03 | tcp: snmp stats for Fast Open, SYN rtx, and data pkts | Yuchung Cheng | 1 | -2/+6 |
| 2014-03-03 | tcp: fix bogus RTT on special retransmission | Yuchung Cheng | 1 | -3/+8 |
| 2014-02-26 | tcp: switch rtt estimations to usec resolution | Eric Dumazet | 1 | -9/+6 |
| 2014-02-26 | net: tcp: add mib counters to track zero window transitions | Florian Westphal | 1 | -1/+11 |
| 2014-02-26 | net: tcp: use NET_INC_STATS() | Eric Dumazet | 1 | -2/+2 |
| 2014-02-22 | net-tcp: fastopen: fix high order allocations | Eric Dumazet | 1 | -1/+6 |
| 2014-02-19 | tcp: use zero-window when free_space is low | Florian Westphal | 1 | -2/+15 |
| 2014-02-13 | net: remove unnecessary return's | stephen hemminger | 1 | -1/+0 |
| 2014-02-10 | tcp: tsq: fix nonagle handling | John Ogness | 1 | -2/+11 |
| 2014-02-06 | tcp: remove 1ms offset in srtt computation | Eric Dumazet | 1 | -1/+1 |
| 2013-12-29 | tcp: make local functions static | stephen hemminger | 1 | -1/+1 |
| 2013-12-17 | tcp: refine TSO splits | Eric Dumazet | 1 | -39/+54 |
| 2013-12-10 | net: more spelling fixes | stephen hemminger | 1 | -5/+5 |
| 2013-12-06 | tcp: optimize some skb_shinfo(skb) uses | Eric Dumazet | 1 | -15/+21 |
| 2013-11-19 | tcp: don't update snd_nxt, when a socket is switched from repair mode | Andrey Vagin | 1 | -1/+0 |
| 2013-11-14 | tcp: tsq: restore minimal amount of queueing | Eric Dumazet | 1 | -1/+5 |
| 2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+7 |
| 2013-10-18 | tcp: remove redundant code in __tcp_retransmit_skb() | Neal Cardwell | 1 | -15/+0 |
| 2013-10-17 | tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs() | Eric Dumazet | 1 | -2/+1 |
| 2013-10-17 | tcp: must unclone packets before mangling them | Eric Dumazet | 1 | -3/+6 |
| 2013-10-11 | tcp: tcp_transmit_skb() optimizations | Eric Dumazet | 1 | -7/+7 |
| 2013-10-10 | inet: rename ir_loc_port to ir_num | Eric Dumazet | 1 | -1/+1 |
| 2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet | 1 | -2/+2 |
| 2013-10-02 | tcp: Always set options to 0 before calling tcp_established_options | Andi Kleen | 1 | -0/+2 |
| 2013-09-30 | tcp: TSQ can use a dynamic limit | Eric Dumazet | 1 | -6/+11 |
| 2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2013-08-30 | tcp: tcp_make_synack() should use sock_wmalloc | Phil Oester | 1 | -1/+1 |
| 2013-08-29 | tcp: TSO packets automatic sizing | Eric Dumazet | 1 | -1/+1 |
| 2013-08-29 | tcp: initialize rcv_tstamp for restored sockets | Andrew Vagin | 1 | -0/+2 |
| 2013-07-24 | tcp: TCP_NOTSENT_LOWAT socket option | Eric Dumazet | 1 | -0/+3 |
| 2013-07-12 | tcp: account all retransmit failures | Yuchung Cheng | 1 | -3/+4 |
| 2013-06-19 | tcp: introduce a per-route knob for quick ack | Cong Wang | 1 | -2/+4 |
| 2013-06-19 | tcp:typo unset should be unsent | Weiping Pan | 1 | -1/+1 |
| 2013-06-13 | tcp: properly send new data in fast recovery in first RTT | Yuchung Cheng | 1 | -15/+18 |
| 2013-05-23 | tcp: xps: fix reordering issues | Eric Dumazet | 1 | -4/+6 |
| 2013-04-29 | net: Add MIB counters for checksum errors | Eric Dumazet | 1 | -1/+2 |
| 2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+7 |
| 2013-04-18 | tcp: introduce TCPSpuriousRtxHostQueues SNMP counter | Eric Dumazet | 1 | -0/+7 |
| 2013-04-12 | tcp: GSO should be TSQ friendly | Eric Dumazet | 1 | -1/+1 |
| 2013-04-11 | tcp: Reallocate headroom if it would overflow csum_start | Thomas Graf | 1 | -2/+6 |
| 2013-04-09 | selinux: add a skb_owned_by() hook | Eric Dumazet | 1 | -0/+1 |
| 2013-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
| 2013-03-22 | tcp: preserve ACK clocking in TSO | Eric Dumazet | 1 | -2/+5 |
| 2013-03-21 | tcp: refactor F-RTO | Yuchung Cheng | 1 | -9/+2 |
| 2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
| 2013-03-17 | tcp: Remove TCPCT | Christoph Paasch | 1 | -213/+6 |
| 2013-03-14 | tcp: fix skb_availroom() | Eric Dumazet | 1 | -1/+0 |
| 2013-03-12 | tcp: TLP loss detection. | Nandita Dukkipati | 1 | -0/+9 |
| 2013-03-12 | tcp: Tail loss probe (TLP) | Nandita Dukkipati | 1 | -4/+124 |
| 2013-02-22 | tcp: fix SYN-data space mis-accounting | Yuchung Cheng | 1 | -7/+11 |
| 2013-02-15 | net: Add skb_unclone() helper function. | Pravin B Shelar | 1 | -1/+1 |
| 2013-02-13 | net: Fix possible wrong checksum generation. | Pravin B Shelar | 1 | -2/+2 |
| 2013-02-13 | tcp: send packets with a socket timestamp | Andrey Vagin | 1 | -2/+2 |
| 2013-01-28 | net: fix possible wrong checksum generation | Eric Dumazet | 1 | -2/+2 |
| 2013-01-06 | tcp: make sysctl_tcp_ecn namespace aware | Hannes Frederic Sowa | 1 | -1/+1 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+5 |
| 2012-12-07 | tcp: bug fix Fast Open client retransmission | Yuchung Cheng | 1 | -5/+10 |
| 2012-11-22 | ipv6: adapt connect for repair move | Andrey Vagin | 1 | -0/+5 |
| 2012-11-15 | tcp: fix retransmission in repair mode | Andrew Vagin | 1 | -0/+4 |
| 2012-09-03 | tcp: use PRR to reduce cwin in CWR state | Yuchung Cheng | 1 | -3/+3 |
| 2012-08-31 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 1 | -5/+16 |
| 2012-08-21 | tcp: fix possible socket refcount problem | Eric Dumazet | 1 | -5/+9 |
| 2012-08-06 | tcp_output: fix sparse warning for tcp_wfree | Silviu-Mihai Popescu | 1 | -1/+1 |
| 2012-08-02 | tcp: Apply device TSO segment limit earlier | Ben Hutchings | 1 | -9/+12 |
| 2012-07-31 | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th... | Mel Gorman | 1 | -5/+7 |
| 2012-07-23 | tcp: dont drop MTU reduction indications | Eric Dumazet | 1 | -1/+5 |
| 2012-07-20 | tcp: improve latencies of timer triggered events | Eric Dumazet | 1 | -17/+29 |
| 2012-07-19 | net-tcp: Fast Open client - cookie-less mode | Yuchung Cheng | 1 | -1/+5 |
| 2012-07-19 | net-tcp: Fast Open client - detecting SYN-data drops | Yuchung Cheng | 1 | -2/+11 |
| 2012-07-19 | net-tcp: Fast Open client - sending SYN-data | Yuchung Cheng | 1 | -9/+106 |
| 2012-07-19 | net-tcp: Fast Open base | Yuchung Cheng | 1 | -4/+21 |
| 2012-07-13 | tcp: add LAST_ACK as a valid state for TSQ | Eric Dumazet | 1 | -2/+2 |
| 2012-07-11 | tcp: TCP Small Queues | Eric Dumazet | 1 | -1/+153 |
| 2012-06-04 | tcp: tcp_make_synack() consumes dst parameter | Eric Dumazet | 1 | -4/+14 |
| 2012-06-04 | tcp: tcp_make_synack() can use alloc_skb() | Eric Dumazet | 1 | -1/+1 |
| 2012-05-17 | tcp: bool conversions | Eric Dumazet | 1 | -37/+38 |
| 2012-05-16 | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug | Joe Perches | 1 | -1/+3 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -2/+1 |
| 2012-05-02 | tcp: early retransmit: delayed fast retransmit | Yuchung Cheng | 1 | -3/+2 |
| 2012-04-27 | ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing | Eric Dumazet | 1 | -2/+17 |
| 2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2012-04-21 | tcp: Repair socket queues | Pavel Emelyanov | 1 | -0/+1 |
| 2012-04-21 | tcp: Initial repair mode | Pavel Emelyanov | 1 | -3/+13 |
| 2012-04-21 | tcp: Move code around | Pavel Emelyanov | 1 | -2/+2 |
| 2012-04-18 | tcp: fix retransmit of partially acked frames | Eric Dumazet | 1 | -0/+1 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -12/+12 |
| 2012-04-11 | tcp: avoid order-1 allocations on wifi and tx path | Eric Dumazet | 1 | -1/+1 |
| 2012-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
| 2012-01-30 | tcp: fix tcp_trim_head() to adjust segment count with skb MSS | Neal Cardwell | 1 | -4/+2 |
| 2012-01-26 | tcp: add LINUX_MIB_TCPRETRANSFAIL counter | Eric Dumazet | 1 | -1/+3 |
| 2011-12-12 | foundations of per-cgroup memory pressure controlling. | Glauber Costa | 1 | -1/+1 |
| 2011-12-05 | tcp: fix tcp_trim_head() | Eric Dumazet | 1 | -5/+8 |
| 2011-12-04 | tcp: take care of misalignments | Eric Dumazet | 1 | -1/+9 |
| 2011-11-29 | tcp: do not scale TSO segment size with reordering degree | Neal Cardwell | 1 | -1/+1 |
| 2011-11-08 | tcp: Fix comments for Nagle algorithm | Feng King | 1 | -1/+1 |
| 2011-10-21 | tcp: add const qualifiers where possible | Eric Dumazet | 1 | -35/+37 |
| 2011-10-19 | net: add skb frag size accessors | Eric Dumazet | 1 | -3/+5 |
| 2011-09-27 | tcp: rename tcp_skb_cb flags | Eric Dumazet | 1 | -31/+32 |
| 2011-08-24 | Proportional Rate Reduction for TCP. | Nandita Dukkipati | 1 | -1/+6 |
| 2011-08-24 | net: ipv4: convert to SKB frag APIs | Ian Campbell | 1 | -1/+1 |
| 2011-05-08 | inet: Pass flowi to ->queue_xmit(). | David S. Miller | 1 | -1/+1 |
| 2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2011-04-01 | tcp: len check is unnecessarily devastating, change to WARN_ON | Ilpo Järvinen | 1 | -1/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-02-21 | tcp: undo_retrans counter fixes | Yuchung Cheng | 1 | -1/+1 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -19/+23 |
| 2010-12-20 | TCP: increase default initial receive window. | Nandita Dukkipati | 1 | -3/+8 |
| 2010-12-13 | net: Abstract default ADVMSS behind an accessor. | David S. Miller | 1 | -5/+9 |
| 2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -19/+23 |
| 2010-12-08 | tcp: protect sysctl_tcp_cookie_size reads | Eric Dumazet | 1 | -12/+15 |
| 2010-12-08 | tcp: avoid a possible divide by zero | Eric Dumazet | 1 | -2/+4 |
| 2010-12-08 | tcp: Bug fix in initialization of receive window. | Nandita Dukkipati | 1 | -5/+4 |
| 2010-12-02 | tcp: use TCP_BASE_MSS to set basic mss value | Shan Wei | 1 | -1/+1 |
| 2010-11-24 | xps: Improvements in TX queue selection | Tom Herbert | 1 | -1/+4 |
| 2010-11-17 | network: tcp_connect should return certain errors up the stack | Eric Paris | 1 | -1/+4 |
| 2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -4/+4 |
| 2010-09-01 | tcp: update also tcp_output with regard to RFC 5681 | Gerrit Renker | 1 | -9/+3 |
| 2010-08-22 | tcp: allow effective reduction of TCP's rcv-buffer via setsockopt | Hagen Paul Pfeifer | 1 | -0/+11 |