| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | andre | 2004-08-11 | 1 | -4/+4 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | rwatson | 2004-08-06 | 1 | -2/+2 |
* | o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be | andre | 2004-08-03 | 1 | -5/+9 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -2/+2 |
* | Let IN_FASTREOCOVERY macro decide if we are in recovery mode. | jayanth | 2004-07-19 | 1 | -4/+0 |
* | Move the sack sysctl's under net.inet.tcp.sack | ps | 2004-06-23 | 1 | -4/+4 |
* | Add support for TCP Selective Acknowledgements. The work for this | ps | 2004-06-23 | 1 | -0/+16 |
* | If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE. | rwatson | 2004-06-20 | 1 | -5/+12 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -2/+3 |
* | Switch to using the inpcb MAC label instead of socket MAC label when | rwatson | 2004-05-04 | 1 | -2/+7 |
* | Enhance our RFC1948 implementation to perform better in some pathlogical | silby | 2004-04-20 | 1 | -2/+53 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Two missed in previous commit -- compare pointer with NULL rather than | rwatson | 2004-04-05 | 1 | -2/+2 |
* | Prefer NULL to 0 when checking pointer values as integers or booleans. | rwatson | 2004-04-05 | 1 | -19/+20 |
* | Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These | rwatson | 2004-02-28 | 1 | -10/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Convert the tcp segment reassembly queue to UMA and limit the maximum | andre | 2004-02-24 | 1 | -2/+7 |
* | Fixed ucred structure leak. | pjd | 2004-02-19 | 1 | -0/+2 |
* | Final brucification pass. Spell types consistently (u_int). Remove bogus | bms | 2004-02-14 | 1 | -1/+1 |
* | Brucification. | bms | 2004-02-13 | 1 | -10/+14 |
* | supported IPV6_RECVPATHMTU socket option. | ume | 2004-02-13 | 1 | -2/+2 |
* | Update the prototype for tcpsignature_apply() to reflect the spelling of | bms | 2004-02-12 | 1 | -2/+2 |
* | style(9) pass; whitespace and comments. | bms | 2004-02-12 | 1 | -17/+22 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+114 |
* | Limiters and sanity checks for TCP MSS (maximum segement size) | andre | 2004-01-08 | 1 | -0/+24 |
* | If path mtu discovery is enabled set the DF bit in all cases we | andre | 2004-01-08 | 1 | -0/+4 |
* | Enable the following TCP options by default to give it more exposure: | andre | 2004-01-06 | 1 | -1/+1 |
* | Fix some becuase -> because typos. | jhb | 2003-12-17 | 1 | -1/+1 |
* | Switch TCP over to using the inpcb label when responding in timed | rwatson | 2003-12-17 | 1 | -4/+1 |
* | Make sure all uses of stack allocated struct route's are properly | andre | 2003-11-26 | 1 | -2/+2 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -223/+125 |
* | o correct locking problem: the inpcb must be held across tcp_respond | sam | 2003-11-08 | 1 | -15/+20 |
* | Add an additional check to the tcp_twrecycleable function; I had | silby | 2003-11-02 | 1 | -3/+16 |
* | - Add a new function tcp_twrecycleable, which tells us if the ISN which | silby | 2003-11-01 | 1 | -0/+19 |
* | Reduce the number of tcp time_wait structs to maxsockets / 5; this ensures | silby | 2003-10-24 | 1 | -1/+1 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -1/+1 |
* | Fix a bunch of off-by-one errors in the range checking code. | ru | 2003-09-11 | 1 | -2/+2 |
* | Introduce two new MAC Framework and MAC policy entry points: | rwatson | 2003-08-21 | 1 | -3/+3 |
* | Correct a bug introduced with reduced TCP state handling; make | rwatson | 2003-05-07 | 1 | -3/+18 |
* | Remove a potential panic condition introduced by reduced TCP wait | rwatson | 2003-04-10 | 1 | -5/+15 |
* | Remove a panic(); if the zone allocator can't provide more timewait | jlemon | 2003-03-08 | 1 | -20/+19 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | When generating a TCP response to a connection, not only test if the | rwatson | 2003-02-25 | 1 | -1/+1 |
* | - m = m_gethdr(M_NOWAIT, MT_HEADER); | phk | 2003-02-21 | 1 | -1/+1 |
* | Unbreak non-IPV6 compilation. | jlemon | 2003-02-19 | 1 | -4/+10 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -48/+268 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | jlemon | 2003-02-19 | 1 | -35/+32 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Take advantage of pre-existing lock-free synchronization and type stable memory | hsu | 2003-02-15 | 1 | -4/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |