| 2012-07-30 |
Sepherosa Ziehau | tcp: Increase tcp_sosend_agglim from 2 to 3 |
blob | commitdiff |
| 2012-06-27 |
Sepherosa Ziehau | tcp: Add XMITNOW which bypasses the Nagle algorithm... |
blob | commitdiff | diff to current |
| 2012-06-14 |
Sepherosa Ziehau | tcp: Properly detect duplicated FIN |
blob | commitdiff | diff to current |
| 2012-05-30 |
Sepherosa Ziehau | tcp: Only tcpopt.to_flags are needed in tcp_recv_dupack() |
blob | commitdiff | diff to current |
| 2012-05-30 |
Sepherosa Ziehau | tcp: Even for PAWS tolerance, no segments should follow... |
blob | commitdiff | diff to current |
| 2012-05-30 |
Sepherosa Ziehau | tcp: Don't let fast retransmit disrupt RTO rebasing |
blob | commitdiff | diff to current |
| 2012-05-30 |
Sepherosa Ziehau | tcp/reass: Fix the cases that FIN got lost during reass... |
blob | commitdiff | diff to current |
| 2012-05-28 |
Sepherosa Ziehau | tcp/sack: Only retransmit unSACKed data when fast retra... |
blob | commitdiff | diff to current |
| 2012-05-25 |
Sepherosa Ziehau | tcp: Enable RFC3517bis by default |
blob | commitdiff | diff to current |
| 2012-05-25 |
Sepherosa Ziehau | tcp: Function renaming |
blob | commitdiff | diff to current |
| 2012-05-25 |
Sepherosa Ziehau | tcp/sack: Force out more segments allowed by "pipe... |
blob | commitdiff | diff to current |
| 2012-05-25 |
Sepherosa Ziehau | tcp/sack: Use RFC3517bis IsLost(snd_una) as fallback... |
blob | commitdiff | diff to current |
| 2012-05-24 |
Sepherosa Ziehau | tcp: Indentation |
blob | commitdiff | diff to current |
| 2012-05-23 |
Sepherosa Ziehau | tcp: Simplify "extended limited transmit" logic a littl... |
blob | commitdiff | diff to current |
| 2012-05-18 |
Sepherosa Ziehau | tcp: Implement RFC4653 Non-Congestion Robustness (NCR) |
blob | commitdiff | diff to current |
| 2012-05-18 |
Sepherosa Ziehau | tcp: Improve RFC3517bis support |
blob | commitdiff | diff to current |
| 2012-05-17 |
Sepherosa Ziehau | tcp: Make PAWS robust against segments reordering |
blob | commitdiff | diff to current |
| 2012-05-16 |
Sepherosa Ziehau | tcp: Use TAILQ for segments reassemble queue |
blob | commitdiff | diff to current |
| 2012-05-11 |
Sepherosa Ziehau | tcp: Properly count duplicated ACKs |
blob | commitdiff | diff to current |
| 2012-05-11 |
Sepherosa Ziehau | tcp: Add rxt_flags for spurious retransmit detection |
blob | commitdiff | diff to current |
| 2012-05-11 |
Sepherosa Ziehau | tcp: Add sack_flags for SACK related operations |
blob | commitdiff | diff to current |
| 2012-05-10 |
Sepherosa Ziehau | tcp: Adjust early rexmit start condition for the adapti... |
blob | commitdiff | diff to current |
| 2012-05-09 |
Sepherosa Ziehau | tcp/sack: Don't reduce retransmit threshold as recommen... |
blob | commitdiff | diff to current |
| 2012-05-09 |
Sepherosa Ziehau | tcp/sack: Implement RFC3517bis |
blob | commitdiff | diff to current |
| 2012-05-04 |
Sepherosa Ziehau | tcp: Per-connection DupThresh |
blob | commitdiff | diff to current |
| 2012-05-04 |
Sepherosa Ziehau | tcp: Disable aggressive rescue retransmission for SACK... |
blob | commitdiff | diff to current |
| 2012-05-04 |
Sepherosa Ziehau | tcp: Dragging RescueRxt along with HighRxt should depen... |
blob | commitdiff | diff to current |
| 2012-05-04 |
Sepherosa Ziehau | tcp: Move useless DSACK detection before increasing... |
blob | commitdiff | diff to current |
| 2012-05-03 |
Sepherosa Ziehau | tcp: Ignore duplicate ACK carries useless DSACK |
blob | commitdiff | diff to current |
| 2012-05-01 |
Sascha Wildner | kernel: Adjust some indentation. |
blob | commitdiff | diff to current |
| 2012-04-30 |
Sepherosa Ziehau | tcp: Implement part of Eifel Response Algorithm (RFC4015) |
blob | commitdiff | diff to current |
| 2012-04-27 |
Sepherosa Ziehau | tcp: Fix window scaling for accecpted socket |
blob | commitdiff | diff to current |
| 2012-04-26 |
Sepherosa Ziehau | tcp: Balance aggressiveness of SACK rescue retransmission |
blob | commitdiff | diff to current |
| 2012-04-25 |
Sepherosa Ziehau | tcp: Implement "Rescue Retransmission for SACK-based... |
blob | commitdiff | diff to current |
| 2012-04-19 |
Sepherosa Ziehau | tcp: Reimplement TCP_FASTKEEP socket option using per... |
blob | commitdiff | diff to current |
| 2012-04-18 |
Sepherosa Ziehau | socket: Change sysctl names sosnd -> sosend, no functio... |
blob | commitdiff | diff to current |
| 2012-04-12 |
Sepherosa Ziehau | tcp: Staticize tcp_do_rfc3390 |
blob | commitdiff | diff to current |
| 2012-04-12 |
Sepherosa Ziehau | tcp: "Reasonably" reduce IW after SYN retransmition... |
blob | commitdiff | diff to current |
| 2012-04-11 |
Sepherosa Ziehau | tcp: Factor out tcp_initial_window; ease further IW... |
blob | commitdiff | diff to current |
| 2012-04-11 |
Sepherosa Ziehau | tcp_input: Partly revert 98cb2337e1000153d84b64a5e9aabb... |
blob | commitdiff | diff to current |
| 2012-04-11 |
Sepherosa Ziehau | tcp_input: Use acceptable_window_update when applicable |
blob | commitdiff | diff to current |
| 2012-04-11 |
Sepherosa Ziehau | tcp/sack: Cleanup the SACK related bits when return... |
blob | commitdiff | diff to current |
| 2012-04-11 |
Sepherosa Ziehau | tcp/sack: Take FIN bit into consideration when setup... |
blob | commitdiff | diff to current |
| 2012-03-28 |
Sepherosa Ziehau | tcp/sack: Add more statistics |
blob | commitdiff | diff to current |
| 2012-03-26 |
Sepherosa Ziehau | tcp: Properly update tcps_rttcantdetect |
blob | commitdiff | diff to current |
| 2012-03-26 |
Sepherosa Ziehau | tcp/sack: Prevent invalid SACK option from being processed |
blob | commitdiff | diff to current |
| 2012-03-16 |
Sepherosa Ziehau | tcp: Lowering initial RTO according to RFC 6298 |
blob | commitdiff | diff to current |
| 2012-03-16 |
Sepherosa Ziehau | tcp: More RFC 3390 conforming |
blob | commitdiff | diff to current |
| 2012-03-16 |
Sepherosa Ziehau | tcp_input: Factor out tcp_established() |
blob | commitdiff | diff to current |
| 2012-03-16 |
Sepherosa Ziehau | tcp/syncache: Simplify syncache_add() interface |
blob | commitdiff | diff to current |
| 2012-03-15 |
Sepherosa Ziehau | tcp_input: Always call tcp_mss(), so snd_cwnd could... |
blob | commitdiff | diff to current |
| 2012-02-28 |
Sascha Wildner | kernel: Remove opt_ipfw.h from a few files which don... |
blob | commitdiff | diff to current |
| 2012-01-22 |
Sepherosa Ziehau | sockbuf: Pre-alloc sockbuf space, so asynchronized... |
blob | commitdiff | diff to current |
| 2012-01-22 |
Sepherosa Ziehau | pru_send: Disable asynchornized pru_send usage by default |
blob | commitdiff | diff to current |
| 2012-01-03 |
Sascha Wildner | kernel: Use NULL for pointers. |
blob | commitdiff | diff to current |
| 2011-12-06 |
Sascha Wildner | kernel: Replace all usage of MALLOC()/FREE() with kmall... |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-11-20 |
Sepherosa Ziehau | rt_metrics: Change msl unit to millisecond |
blob | commitdiff | diff to current |
| 2011-11-14 |
Sepherosa Ziehau | tcp: Use the MSL set to the rt_metrics whenever possible |
blob | commitdiff | diff to current |
| 2011-11-04 |
Sepherosa Ziehau | tcp: Enable asynchronized pru_send by default |
blob | commitdiff | diff to current |
| 2011-11-03 |
Sepherosa Ziehau | tcp: Allow pure asynchronized pru_send |
blob | commitdiff | diff to current |
| 2011-10-24 |
Sepherosa Ziehau | tcp: Aggregate the mbuf in sosendtcp() a little bit |
blob | commitdiff | diff to current |
| 2011-09-16 |
Sepherosa Ziehau | tcp: Allow per-tcpcb keepintvl and keepcnt |
blob | commitdiff | diff to current |
| 2010-09-24 |
Matthew Dillon | network - Restart the callout timer when setting TCP_FA... |
blob | commitdiff | diff to current |
| 2010-09-24 |
Matthew Dillon | network - Add a tcp socket for faster keepalive timeouts |
blob | commitdiff | diff to current |
| 2010-09-15 |
Matthew Dillon | network - Major netmsg retooling, part 1 |
blob | commitdiff | diff to current |
| 2010-09-10 |
Matthew Dillon | network - MP socket free & abort interactions, so_state |
blob | commitdiff | diff to current |
| 2010-09-09 |
Matthew Dillon | kernel - MPSAFE the protocol drain routines |
blob | commitdiff | diff to current |
| 2010-09-06 |
Matthew Dillon | kernel - Fix numerous MP issues with sockbuf's and... |
blob | commitdiff | diff to current |
| 2010-09-06 |
Matthew Dillon | kernel - Port TCP-MD5 (RFC 2385) implementation. |
blob | commitdiff | diff to current |
| 2009-12-11 |
Aggelos Economopoulos | Kill T/TCP |
blob | commitdiff | diff to current |
| 2009-10-08 |
Matthew Dillon | kernel - Fix TCP MSS calculation |
blob | commitdiff | diff to current |
| 2009-08-22 |
Matthew Dillon | TCP - Fix problems with dynamic receiver and sender... |
blob | commitdiff | diff to current |
| 2009-07-28 |
Matthew Dillon | TCP - Fix re-establishment issues if a client reboots |
blob | commitdiff | diff to current |
| 2009-07-28 |
Matthew Dillon | TCP - Remove net.inet.tcp.minmssoverload |
blob | commitdiff | diff to current |
| 2009-07-26 |
Peter Avalos | Implement autosizing TCP socket buffers. |
blob | commitdiff | diff to current |
| 2008-12-16 |
Sepherosa Ziehau | Restore the semantic of callout_active() testing on... |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | Save 'ipfw forward' information in mtag, use m_pkthdr... |
blob | commitdiff | diff to current |
| 2007-04-22 |
Matthew Dillon | Give the sockbuf structure its own header file and... |
blob | commitdiff | diff to current |
| 2007-04-17 |
Matthew Dillon | Don't allow snd_nxt to be set to a value less then... |
blob | commitdiff | diff to current |
| 2007-04-04 |
Matthew Dillon | Add IP_MINTTL socket option - used to set the minimum... |
blob | commitdiff | diff to current |
| 2007-03-04 |
Sascha Wildner | Remove weird license clause which has expired. |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2005-08-29 |
Noritoshi Demizu | Fix the same problem described in FreeBSD-SA-05:15... |
blob | commitdiff | diff to current |
| 2005-08-29 |
Noritoshi Demizu | Fix a bug in NewReno which may send a huge amount of... |
blob | commitdiff | diff to current |
| 2005-05-10 |
Jeffrey Hsu | Implement TCP Appropriate Byte Counting. |
blob | commitdiff | diff to current |
| 2005-04-18 |
Jeffrey Hsu | Use a larger initial window size when restarting after... |
blob | commitdiff | diff to current |
| 2005-03-23 |
Jeffrey Hsu | Eliminate a redundant variable assignment. |
blob | commitdiff | diff to current |
| 2005-03-21 |
Jeffrey Hsu | When doing Limited Transmit, don't retract snd_nxt... |
blob | commitdiff | diff to current |
| 2005-03-21 |
Jeffrey Hsu | Ensure that Limited Transmit always sends new data... |
blob | commitdiff | diff to current |
| 2005-03-18 |
Matthew Dillon | Add a sysctl "net.inet.tcp.aggregate_acks" which contro... |
blob | commitdiff | diff to current |
| 2005-03-09 |
Jeffrey Hsu | Use fixed-width type to ensure correct wraparound for |
blob | commitdiff | diff to current |
| 2005-03-04 |
Jeffrey Hsu | Cosmetic changes only. |
blob | commitdiff | diff to current |
| 2005-02-08 |
Jeffrey Hsu | Now that 'so_pcb' is properly declared as a 'void ... |
blob | commitdiff | diff to current |
| 2005-02-01 |
Hiroki Sato | - Nuke #ifdef SCOPEDROUTING. It was never enabled... |
blob | commitdiff | diff to current |
| 2005-01-08 |
Jeffrey Hsu | Remove the sysctl options for altering the initial... |
blob | commitdiff | diff to current |
| 2004-12-29 |
Jeffrey Hsu | Fix compile error. |
blob | commitdiff | diff to current |
| 2004-12-29 |
Jeffrey Hsu | Forced commit to say the previous commit wasn't really... |
blob | commitdiff | diff to current |
| 2004-12-29 |
Jeffrey Hsu | Fix buffer overflow bug involving inet_ntoa(). |
blob | commitdiff | diff to current |
| 2004-12-21 |
Jeffrey Hsu | Clean up the routing and networking code before I paral... |
blob | commitdiff | diff to current |
| next |