| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -48/+21 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 1 | -21/+48 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -1/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -6/+3 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+1 |
* | Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but | green | 2003-11-17 | 1 | -0/+1 |
* | divert socket fixups: | sam | 2003-11-08 | 1 | -15/+73 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -3/+2 |
* | o add locking | sam | 2003-09-05 | 1 | -37/+67 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Check bounds for index before dereferencing memory past end of array. | phk | 2003-01-28 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | fenner | 2002-10-29 | 1 | -2/+2 |
* | Fix kernel build on sparc64 in the IPDIVERT case. | mux | 2002-10-24 | 1 | -1/+1 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+6 |
* | fix a typo in a comment | luigi | 2002-06-23 | 1 | -1/+1 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -66/+65 |
* | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 1 | -0/+1 |
* | Fix typo. | hsu | 2002-06-11 | 1 | -2/+2 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -2/+23 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -18/+3 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -3/+18 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -3/+6 |
* | Change the first argument of prison_xinpcb() to be a thread pointer instead | jhb | 2002-04-09 | 1 | -2/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Switch vm_zone.h with uma.h. Change over to uma interfaces. | jeff | 2002-03-20 | 1 | -3/+4 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -2/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -1/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -6/+6 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -1/+1 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 1 | -7/+0 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -5/+4 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 1 | -1/+0 |
* | Fixed broken ICMP error generation, unified conversion of IP header | ru | 2000-09-01 | 1 | -0/+1 |
* | Fixed the bug that div_bind() always returned zero | ru | 2000-08-30 | 1 | -1/+1 |
* | Make netstat(1) to be aware of divert(4) sockets. | ru | 2000-08-03 | 1 | -0/+90 |
* | Force the address of the socket to be INADDR_ANY immediately before | paul | 2000-05-02 | 1 | -1/+13 |
* | prevent kernel panic which happens when either of IPSEC and IPDIVERT | shin | 2000-01-08 | 1 | -1/+1 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -6/+15 |
* | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | archie | 1999-12-06 | 1 | -45/+34 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | remove leftover garbage line. | julian | 1999-02-08 | 1 | -2/+1 |
* | Fix for PR 9309. | julian | 1999-02-08 | 1 | -1/+10 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -5/+5 |
* | Bring back some slight cleanups from 2.2 | julian | 1998-07-06 | 1 | -3/+11 |