summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-12/+12
* SMP locking for ifnet list.hsu2002-12-221-0/+6
* Replace aux mbufs with packet tags:sam2002-10-161-1/+2
* Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.darrenr2002-08-2813-73/+298
* Don't use "NULL" when "0" is really meant.archie2002-08-231-1/+1
* Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28darrenr2002-06-0710-24/+67
* Merge updates from 3.4.26 - 3.4.27.darrenr2002-04-278-65/+115
* bring in changes from 3.4.26.darrenr2002-04-2514-160/+338
* This commit was generated by cvs2svn to compensate for changes in r95415,darrenr2002-04-251-0/+275
|\
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-251-0/+275
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-2514-186/+378
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-1920-869/+2077
* | We don't need ip_ipsec_pxy.c in userland.ru2002-03-261-1/+1
* | do not include the missing ip_h323_pxy.cdarrenr2002-03-191-1/+0
* | fix conflicts (mostly damn rcs id's) generated by importdarrenr2002-03-1920-854/+2055
* | This file is being removed pending the all clear on its licence by someonedarrenr2002-03-191-275/+0
* | This commit was generated by cvs2svn to compensate for changes in r92680,darrenr2002-03-193-0/+676
|\ \ | |/
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-193-0/+676
| * This commit was manufactured by cvs2svn to create branchcvs2svn2001-09-121-0/+29
| * Import version 3.4.20 of IPFilterdarrenr2001-07-2818-510/+862
| * Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| * Import IP filter 3.4.13darrenr2000-10-298-48/+58
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-2614-192/+613
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-1310-102/+367
| * import ipfilter 3.4.8darrenr2000-07-1913-112/+226
| * Import IP Filter 3.4.4 into the kerneldarrenr2000-05-2420-2519/+6875
| * This commit was manufactured by cvs2svn to create branchcvs2svn1999-12-063-0/+612
* | Change two occurrences of HTONS() to use htons().mike2002-02-281-2/+2
* | Fix warning (unused variable)peter2002-02-271-1/+0
* | Backout inclusion of queue.h since rev 1.38 sys/file.h now has italfred2002-01-148-24/+0
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-138-0/+24
* | Import this patch to address user concerns.darrenr2002-01-042-2/+2
* | Fix initialisation of struct nat entry, to solve a panic that occursguido2001-12-051-0/+1
* | IPFilter munges multicast address packets on the loopback interface.darrenr2001-09-121-1/+1
* | Add IPFLITER.LICENCE to the kernel (requested by rwatson)darrenr2001-09-121-0/+29
* | KSE Milestone 2julian2001-09-122-10/+10
* | fix import/merge related code problemsdarrenr2001-07-301-6/+3
* | fix conflicts created by importdarrenr2001-07-2818-475/+829
* | fix security hole created by fragment cachedarrenr2001-04-065-10/+36
* | Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* | fix duplicate rcsiddarrenr2001-02-041-1/+0
* | fix conflictsdarrenr2001-02-0414-114/+254
* | Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-10/+2
* | While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFbmilekic2000-11-111-6/+2
* | Fix conflicts creted by import.darrenr2000-10-298-41/+51
* | Include sys/param.h for `__FreeBSD_version' rather than the non-existentobrien2000-10-271-2/+2
* | fix conflicts from rcsidsdarrenr2000-10-2614-178/+599
* | We now keep the ip_id field in network byte order all theru2000-10-251-0/+4
* | If we do not byte-swap the ip_id in the first place, don't do it inru2000-10-181-0/+2
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-142-1/+3
OpenPOWER on IntegriCloud