| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Reduce the number of tcp time_wait structs to maxsockets / 5; this ensures | Mike Silbersack | 2003-10-24 | 1 | -1/+1 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -1/+1 |
| * | Fix a bunch of off-by-one errors in the range checking code. | Ruslan Ermilov | 2003-09-11 | 1 | -2/+2 |
| * | Introduce two new MAC Framework and MAC policy entry points: | Robert Watson | 2003-08-21 | 1 | -3/+3 |
| * | Correct a bug introduced with reduced TCP state handling; make | Robert Watson | 2003-05-07 | 1 | -3/+18 |
| * | Remove a potential panic condition introduced by reduced TCP wait | Robert Watson | 2003-04-10 | 1 | -5/+15 |
| * | Remove a panic(); if the zone allocator can't provide more timewait | Jonathan Lemon | 2003-03-08 | 1 | -20/+19 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -1/+1 |
| * | When generating a TCP response to a connection, not only test if the | Robert Watson | 2003-02-25 | 1 | -1/+1 |
| * | - m = m_gethdr(M_NOWAIT, MT_HEADER); | Poul-Henning Kamp | 2003-02-21 | 1 | -1/+1 |
| * | Unbreak non-IPV6 compilation. | Jonathan Lemon | 2003-02-19 | 1 | -4/+10 |
| * | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 1 | -48/+268 |
| * | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | Jonathan Lemon | 2003-02-19 | 1 | -35/+32 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
| * | Take advantage of pre-existing lock-free synchronization and type stable memory | Jeffrey Hsu | 2003-02-15 | 1 | -4/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
| * | Validate inp to prevent an use after free. | Jeffrey Hsu | 2002-12-24 | 1 | -1/+2 |
| * | Change tcp.inflight_min from 1024 to a production default of 6144. Create | Matthew Dillon | 2002-12-14 | 1 | -4/+14 |
| * | Fix two instances of variant struct definitions in sys/netinet: | Poul-Henning Kamp | 2002-10-20 | 1 | -4/+4 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 1 | -0/+8 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -8/+3 |
| * | turn off debugging by default if bandwidth delay product limiting is | Matthew Dillon | 2002-10-10 | 1 | -1/+1 |
| * | Correct bug in t_bw_rtttime rollover, #undef USERTT | Matthew Dillon | 2002-08-24 | 1 | -1/+5 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+158 |
| * | Document the undocumented assumption that at least one of the PCB | Robert Watson | 2002-08-01 | 1 | -0/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+17 |