| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-29 | tcp: prepare CC get_info() access from getsockopt() | Eric Dumazet | 1 | -1/+4 |
| 2015-04-29 | tcp: add tcpi_bytes_acked to tcp_info | Eric Dumazet | 1 | -1/+1 |
| 2015-04-17 | inet_diag: fix access to tcp cc information | Eric Dumazet | 1 | -1/+1 |
| 2015-04-07 | tcp: RFC7413 option support for Fast Open client | Daniel Lee | 1 | -1/+2 |
| 2015-04-07 | tcp: RFC7413 option support for Fast Open server | Daniel Lee | 1 | -0/+2 |
| 2015-03-29 | tcp: tcp_syn_flood_action() can be static | Eric Dumazet | 1 | -2/+0 |
| 2015-03-24 | tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() | Eric Dumazet | 1 | -4/+4 |
| 2015-03-24 | tcp: md5: remove request sock argument of calc_md5_hash() | Eric Dumazet | 1 | -16/+13 |
| 2015-03-23 | ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets | Eric Dumazet | 1 | -0/+1 |
| 2015-03-23 | inet: remove sk_listener parameter from syn_ack_timeout() | Eric Dumazet | 1 | -1/+1 |
| 2015-03-20 | inet: drop prev pointer handling in request sock | Eric Dumazet | 1 | -2/+1 |
| 2015-03-17 | tcp: uninline tcp_oow_rate_limited() | Eric Dumazet | 1 | -30/+2 |
| 2015-03-17 | tcp: move tcp_openreq_init() to tcp_input.c | Eric Dumazet | 1 | -25/+0 |
| 2015-03-06 | ipv4: Create probe timer for tcp PMTU as per RFC4821 | Fan Du | 1 | -0/+3 |
| 2015-03-06 | ipv4: Use binary search to choose tcp PMTU probe_size | Fan Du | 1 | -0/+3 |
| 2015-03-06 | ipv4: Raise tcp PMTU probe mss base size | Fan Du | 1 | -1/+1 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+3 |
| 2015-02-09 | ipv4: Namespecify TCP PMTU mechanism | Fan Du | 1 | -2/+0 |
| 2015-02-08 | tcp: mitigate ACK loops for connections as tcp_request_sock | Neal Cardwell | 1 | -0/+1 |
| 2015-02-08 | tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks | Neal Cardwell | 1 | -0/+32 |
| 2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2015-02-04 | tcp: do not pace pure ack packets | Eric Dumazet | 1 | -0/+15 |
| 2015-01-28 | tcp: stretch ACK fixes prep | Neal Cardwell | 1 | -2/+2 |
| 2015-01-05 | net: tcp: add per route congestion control | Daniel Borkmann | 1 | -0/+6 |
| 2015-01-05 | net: tcp: add RTAX_CC_ALGO fib handling | Daniel Borkmann | 1 | -0/+7 |
| 2015-01-05 | net: tcp: add key management to congestion control | Daniel Borkmann | 1 | -1/+8 |
| 2014-11-04 | net: allow setting ecn via routing table | Florian Westphal | 1 | -1/+1 |
| 2014-11-04 | syncookies: split cookie_check_timestamp() into two functions | Florian Westphal | 1 | -5/+4 |
| 2014-10-29 | tcp: allow for bigger reordering level | Eric Dumazet | 1 | -3/+1 |
| 2014-10-24 | net: Remove trailing whitespace in tcp.h icmp.c syncookies.c | Kenjiro Nakayama | 1 | -6/+6 |
| 2014-10-18 | tcp: fix build error if IPv6 is not enabled | Eric Dumazet | 1 | -0/+2 |
| 2014-10-17 | ipv6: introduce tcp_v6_iif() | Eric Dumazet | 1 | -0/+9 |
| 2014-10-17 | ipv4: clean up cookie_v4_check() | Cong Wang | 1 | -3/+2 |
| 2014-10-17 | ipv4: share tcp_v4_save_options() with cookie_v4_check() | Cong Wang | 1 | -0/+20 |
| 2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -28/+57 |
| 2014-10-07 | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -9/+0 |
| 2014-09-30 | tcp: Change tcp_slow_start function to return void | Li RongQing | 1 | -1/+1 |
| 2014-09-29 | tcp: move TCP_ECN_create_request out of header | Florian Westphal | 1 | -34/+0 |
| 2014-09-29 | net: tcp: more detailed ACK events and events for CE marked packets | Florian Westphal | 1 | -1/+8 |
| 2014-09-29 | net: tcp: split ack slow/fast events from cwnd_event | Florian Westphal | 1 | -2/+6 |
| 2014-09-29 | net: tcp: add flag for ca to indicate that ECN is required | Daniel Borkmann | 1 | -17/+44 |
| 2014-09-29 | net: tcp: assign tcp cong_ops when tcp sk is created | Florian Westphal | 1 | -1/+1 |
| 2014-09-28 | tcp: change tcp_skb_pcount() location | Eric Dumazet | 1 | -2/+21 |
| 2014-09-28 | tcp: better TCP_SKB_CB layout to reduce cache line misses | Eric Dumazet | 1 | -6/+6 |
| 2014-09-28 | net: make tcp_cleanup_rbuf private | Dan Williams | 1 | -1/+0 |
| 2014-09-28 | net_dma: simple removal | Dan Williams | 1 | -8/+0 |
| 2014-09-05 | tcp: remove TCP_SKB_CB(skb)->when | Eric Dumazet | 1 | -6/+7 |
| 2014-09-05 | tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn | Eric Dumazet | 1 | -1/+6 |
| 2014-08-14 | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic | Hannes Frederic Sowa | 1 | -1/+1 |
| 2014-08-14 | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() | Neal Cardwell | 1 | -0/+1 |
| 2014-08-14 | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) | Andrey Vagin | 1 | -1/+3 |
| 2014-08-05 | tcp: reduce spurious retransmits due to transient SACK reneging | Neal Cardwell | 1 | -1/+1 |
| 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: switch snt_synack back to measuring transmit time of first SYNACK | Neal Cardwell | 1 | -1/+1 |
| 2014-06-27 | tcp: add tcp_conn_request | Octavian Purdila | 1 | -0/+3 |
| 2014-06-27 | tcp: add queue_add_hash to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+2 |
| 2014-06-27 | tcp: add mss_clamp to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+1 |
| 2014-06-27 | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack | Octavian Purdila | 1 | -0/+2 |
| 2014-06-27 | tcp: add send_synack method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+3 |
| 2014-06-27 | tcp: add init_seq method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+1 |
| 2014-06-27 | tcp: add route_req method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+3 |
| 2014-06-27 | tcp: add init_cookie_seq method to tcp_request_sock_ops | Octavian Purdila | 1 | -14/+20 |
| 2014-06-27 | tcp: add init_req method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+2 |
| 2014-06-27 | tcp: cookie_v4_init_sequence: skb should be const | Octavian Purdila | 1 | -2/+3 |
| 2014-06-17 | tcp: move ir_mark initialization to tcp_openreq_init | Octavian Purdila | 1 | -1/+2 |
| 2014-06-10 | tcp: add gfp parameter to tcp_fragment | Octavian Purdila | 1 | -1/+1 |
| 2014-05-22 | tcp: make cwnd-limited checks measurement-based, and gentler | Neal Cardwell | 1 | -3/+8 |
| 2014-05-13 | tcp: use tcp_v4_send_synack on first SYN-ACK | Yuchung Cheng | 1 | -7/+7 |
| 2014-05-13 | tcp: simplify fast open cookie processing | Yuchung Cheng | 1 | -8/+1 |
| 2014-05-13 | tcp: move fastopen functions to tcp_fastopen.c | Yuchung Cheng | 1 | -2/+8 |
| 2014-05-03 | tcp: remove in_flight parameter from cong_avoid() methods | Eric Dumazet | 1 | -5/+3 |
| 2014-05-02 | tcp: fix cwnd limited checking to improve congestion control | Eric Dumazet | 1 | -1/+21 |
| 2014-04-20 | tcp: make tcp_cwnd_application_limited() static | Weiping Pan | 1 | -1/+0 |
| 2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
| 2014-03-20 | tcp: syncookies: do not use getnstimeofday() | Eric Dumazet | 1 | -5/+6 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2014-02-26 | tcp: switch rtt estimations to usec resolution | Eric Dumazet | 1 | -3/+7 |
| 2014-02-22 | net-tcp: fastopen: fix high order allocations | Eric Dumazet | 1 | -1/+2 |
| 2014-02-13 | tcp: remove unused min_cwnd member of tcp_congestion_ops | Stanislav Fomichev | 1 | -3/+0 |
| 2013-12-29 | tcp: make local functions static | stephen hemminger | 1 | -3/+0 |
| 2013-12-17 | tcp: refine TSO splits | Eric Dumazet | 1 | -7/+0 |
| 2013-12-06 | tcp: auto corking | Eric Dumazet | 1 | -0/+1 |
| 2013-11-04 | tcp: properly handle stretch acks in slow start | Yuchung Cheng | 1 | -4/+3 |
| 2013-10-21 | tcp_memcontrol: Remove the per netns control. | Eric W. Biederman | 1 | -2/+1 |
| 2013-10-19 | tcp: switch tcp_fastopen key generation to net_get_random_once | Hannes Frederic Sowa | 1 | -1/+1 |
| 2013-10-19 | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand... | Hannes Frederic Sowa | 1 | -1/+0 |
| 2013-10-18 | tcp: rename tcp_tso_segment() | Eric Dumazet | 1 | -1/+1 |
| 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-08 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -1/+0 |
| 2013-09-24 | tcp: syncookies: reduce cookie lifetime to 128 seconds | Florian Westphal | 1 | -0/+18 |
| 2013-09-23 | tcp.h: Remove extern from function prototypes | Joe Perches | 1 | -216/+208 |
| 2013-09-04 | tcp: Change return value of tcp_rcv_established() | Vijay Subramanian | 1 | -2/+2 |
| 2013-08-29 | tcp: TSO packets automatic sizing | Eric Dumazet | 1 | -0/+1 |
| 2013-08-28 | net: syncookies: export cookie_v6_init_sequence/cookie_v6_check | Patrick McHardy | 1 | -0/+4 |
| 2013-08-28 | net: syncookies: export cookie_v4_init_sequence/cookie_v4_check | Patrick McHardy | 1 | -0/+4 |
| 2013-08-10 | tcp: add server ip to encrypt cookie in fast open | Yuchung Cheng | 1 | -1/+2 |
| 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/+14 |
| 2013-07-22 | tcp: prefer packet timing to TS-ECR for RTT | Yuchung Cheng | 1 | -1/+0 |
| 2013-07-22 | tcp: consolidate SYNACK RTT sampling | Yuchung Cheng | 1 | -9/+0 |
| 2013-06-25 | tcp: remove invalid __rcu annotation | Eric Dumazet | 1 | -3/+3 |
| 2013-06-13 | tcp: properly send new data in fast recovery in first RTT | Yuchung Cheng | 1 | -3/+2 |
| 2013-06-07 | net: tcp: move GRO/GSO functions to tcp_offload | Daniel Borkmann | 1 | -4/+5 |
| 2013-05-20 | tcp: md5: remove spinlock usage in fast path | Eric Dumazet | 1 | -3/+5 |
| 2013-05-19 | tcp: remove bad timeout logic in fast recovery | Yuchung Cheng | 1 | -1/+0 |
| 2013-04-12 | tcp: GSO should be TSQ friendly | Eric Dumazet | 1 | -0/+1 |
| 2013-04-02 | tcp: Remove dead sysctl_tcp_cookie_size declaration | Neal Cardwell | 1 | -1/+0 |
| 2013-03-21 | tcp: refactor F-RTO | Yuchung Cheng | 1 | -4/+0 |
| 2013-03-17 | tcp: Remove TCPCT | Christoph Paasch | 1 | -88/+1 |
| 2013-03-12 | tcp: Tail loss probe (TLP) | Nandita Dukkipati | 1 | -2/+4 |
| 2013-03-07 | tcp: uninline tcp_prequeue() | Eric Dumazet | 1 | -44/+1 |
| 2013-02-28 | tcp: avoid wakeups for pure ACK | Eric Dumazet | 1 | -0/+4 |
| 2013-02-05 | tcp: remove Appropriate Byte Count support | Stephen Hemminger | 1 | -1/+0 |
| 2013-01-06 | tcp: make sysctl_tcp_ecn namespace aware | Hannes Frederic Sowa | 1 | -4/+5 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+0 |
| 2012-12-07 | tcp: bug fix Fast Open client retransmission | Yuchung Cheng | 1 | -0/+1 |
| 2012-11-23 | tcp: remove dead prototype for tcp_v4_get_peer() | Neal Cardwell | 1 | -1/+0 |
| 2012-09-22 | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS | Neal Cardwell | 1 | -0/+1 |
| 2012-09-22 | tcp: extract code to compute SYNACK RTT | Neal Cardwell | 1 | -0/+9 |
| 2012-09-03 | tcp: use PRR to reduce cwin in CWR state | Yuchung Cheng | 1 | -2/+8 |
| 2012-08-31 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 1 | -2/+4 |
| 2012-08-31 | tcp: TCP Fast Open Server - header & support functions | Jerry Chu | 1 | -7/+39 |
| 2012-08-31 | tcp: Increase timeout for SYN segments | Alex Bergmann | 1 | -4/+14 |
| 2012-08-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 1 | -1/+2 |
| 2012-08-14 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 1 | -1/+2 |
| 2012-08-09 | net: tcp: ipv6_mapped needs sk_rx_dst_set method | Eric Dumazet | 1 | -0/+1 |
| 2012-07-20 | tcp: improve latencies of timer triggered events | Eric Dumazet | 1 | -0/+2 |
| 2012-07-19 | net-tcp: Fast Open client - cookie-less mode | Yuchung Cheng | 1 | -0/+1 |
| 2012-07-19 | net-tcp: Fast Open client - detecting SYN-data drops | Yuchung Cheng | 1 | -2/+4 |
| 2012-07-19 | net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) | Yuchung Cheng | 1 | -0/+3 |
| 2012-07-19 | net-tcp: Fast Open client - sending SYN-data | Yuchung Cheng | 1 | -0/+9 |
| 2012-07-19 | net-tcp: Fast Open client - cookie cache | Yuchung Cheng | 1 | -0/+4 |
| 2012-07-19 | net-tcp: Fast Open base | Yuchung Cheng | 1 | -1/+8 |
| 2012-07-17 | tcp: implement RFC 5961 3.2 | Eric Dumazet | 1 | -0/+1 |
| 2012-07-11 | tcp: TCP Small Queues | Eric Dumazet | 1 | -0/+4 |
| 2012-07-10 | tcp: Move timestamps from inetpeer to metrics cache. | David S. Miller | 1 | -1/+4 |
| 2012-07-10 | tcp: Maintain dynamic metrics in local cache. | David S. Miller | 1 | -0/+1 |
| 2012-07-10 | tcp: Abstract back handling peer aliveness test into helper function. | David S. Miller | 1 | -0/+1 |
| 2012-07-10 | tcp: Move dynamnic metrics handling into seperate file. | David S. Miller | 1 | -0/+4 |
| 2012-06-27 | ipv4: Kill early demux method return value. | David S. Miller | 1 | -1/+1 |
| 2012-06-27 | Revert "ipv4: tcp: dont cache unconfirmed intput dst" | David S. Miller | 1 | -1/+1 |
| 2012-06-27 | ipv4: tcp: dont cache unconfirmed intput dst | Eric Dumazet | 1 | -1/+1 |
| 2012-06-19 | ipv4: Early TCP socket demux. | David S. Miller | 1 | -0/+1 |
| 2012-06-09 | [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. | David S. Miller | 1 | -1/+0 |
| 2012-06-09 | tcp: Get rid of inetpeer special cases. | David S. Miller | 1 | -1/+1 |
| 2012-05-17 | tcp: bool conversions | Eric Dumazet | 1 | -28/+28 |
| 2012-05-10 | tcp: Move rcvq sending to tcp_input.c | Pavel Emelyanov | 1 | -2/+1 |
| 2012-05-04 | tcp: be more strict before accepting ECN negociation | Eric Dumazet | 1 | -7/+16 |
| 2012-05-02 | net: implement tcp coalescing in tcp_queue_rcv() | Eric Dumazet | 1 | -1/+2 |
| 2012-05-02 | tcp: early retransmit: delayed fast retransmit | Yuchung Cheng | 1 | -0/+3 |
| 2012-05-02 | tcp: early retransmit | Yuchung Cheng | 1 | -0/+15 |
| 2012-04-27 | ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing | Eric Dumazet | 1 | -2/+2 |
| 2012-04-21 | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() | Neal Cardwell | 1 | -0/+1 |
| 2012-04-21 | tcp: Initial repair mode | Pavel Emelyanov | 1 | -0/+2 |
| 2012-04-21 | tcp: Move code around | Pavel Emelyanov | 1 | -0/+3 |
| 2012-04-16 | tcp: restore formatting of macros for tcp_skb_cb sacked field | Neal Cardwell | 1 | -2/+3 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -1/+1 |
| 2012-04-14 | tcp: RFC6298 supersedes RFC2988bis | Eric Dumazet | 1 | -1/+1 |
| 2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
| 2012-03-04 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
| 2012-03-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
| 2012-02-28 | tcp: fix comment for tp->highest_sack | Neal Cardwell | 1 | -2/+3 |
| 2012-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+12 |
| 2012-02-01 | net: Disambiguate kernel message | Arun Sharma | 1 | -4/+10 |
| 2012-02-01 | tcp: md5: protects md5sig_info with RCU | Eric Dumazet | 1 | -0/+1 |
| 2012-01-31 | tcp: md5: rcu conversion | Eric Dumazet | 1 | -32/+29 |
| 2012-01-31 | tcp: md5: remove obsolete md5_add() method | Eric Dumazet | 1 | -4/+0 |
| 2012-01-30 | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL | Glauber Costa | 1 | -0/+2 |
| 2011-12-21 | tcp: Replace constants with #define macros | Vijay Subramanian | 1 | -2/+2 |
| 2011-12-12 | per-netns ipv4 sysctl_tcp_mem | Glauber Costa | 1 | -1/+0 |
| 2011-12-12 | foundations of per-cgroup memory pressure controlling. | Glauber Costa | 1 | -1/+2 |
| 2011-12-11 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 1 | -3/+3 |
| 2011-11-29 | tcp: do not scale TSO segment size with reordering degree | Neal Cardwell | 1 | -0/+8 |
| 2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
| 2011-11-01 | net: make the tcp and udp file_operations for the /proc stuff const | Arjan van de Ven | 1 | -4/+6 |
| 2011-10-24 | TCP: remove TCP_DEBUG | Flavio Leitner | 1 | -1/+0 |
| 2011-10-24 | tcp: md5: add more const attributes | Eric Dumazet | 1 | -8/+9 |
| 2011-10-24 | tcp: md5: dont write skb head in tcp_md5_hash_header() | Eric Dumazet | 1 | -1/+1 |
| 2011-10-21 | tcp: add const qualifiers where possible | Eric Dumazet | 1 | -20/+23 |
| 2011-09-27 | tcp: rename tcp_skb_cb flags | Eric Dumazet | 1 | -1/+1 |
| 2011-09-27 | tcp: unalias tcp_skb_cb flags and ip_dsfield | Eric Dumazet | 1 | -1/+2 |
| 2011-09-27 | tcp: ECN blackhole should not force quickack mode | Eric Dumazet | 1 | -0/+1 |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -1/+21 |
| 2011-09-18 | tcp: fix build error if !CONFIG_SYN_COOKIES | Eric Dumazet | 1 | -1/+18 |
| 2011-09-17 | tcp: md5: remove one indirection level in tcp_md5sig_pool | Eric Dumazet | 1 | -1/+1 |
| 2011-09-15 | tcp: Change possible SYN flooding messages | Eric Dumazet | 1 | -0/+3 |
| 2011-06-08 | tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side | Jerry Chu | 1 | -2/+9 |
| 2011-02-20 | tcp: Remove debug macro of TCP_CHECK_TIMER | Shan Wei | 1 | -2/+0 |
| 2011-02-05 | tcp: Add reference to initial CWND ietf draft. | David S. Miller | 1 | -1/+1 |
| 2011-02-02 | tcp: Increase the initial congestion window to 10. | David S. Miller | 1 | -9/+3 |
| 2011-01-24 | net: change netdev->features to u32 | Michał Mirosław | 1 | -1/+1 |
| 2010-12-20 | TCP: increase default initial receive window. | Nandita Dukkipati | 1 | -0/+3 |
| 2010-12-19 | net: kill unused macros | Shan Wei | 1 | -2/+0 |
| 2010-12-16 | tcp: relax tcp_paws_check() | Eric Dumazet | 1 | -1/+7 |
| 2010-12-02 | net: kill unused macros from head file | Shan Wei | 1 | -6/+0 |
| 2010-12-01 | timewait_sock: Create and use getpeer op. | David S. Miller | 1 | -0/+1 |
| 2010-11-30 | inet: Turn ->remember_stamp into ->get_peer in connection AF ops. | David S. Miller | 1 | -1/+1 |
| 2010-11-10 | net: avoid limits overflow | Eric Dumazet | 1 | -3/+3 |
| 2010-09-29 | tcp: tcp_enter_quickack_mode can be static | stephen hemminger | 1 | -2/+0 |