| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Attempt to consistently use () around return values in calls to | Robert Watson | 2004-12-23 | 1 | -18/+18 | 
| *  | Remove an XXXRW comment relating to whether or not the TCP timers are | Robert Watson | 2004-12-23 | 1 | -6/+1 | 
| *  | Assert inpcb lock in: | Robert Watson | 2004-12-05 | 1 | -1/+12 | 
| *  | tcp_timewait() performs multiple non-atomic reads on the tcptw | Robert Watson | 2004-11-23 | 1 | -0/+2 | 
| *  | Assert the inpcb lock in tcp_twstart(), which does both read-modify-write | Robert Watson | 2004-11-23 | 1 | -0/+10 | 
| *  | Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(), | Robert Watson | 2004-11-23 | 1 | -0/+4 | 
| *  | Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock | Robert Watson | 2004-11-23 | 1 | -4/+11 | 
| *  | support TCP-MD5(IPv4) in KAME-IPSEC, too. | SUZUKI Shinsuke | 2004-11-08 | 1 | -0/+1 | 
| *  | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -39/+2 | 
| *  | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 | 
| *  | - Estimate the amount of data in flight in sack recovery and use it | Paul Saab | 2004-10-05 | 1 | -5/+0 | 
| *  | fix up socket/ip layer violation...  don't assume/know that | John-Mark Gurney | 2004-09-05 | 1 | -1/+2 | 
| *  | For IPv6 access pointer to tcpcb only after we have checked it is valid. | Andre Oppermann | 2004-08-19 | 1 | -1/+4 | 
| *  | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -68/+68 | 
| *  | In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreach | David Malone | 2004-08-12 | 1 | -0/+2 | 
| *  | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | Andre Oppermann | 2004-08-11 | 1 | -4/+4 | 
| *  | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | Andre Oppermann | 2004-08-11 | 1 | -4/+4 | 
| *  | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | Robert Watson | 2004-08-06 | 1 | -2/+2 | 
| *  | o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be | Andre Oppermann | 2004-08-03 | 1 | -5/+9 | 
| *  | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL.  This is | Colin Percival | 2004-07-26 | 1 | -2/+2 | 
| *  | Let IN_FASTREOCOVERY macro decide if we are in recovery mode. | Jayanth Vijayaraghavan | 2004-07-19 | 1 | -4/+0 | 
| *  | Move the sack sysctl's under net.inet.tcp.sack | Paul Saab | 2004-06-23 | 1 | -4/+4 | 
| *  | Add support for TCP Selective Acknowledgements.  The work for this | Paul Saab | 2004-06-23 | 1 | -0/+16 | 
| *  | If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE. | Robert Watson | 2004-06-20 | 1 | -5/+12 | 
| *  | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -2/+3 | 
| *  | Switch to using the inpcb MAC label instead of socket MAC label when | Robert Watson | 2004-05-04 | 1 | -2/+7 | 
| *  | Enhance our RFC1948 implementation to perform better in some pathlogical | Mike Silbersack | 2004-04-20 | 1 | -2/+53 | 
| *  | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 | 
| *  | Two missed in previous commit -- compare pointer with NULL rather than | Robert Watson | 2004-04-05 | 1 | -2/+2 | 
| *  | Prefer NULL to 0 when checking pointer values as integers or booleans. | Robert Watson | 2004-04-05 | 1 | -19/+20 | 
| *  | Remove now unneeded arguments to tcp_twrespond() -- so and msrc.  These | Robert Watson | 2004-02-28 | 1 | -10/+2 | 
| *  | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -1/+3 | 
| *  | Convert the tcp segment reassembly queue to UMA and limit the maximum | Andre Oppermann | 2004-02-24 | 1 | -2/+7 | 
| *  | Fixed ucred structure leak. | Pawel Jakub Dawidek | 2004-02-19 | 1 | -0/+2 | 
| *  | Final brucification pass. Spell types consistently (u_int). Remove bogus | Bruce M Simpson | 2004-02-14 | 1 | -1/+1 | 
| *  | Brucification. | Bruce M Simpson | 2004-02-13 | 1 | -10/+14 | 
| *  | supported IPV6_RECVPATHMTU socket option. | Hajimu UMEMOTO | 2004-02-13 | 1 | -2/+2 | 
| *  | Update the prototype for tcpsignature_apply() to reflect the spelling of | Bruce M Simpson | 2004-02-12 | 1 | -2/+2 | 
| *  | style(9) pass; whitespace and comments. | Bruce M Simpson | 2004-02-12 | 1 | -17/+22 | 
| *  | Initial import of RFC 2385 (TCP-MD5) digest support. | Bruce M Simpson | 2004-02-11 | 1 | -0/+114 | 
| *  | Limiters and sanity checks for TCP MSS (maximum segement size) | Andre Oppermann | 2004-01-08 | 1 | -0/+24 | 
| *  | If path mtu discovery is enabled set the DF bit in all cases we | Andre Oppermann | 2004-01-08 | 1 | -0/+4 | 
| *  | Enable the following TCP options by default to give it more exposure: | Andre Oppermann | 2004-01-06 | 1 | -1/+1 | 
| *  | Fix some becuase -> because typos. | John Baldwin | 2003-12-17 | 1 | -1/+1 | 
| *  | Switch TCP over to using the inpcb label when responding in timed | Robert Watson | 2003-12-17 | 1 | -4/+1 | 
| *  | Make sure all uses of stack allocated struct route's are properly | Andre Oppermann | 2003-11-26 | 1 | -2/+2 | 
| *  | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -223/+125 | 
| *  | o correct locking problem: the inpcb must be held across tcp_respond | Sam Leffler | 2003-11-08 | 1 | -15/+20 | 
| *  | Add an additional check to the tcp_twrecycleable function; I had | Mike Silbersack | 2003-11-02 | 1 | -3/+16 | 
| *  | - Add a new function tcp_twrecycleable, which tells us if the ISN which | Mike Silbersack | 2003-11-01 | 1 | -0/+19 |