| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Validate inp to prevent an use after free. | hsu | 2002-12-24 | 1 | -1/+2 |
* | Change tcp.inflight_min from 1024 to a production default of 6144. Create | dillon | 2002-12-14 | 1 | -4/+14 |
* | Fix two instances of variant struct definitions in sys/netinet: | phk | 2002-10-20 | 1 | -4/+4 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+8 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -8/+3 |
* | turn off debugging by default if bandwidth delay product limiting is | dillon | 2002-10-10 | 1 | -1/+1 |
* | Correct bug in t_bw_rtttime rollover, #undef USERTT | dillon | 2002-08-24 | 1 | -1/+5 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 1 | -0/+158 |
* | Document the undocumented assumption that at least one of the PCB | rwatson | 2002-08-01 | 1 | -0/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+17 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+3 |
* | Introduce two new sysctl's: | dillon | 2002-07-18 | 1 | -1/+3 |
* | Defer calling SYSCTL_OUT() until after the locks have been released. | truckman | 2002-07-11 | 1 | -2/+4 |
* | Reduce the nesting level of a code block that doesn't need to be in | truckman | 2002-07-11 | 1 | -13/+10 |
* | Extend the effect of the sysctl net.inet.tcp.icmp_may_rst | jesper | 2002-06-30 | 1 | -1/+1 |
* | TCP notify functions can change the pcb list. | hsu | 2002-06-21 | 1 | -2/+2 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -15/+24 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | hsu | 2002-06-12 | 1 | -5/+2 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -11/+53 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -13/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+13 |
* | Remove some ISN generation code which has been unused since the | silby | 2002-04-10 | 1 | -27/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Merge from TrustedBSD MAC branch: | rwatson | 2002-03-22 | 1 | -4/+4 |
* | Switch vm_zone.h with uma.h. Change over to uma interfaces. | jeff | 2002-03-20 | 1 | -3/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | More IPV6 const fixes. | alfred | 2002-02-27 | 1 | -1/+1 |
* | Introduce a version field to `struct xucred' in place of one of the | dd | 2002-02-27 | 1 | -10/+2 |
* | In tcp_respond(), correctly reset returned IPv6 header. This is essential | ume | 2002-02-04 | 1 | -0/+3 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -36/+42 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -5/+5 |
* | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | rwatson | 2001-10-09 | 1 | -3/+3 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 1 | -1/+5 |
* | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | rwatson | 2001-09-20 | 1 | -2/+2 |
* | Much delayed but now present: RFC 1948 style sequence numbers | silby | 2001-08-22 | 1 | -71/+96 |
* | Fix a warning. | peter | 2001-07-27 | 1 | -0/+2 |
* | Patch up some style(9) stuff in tcp_new_isn() | peter | 2001-07-27 | 1 | -11/+7 |
* | s/OpemBSD/OpenBSD/ | peter | 2001-07-27 | 1 | -1/+1 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | silby | 2001-07-08 | 1 | -0/+25 |
* | Allow getcred sysctl to work in jailed root processes. Processes can | dwmalone | 2001-06-24 | 1 | -7/+14 |
* | Replace bzero() of struct ip with explicit zeroing of structure members, | jlemon | 2001-06-23 | 1 | -2/+6 |