| 2011-09-16 |
Sepherosa Ziehau | tcp: Allow per-tcpcb keepintvl and keepcnt |
blob | commitdiff |
| 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 |
| 2004-12-08 |
Jeffrey Hsu | Cache a pointer the last mbuf in the sockbuf for faster... |
blob | commitdiff | diff to current |
| 2004-12-04 |
Jeffrey Hsu | Accept resets sent while the receive window is zero. |
blob | commitdiff | diff to current |
| 2004-12-04 |
Jeffrey Hsu | Handle window updates inside header prediction to incre... |
blob | commitdiff | diff to current |
| 2004-11-18 |
Matthew Dillon | Re-enable SACK by default. Jeff fixed the corruption... |
blob | commitdiff | diff to current |
| 2004-11-17 |
Jeffrey Hsu | Properly propagate the FIN flag from the following... |
blob | commitdiff | diff to current |
| 2004-11-17 |
Jeffrey Hsu | Fix bug with wrong length being used when coalescing... |
blob | commitdiff | diff to current |
| 2004-11-17 |
Matthew Dillon | Temporarily change the net.inet.tcp.sack default from... |
blob | commitdiff | diff to current |
| 2004-11-14 |
Jeffrey Hsu | Implement SACK. |
blob | commitdiff | diff to current |
| 2004-10-15 |
Jeffrey Hsu | Update includes now that the Fast IPSec code has moved... |
blob | commitdiff | diff to current |
| 2004-08-14 |
Jeffrey Hsu | Move a comment to the right place. |
blob | commitdiff | diff to current |
| 2004-08-11 |
Matthew Dillon | Add a state to sanity check tcp_close() to make sure... |
blob | commitdiff | diff to current |
| 2004-08-08 |
Jeffrey Hsu | Get cosmetic changes out of the way before committing... |
blob | commitdiff | diff to current |
| 2004-08-03 |
Matthew Dillon | tcp_input()'s DELAY_ACK() code checks to see if the... |
blob | commitdiff | diff to current |
| 2004-07-27 |
David Rhodus | Correct line wrap. |
blob | commitdiff | diff to current |
| 2004-07-17 |
Jeffrey Hsu | Readability changes, mostly removing the option to... |
blob | commitdiff | diff to current |
| 2004-07-08 |
Jeffrey Hsu | Add the standard DragonFly copyright notice to go along... |
blob | commitdiff | diff to current |
| 2004-06-06 |
Jeffrey Hsu | Detect and foil optimistic ACK attack with forced slow... |
blob | commitdiff | diff to current |
| 2004-06-03 |
Joerg Sonnenberger | Make pr_input use variadic arguments for anything but... |
blob | commitdiff | diff to current |
| 2004-05-20 |
Jeffrey Hsu | Trade off more writes for a simpler check for when... |
blob | commitdiff | diff to current |
| 2004-04-22 |
Matthew Dillon | M_NOWAIT to mostly M_INTWAIT conversions, with a splatt... |
blob | commitdiff | diff to current |
| 2004-04-13 |
Matthew Dillon | get rid of TCP_DISTRIBUTED_TCBINFO, it only added confu... |
blob | commitdiff | diff to current |
| 2004-04-07 |
Matthew Dillon | Make TCP stats per-cpu. |
blob | commitdiff | diff to current |
| 2004-04-05 |
Matthew Dillon | per-cpu tcbinfo[]s aren't ready for prime time yet... |
blob | commitdiff | diff to current |
| 2004-03-22 |
Jeffrey Hsu | Consolidate length checks in ip_demux(). |
blob | commitdiff | diff to current |
| 2004-03-21 |
Jeffrey Hsu | Cosmetic cleanup. |
blob | commitdiff | diff to current |
| 2004-03-09 |
Jeffrey Hsu | Clarify strange ipfw byte ordering convention. |
blob | commitdiff | diff to current |
| 2004-03-08 |
Jeffrey Hsu | Partition the TCP connection table. |
blob | commitdiff | diff to current |
| 2004-03-08 |
Jeffrey Hsu | Implement Early Retransmit. |
blob | commitdiff | diff to current |
| 2004-03-06 |
Jeffrey Hsu | Remove unused second argument to ip_stripoptions(). |
blob | commitdiff | diff to current |
| 2004-03-06 |
Jeffrey Hsu | Change the "struct inpcbhead *listhead" field in "struc... |
blob | commitdiff | diff to current |
| 2004-03-02 |
Robert Garrett | Patch forr FreeBSD-SA-04:04.tcp |
blob | commitdiff | diff to current |
| 2004-02-25 |
Jeffrey Hsu | Relax a KASSERT condition to allow for a valid corner... |
blob | commitdiff | diff to current |
| 2004-02-14 |
Matthew Dillon | Move <machine/in_cksum.h> to <sys/in_cksum.h>. This... |
blob | commitdiff | diff to current |
| 2003-10-19 |
Jeffrey Hsu | Unravel a nested conditional. |
blob | commitdiff | diff to current |
| 2003-09-13 |
Matthew Dillon | Cleanup. Remove unused variable. |
blob | commitdiff | diff to current |
| 2003-09-02 |
Jeffrey Hsu | Account for when Limited Transmit is not congestion... |
blob | commitdiff | diff to current |
| 2003-08-14 |
Jeffrey Hsu | Make the logic clear on when to use Eifel detection... |
blob | commitdiff | diff to current |
| 2003-08-13 |
Jeffrey Hsu | Implement the Eifel Dectection Algorithm for TCP (RFC... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-24 |
Jeffrey Hsu | Add support for RFC 3390, which allows for a variable... |
blob | commitdiff | diff to current |
| 2003-07-24 |
Matthew Dillon | Here is an implementation of Limited Transmit (RFC... |
blob | commitdiff | diff to current |
| 2003-07-23 |
Matthew Dillon | Merge from FreeBSD 2003/07/15 15:49:53 PDT commit to... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|