summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_divert.c
Commit message (Expand)AuthorAgeFilesLines
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+4
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-21/+48
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-48/+21
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-21/+48
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-6/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+1
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butgreen2003-11-171-0/+1
* divert socket fixups:sam2003-11-081-15/+73
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* o add lockingsam2003-09-051-37/+67
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Check bounds for index before dereferencing memory past end of array.phk2003-01-281-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.fenner2002-10-291-2/+2
* Fix kernel build on sparc64 in the IPDIVERT case.mux2002-10-241-1/+1
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+6
* fix a typo in a commentluigi2002-06-231-1/+1
* Remove (almost all) global variables that were used to holdluigi2002-06-221-66/+65
* Remember to initialize the control block head mutex.hsu2002-06-111-0/+1
* Fix typo.hsu2002-06-111-2/+2
* Lock up inpcb.hsu2002-06-101-2/+23
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-18/+3
* Lock down a socket, milestone 1.tanimura2002-05-201-3/+18
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+6
* Change the first argument of prison_xinpcb() to be a thread pointer insteadjhb2002-04-091-2/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-3/+4
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+3
* KSE Milestone 2julian2001-09-121-6/+6
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-1/+1
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-7/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-5/+4
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-1/+0
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-0/+1
* Fixed the bug that div_bind() always returned zeroru2000-08-301-1/+1
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-031-0/+90
* Force the address of the socket to be INADDR_ANY immediately beforepaul2000-05-021-1/+13
* prevent kernel panic which happens when either of IPSEC and IPDIVERTshin2000-01-081-1/+1
* IPSEC support in the kernel.shin1999-12-221-6/+15
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-45/+34
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* remove leftover garbage line.julian1999-02-081-2/+1
* Fix for PR 9309.julian1999-02-081-1/+10
OpenPOWER on IntegriCloud