| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-29 | tcp: update reordering first before detecting loss | Yuchung Cheng | 1 | -4/+2 |
| 2015-04-29 | tcp: add tcpi_bytes_received to tcp_info | Eric Dumazet | 1 | -4/+13 |
| 2015-04-29 | tcp: add tcpi_bytes_acked to tcp_info | Eric Dumazet | 1 | -2/+11 |
| 2015-04-21 | tcp: add memory barriers to write space paths | jbaron@akamai.com | 1 | -0/+2 |
| 2015-04-13 | tcp: fix bogus RTT for CC when retransmissions are acked | Kenneth Klette Jonassen | 1 | -6/+4 |
| 2015-04-07 | tcp: RFC7413 option support for Fast Open client | Daniel Lee | 1 | -10/+19 |
| 2015-04-07 | tcp: RFC7413 option support for Fast Open server | Daniel Lee | 1 | -12/+30 |
| 2015-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+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 | -8/+8 |
| 2015-04-02 | tcp: fix FRTO undo on cumulative ACK of SACKed range | Neal Cardwell | 1 | -3/+4 |
| 2015-03-29 | tcp: tcp_syn_flood_action() can be static | Eric Dumazet | 1 | -0/+29 |
| 2015-03-25 | tcp: fix ipv4 mapped request socks | Eric Dumazet | 1 | -1/+1 |
| 2015-03-20 | inet: drop prev pointer handling in request sock | Eric Dumazet | 1 | -1/+1 |
| 2015-03-17 | inet: fix request sock refcounting | Eric Dumazet | 1 | -4/+0 |
| 2015-03-17 | tcp: rename struct tcp_request_sock listener | Eric Dumazet | 1 | -1/+1 |
| 2015-03-17 | inet: add rsk_listener field to struct request_sock | Eric Dumazet | 1 | -1/+1 |
| 2015-03-17 | inet: uninline inet_reqsk_alloc() | Eric Dumazet | 1 | -0/+24 |
| 2015-03-17 | inet: add sk_listener argument to inet_reqsk_alloc() | Eric Dumazet | 1 | -2/+1 |
| 2015-03-17 | tcp: uninline tcp_oow_rate_limited() | Eric Dumazet | 1 | -0/+30 |
| 2015-03-17 | tcp: move tcp_openreq_init() to tcp_input.c | Eric Dumazet | 1 | -0/+25 |
| 2015-03-14 | inet: fill request sock ir_iif for IPv4 | Eric Dumazet | 1 | -0/+3 |
| 2015-03-12 | ipv6: add missing ireq_net & ir_cookie initializations | Eric Dumazet | 1 | -1/+0 |
| 2015-03-11 | net: fix CONFIG_NET_NS=n compilation | Eric Dumazet | 1 | -1/+1 |
| 2015-03-11 | net: add real socket cookies | Eric Dumazet | 1 | -0/+2 |
| 2015-02-22 | tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight() | Neal Cardwell | 1 | -1/+1 |
| 2015-02-08 | tcp: mitigate ACK loops for connections as tcp_sock | Neal Cardwell | 1 | -7/+22 |
| 2015-02-08 | tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks | Neal Cardwell | 1 | -0/+1 |
| 2015-02-02 | net: dctcp: loosen requirement to assert ECT(0) during 3WHS | Florian Westphal | 1 | -9/+5 |
| 2015-01-31 | tcp: use SACK RTTs for CC | Kenneth Klette Jonassen | 1 | -2/+4 |
| 2015-01-13 | tcp: avoid reducing cwnd when ACK+DSACK is received | Sébastien Barré | 1 | -19/+19 |
| 2014-12-09 | switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) | Al Viro | 1 | -4/+3 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -1/+1 |
| 2014-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2014-11-21 | tcp: Restore RFC5961-compliant behavior for SYN packets | Calvin Owens | 1 | -2/+2 |
| 2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 1 | -4/+4 |
| 2014-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -29/+31 |
| 2014-11-05 | tcp: zero retrans_stamp if all retrans were acked | Marcelo Leitner | 1 | -29/+31 |
| 2014-11-04 | net: allow setting ecn via routing table | Florian Westphal | 1 | -10/+15 |
| 2014-10-30 | tcp: Correction to RFC number in comment | Sowmini Varadhan | 1 | -1/+1 |
| 2014-10-30 | ipv4: minor spelling fixes | stephen hemminger | 1 | -1/+1 |
| 2014-10-29 | tcp: allow for bigger reordering level | Eric Dumazet | 1 | -1/+2 |
| 2014-10-14 | tcp: fix tcp_ack() performance problem | Eric Dumazet | 1 | -9/+27 |
| 2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -122/+163 |
| 2014-10-07 | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -75/+8 |
| 2014-09-29 | tcp: change TCP_ECN prefixes to lower case | Florian Westphal | 1 | -19/+22 |
| 2014-09-29 | tcp: move TCP_ECN_create_request out of header | Florian Westphal | 1 | -1/+35 |
| 2014-09-29 | net: tcp: more detailed ACK events and events for CE marked packets | Florian Westphal | 1 | -4/+18 |
| 2014-09-29 | net: tcp: split ack slow/fast events from cwnd_event | Florian Westphal | 1 | -2/+10 |
| 2014-09-29 | net: tcp: add flag for ca to indicate that ECN is required | Daniel Borkmann | 1 | -1/+1 |
| 2014-09-28 | tcp: use tcp_flags in tcp_data_queue() | Peter Pan(潘卫平) | 1 | -3/+2 |
| 2014-09-28 | tcp: change tcp_skb_pcount() location | Eric Dumazet | 1 | -4/+4 |
| 2014-09-28 | net_dma: revert 'copied_early' | Dan Williams | 1 | -14/+8 |
| 2014-09-28 | net_dma: simple removal | Dan Williams | 1 | -61/+0 |
| 2014-09-23 | tcp: add coalescing attempt in tcp_ofo_queue() | Eric Dumazet | 1 | -42/+47 |
| 2014-09-22 | tcp: avoid possible arithmetic overflows | Eric Dumazet | 1 | -2/+3 |
| 2014-09-19 | tcp: do not fake tcp headers in tcp_send_rcvq() | Eric Dumazet | 1 | -9/+4 |
| 2014-09-15 | tcp: do not copy headers in tcp_collapse() | Eric Dumazet | 1 | -15/+2 |
| 2014-09-15 | tcp: allow segment with FIN in tcp_try_coalesce() | Eric Dumazet | 1 | -3/+1 |
| 2014-09-15 | tcp: use TCP_SKB_CB(skb)->tcp_flags in input path | Eric Dumazet | 1 | -5/+5 |
| 2014-09-05 | tcp: remove TCP_SKB_CB(skb)->when | Eric Dumazet | 1 | -1/+2 |
| 2014-09-05 | tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn | Eric Dumazet | 1 | -1/+1 |
| 2014-08-22 | tcp: improve undo on timeout | Yuchung Cheng | 1 | -15/+11 |
| 2014-08-14 | tcp: fix ssthresh and undo for consecutive short FRTO episodes | Neal Cardwell | 1 | -5/+3 |
| 2014-08-14 | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic | Hannes Frederic Sowa | 1 | -3/+6 |
| 2014-08-13 | net-timestamp: fix missing ACK timestamp | Willem de Bruijn | 1 | -5/+5 |
| 2014-08-05 | net-timestamp: ACK timestamp for bytestreams | Willem de Bruijn | 1 | -0/+6 |
| 2014-08-05 | tcp: reduce spurious retransmits due to transient SACK reneging | Neal Cardwell | 1 | -11/+18 |
| 2014-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2014-07-15 | tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction | Christoph Paasch | 1 | -8/+7 |
| 2014-07-07 | tcp: fix false undo corner cases | Yuchung Cheng | 1 | -4/+4 |
| 2014-06-29 | tcp: tcp_conn_request: fix build error when IPv6 is disabled | Octavian Purdila | 1 | -1/+3 |
| 2014-06-27 | tcp: add tcp_conn_request | Octavian Purdila | 1 | -0/+148 |
| 2014-06-19 | tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb | Neal Cardwell | 1 | -1/+1 |
| 2014-06-10 | tcp: add gfp parameter to tcp_fragment | Octavian Purdila | 1 | -2/+3 |
| 2014-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+5 |
| 2014-06-02 | tcp: fix cwnd undo on DSACK in F-RTO | Yuchung Cheng | 1 | -6/+5 |
| 2014-05-03 | tcp: remove in_flight parameter from cong_avoid() methods | Eric Dumazet | 1 | -5/+4 |
| 2014-04-20 | tcp: make tcp_cwnd_application_limited() static | Weiping Pan | 1 | -22/+0 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -5/+5 |
| 2014-03-10 | tcp: timestamp SYN+DATA messages | Eric Dumazet | 1 | -0/+1 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2014-03-03 | tcp: snmp stats for Fast Open, SYN rtx, and data pkts | Yuchung Cheng | 1 | -0/+3 |
| 2014-03-03 | tcp: fix bogus RTT on special retransmission | Yuchung Cheng | 1 | -1/+2 |
| 2014-02-26 | tcp: switch rtt estimations to usec resolution | Eric Dumazet | 1 | -95/+88 |
| 2014-02-06 | tcp: remove 1ms offset in srtt computation | Eric Dumazet | 1 | -8/+10 |
| 2013-12-29 | tcp: make local functions static | stephen hemminger | 1 | -1/+1 |
| 2013-12-26 | ipv4: do clean up with spaces | Weilong Chen | 1 | -2/+2 |
| 2013-11-04 | tcp: properly handle stretch acks in slow start | Yuchung Cheng | 1 | -3/+3 |
| 2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+25 |
| 2013-10-27 | tcp: do not rearm RTO when future data are sacked | Yuchung Cheng | 1 | -3/+10 |
| 2013-10-27 | tcp: only take RTT from timestamps if new data is acked | Yuchung Cheng | 1 | -1/+2 |
| 2013-10-27 | tcp: fix SYNACK RTT estimation in Fast Open | Yuchung Cheng | 1 | -5/+13 |
| 2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2013-10-21 | tcp: initialize passive-side sk_pacing_rate after 3WHS | Neal Cardwell | 1 | -0/+2 |
| 2013-10-17 | tcp: fix incorrect ca_state in tail loss probe | Yuchung Cheng | 1 | -1/+1 |
| 2013-10-10 | tcp: use ACCESS_ONCE() in tcp_update_pacing_rate() | Eric Dumazet | 1 | -1/+6 |
| 2013-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
| 2013-10-04 | tcp: do not forget FIN in tcp_shifted_skb() | Eric Dumazet | 1 | -1/+4 |
| 2013-10-03 | net: ipv4: Change variable type to bool | Peter Senna Tschudin | 1 | -1/+1 |
| 2013-10-02 | tcp: sndbuf autotuning improvements | Eric Dumazet | 1 | -13/+25 |
| 2013-09-28 | net: introduce SO_MAX_PACING_RATE | Eric Dumazet | 1 | -1/+1 |
| 2013-09-24 | tcp: fix dynamic right sizing | Eric Dumazet | 1 | -31/+53 |
| 2013-09-06 | tcp: properly increase rcv_ssthresh for ofo packets | Eric Dumazet | 1 | -1/+4 |
| 2013-09-06 | tcp: fix no cwnd growth after timeout | Yuchung Cheng | 1 | -4/+2 |
| 2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+6 |
| 2013-09-04 | tcp: Change return value of tcp_rcv_established() | Vijay Subramanian | 1 | -7/+6 |
| 2013-08-29 | tcp: TSO packets automatic sizing | Eric Dumazet | 1 | -1/+31 |
| 2013-08-29 | tcp: don't apply tsoffset if rcv_tsecr is zero | Andrew Vagin | 1 | -3/+6 |
| 2013-08-22 | tcp: increase throughput when reordering is high | Yuchung Cheng | 1 | -12/+20 |
| 2013-08-13 | tcp: reset reordering est. selectively on timeout | Yuchung Cheng | 1 | -2/+7 |
| 2013-07-22 | tcp: use RTT from SACK for RTO | Yuchung Cheng | 1 | -9/+14 |
| 2013-07-22 | tcp: measure RTT from new SACK | Yuchung Cheng | 1 | -6/+17 |
| 2013-07-22 | tcp: prefer packet timing to TS-ECR for RTT | Yuchung Cheng | 1 | -49/+18 |
| 2013-07-22 | tcp: consolidate SYNACK RTT sampling | Yuchung Cheng | 1 | -2/+12 |
| 2013-06-19 | tcp: introduce a per-route knob for quick ack | Cong Wang | 1 | -1/+4 |
| 2013-06-13 | tcp: properly send new data in fast recovery in first RTT | Yuchung Cheng | 1 | -11/+2 |
| 2013-05-30 | tcp: undo on DSACK during recovery | Yuchung Cheng | 1 | -1/+7 |
| 2013-05-30 | tcp: fix undo on partial ack in recovery | Yuchung Cheng | 1 | -26/+33 |
| 2013-05-30 | tcp: refactor undo functions | Yuchung Cheng | 1 | -47/+50 |
| 2013-05-30 | tcp: consolidate PRR packet accounting | Yuchung Cheng | 1 | -25/+20 |
| 2013-05-25 | tcp: Remove 2 indentation levels in tcp_rcv_state_process | Joe Perches | 1 | -37/+39 |
| 2013-05-25 | tcp: Remove another indentation level in tcp_rcv_state_process | Joe Perches | 1 | -59/+51 |
| 2013-05-25 | tcp: remove one indentation level in tcp_rcv_state_process() | Eric Dumazet | 1 | -136/+133 |
| 2013-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+13 |
| 2013-05-23 | tcp: bug fix in proportional rate reduction. | Nandita Dukkipati | 1 | -10/+13 |
| 2013-05-19 | tcp: remove bad timeout logic in fast recovery | Yuchung Cheng | 1 | -64/+1 |
| 2013-05-16 | tcp: speedup tcp_fixup_rcvbuf() | Eric Dumazet | 1 | -3/+1 |
| 2013-04-29 | net: Add MIB counters for checksum errors | Eric Dumazet | 1 | -0/+1 |
| 2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -33/+31 |
| 2013-04-19 | tcp: call tcp_replace_ts_recent() from tcp_ack() | Eric Dumazet | 1 | -33/+31 |
| 2013-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+2 |
| 2013-03-24 | tcp: undo spurious timeout after SACK reneging | Yuchung Cheng | 1 | -5/+2 |
| 2013-03-21 | tcp: implement RFC5682 F-RTO | Yuchung Cheng | 1 | -13/+60 |
| 2013-03-21 | tcp: refactor CA_Loss state processing | Yuchung Cheng | 1 | -16/+26 |
| 2013-03-21 | tcp: refactor F-RTO | Yuchung Cheng | 1 | -371/+4 |
| 2013-03-17 | tcp: Remove TCPCT | Christoph Paasch | 1 | -62/+7 |
| 2013-03-12 | tcp: TLP loss detection. | Nandita Dukkipati | 1 | -0/+39 |
| 2013-03-12 | tcp: Tail loss probe (TLP) | Nandita Dukkipati | 1 | -9/+15 |
| 2013-03-04 | tcp: fix double-counted receiver RTT when leaving receiver fast path | Neal Cardwell | 1 | -3/+3 |
| 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 | -1/+7 |
| 2013-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+6 |
| 2013-02-06 | tcp: fix for zero packets_in_flight was too broad | Ilpo Järvinen | 1 | -2/+6 |
| 2013-02-05 | tcp: remove Appropriate Byte Count support | Stephen Hemminger | 1 | -15/+0 |
| 2013-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2013-02-03 | tcp: frto should not set snd_cwnd to 0 | Eric Dumazet | 1 | -1/+2 |
| 2013-01-31 | tcp: detect SYN/data drop when F-RTO is disabled | Yuchung Cheng | 1 | -2/+1 |
| 2013-01-28 | net: fix possible wrong checksum generation | Eric Dumazet | 1 | -2/+2 |
| 2013-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2013-01-10 | tcp: accept RST without ACK flag | Eric Dumazet | 1 | -2/+2 |
| 2013-01-06 | tcp: make sysctl_tcp_ecn namespace aware | Hannes Frederic Sowa | 1 | -2/+0 |
| 2012-12-26 | tcp: should drop incoming frames without ACK flag set | Eric Dumazet | 1 | -4/+10 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -19/+26 |
| 2012-12-07 | tcp: bug fix Fast Open client retransmission | Yuchung Cheng | 1 | -1/+5 |
| 2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+10 |
| 2012-11-13 | tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() | Eric Dumazet | 1 | -5/+10 |
| 2012-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+14 |
| 2012-11-03 | tcp: better retrans tracking for defer-accept | Eric Dumazet | 1 | -1/+1 |
| 2012-11-02 | tcp-repair: Handle zero-length data put in rcv queue | Pavel Emelyanov | 1 | -0/+3 |
| 2012-10-23 | tcp: Reject invalid ack_seq to Fast Open sockets | Jerry Chu | 1 | -2/+10 |
| 2012-10-22 | tcp: add SYN/data info to TCP_INFO | Yuchung Cheng | 1 | -0/+1 |
| 2012-10-22 | tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation | Eric Dumazet | 1 | -18/+25 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+2 |
| 2012-09-22 | tcp: TCP Fast Open Server - record retransmits after 3WHS | Neal Cardwell | 1 | -0/+2 |
| 2012-09-22 | tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets | Neal Cardwell | 1 | -1/+2 |
| 2012-09-22 | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS | Neal Cardwell | 1 | -0/+1 |
| 2012-09-18 | tcp: fix regression in urgent data handling | Eric Dumazet | 1 | -3/+2 |
| 2012-09-03 | tcp: use PRR to reduce cwin in CWR state | Yuchung Cheng | 1 | -78/+41 |
| 2012-09-03 | tcp: move tcp_update_cwnd_in_recovery | Yuchung Cheng | 1 | -32/+32 |
| 2012-09-03 | tcp: move tcp_enter_cwr() | Yuchung Cheng | 1 | -23/+23 |
| 2012-08-31 | tcp: TCP Fast Open Server - main code path | Jerry Chu | 1 | -13/+58 |
| 2012-08-31 | tcp: TCP Fast Open Server - header & support functions | Jerry Chu | 1 | -2/+2 |
| 2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+7 |
| 2012-08-24 | tcp: fix cwnd reduction for non-sack recovery | Yuchung Cheng | 1 | -8/+7 |
| 2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2012-08-15 | net: remove wrong initialization for snd_wl1 | Razvan Ghitulete | 1 | -2/+1 |
| 2012-08-06 | tcp: ecn: dont delay ACKS after CE | Eric Dumazet | 1 | -1/+5 |
| 2012-08-06 | net: ipv6: fix TCP early demux | Eric Dumazet | 1 | -1/+3 |
| 2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -10/+11 |
| 2012-07-31 | netvm: prevent a stream-specific deadlock | Mel Gorman | 1 | -10/+11 |
| 2012-07-30 | net: ipv4: fix RCU races on dst refcounts | Eric Dumazet | 1 | -2/+1 |
| 2012-07-27 | tcp: perform DMA to userspace only if there is a task waiting for it | Jiri Kosina | 1 | -1/+3 |
| 2012-07-27 | ipv4: fix TCP early demux | Eric Dumazet | 1 | -0/+1 |
| 2012-07-23 | ipv4: Prepare for change of rt->rt_iif encoding. | David S. Miller | 1 | -12/+0 |
| 2012-07-20 | tcp: Return bool instead of int where appropriate | Vijay Subramanian | 1 | -8/+8 |
| 2012-07-19 | net-tcp: Fast Open client - cookie-less mode | Yuchung Cheng | 1 | -2/+6 |
| 2012-07-19 | net-tcp: Fast Open client - detecting SYN-data drops | Yuchung Cheng | 1 | -1/+9 |
| 2012-07-19 | net-tcp: Fast Open client - receiving SYN-ACK | Yuchung Cheng | 1 | -5/+35 |
| 2012-07-19 | net-tcp: Fast Open base | Yuchung Cheng | 1 | -4/+22 |
| 2012-07-18 | tcp: refine SYN handling in tcp_validate_incoming | Eric Dumazet | 1 | -1/+5 |
| 2012-07-17 | tcp: implement RFC 5961 4.2 | Eric Dumazet | 1 | -17/+15 |
| 2012-07-17 | tcp: implement RFC 5961 3.2 | Eric Dumazet | 1 | -1/+30 |
| 2012-07-16 | tcp: add OFO snmp counters | Eric Dumazet | 1 | -2/+5 |
| 2012-07-10 | tcp: Move dynamnic metrics handling into seperate file. | David S. Miller | 1 | -186/+2 |
| 2012-07-05 | net: Do delayed neigh confirmation. | David S. Miller | 1 | -6/+13 |
| 2012-06-19 | ipv4: Early TCP socket demux. | David S. Miller | 1 | -1/+15 |
| 2012-05-24 | tcp: take care of overlaps in tcp_try_coalesce() | Eric Dumazet | 1 | -0/+5 |
| 2012-05-19 | net: introduce skb_try_coalesce() | Eric Dumazet | 1 | -64/+3 |
| 2012-05-17 | tcp: bool conversions | Eric Dumazet | 1 | -106/+108 |