aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/ip_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflictsGuido van Rooij2005-12-301-13/+7
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+4
* - Comment out duplicate rcsid strings in *.c filesDarren Reed2005-04-271-1/+1
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treeDarren Reed2005-04-251-198/+348
* * Remove some code that's in a #ifndef FreeBSD that's no longer used.Darren Reed2004-12-261-5/+0
* Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingDarren Reed2004-12-241-1/+1
* revert section of code that calls netisr_queue() to match v1.33 of this fileDarren Reed2004-06-221-15/+1
* #ifdef's for FreeBSD are wrong, causing too many variable declaractions toDarren Reed2004-06-221-2/+3
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:Darren Reed2004-06-211-4/+20
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-3/+1
* Commit import changed from vendor branch of ipfilter to -current headDarren Reed2003-02-151-6/+0
* Commit import changed from vendor branch of ipfilter to -current headDarren Reed2003-02-151-43/+77
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+2
* Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28Darren Reed2002-06-071-1/+4
* bring in changes from 3.4.26.Darren Reed2002-04-251-3/+3
* fix conflicts (mostly damn rcs id's) generated by importDarren Reed2002-03-191-8/+6
* Change two occurrences of HTONS() to use htons().Mike Barcroft2002-02-281-2/+2
* Fix warning (unused variable)Peter Wemm2002-02-271-1/+0
* Backout inclusion of queue.h since rev 1.38 sys/file.h now has itAlfred Perlstein2002-01-141-3/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+3
* fix conflicts created by importDarren Reed2001-07-281-65/+152
* Move IPFilter into contrib.Jonathan Lemon2001-06-071-0/+543