aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/fil.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflictsGuido van Rooij2005-12-301-302/+425
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+2
* Fix some minor problems before release:Darren Reed2005-06-231-14/+51
* - 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-1426/+5220
* Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter whereDarren Reed2005-01-081-25/+2
* * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickDarren Reed2004-12-261-16/+2
* Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tScott Long2004-12-251-2/+2
* Using just m_pullup to get all of the interesting bits in packet into oneDarren Reed2004-12-161-1/+6
* Mess from update & merge - don't release the ifnet lock twice, just onceDarren Reed2004-06-291-3/+0
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:Darren Reed2004-06-211-41/+251
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Commit import changed from vendor branch of ipfilter to -current headDarren Reed2003-02-151-13/+50
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+6
* Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.Darren Reed2002-08-281-3/+12
* Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28Darren Reed2002-06-071-2/+1
* Merge updates from 3.4.26 - 3.4.27.Darren Reed2002-04-271-2/+20
* bring in changes from 3.4.26.Darren Reed2002-04-251-4/+3
* fix conflicts (mostly damn rcs id's) generated by importDarren Reed2002-03-191-85/+116
* 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
* IPFilter munges multicast address packets on the loopback interface.Darren Reed2001-09-121-1/+1
* fix conflicts created by importDarren Reed2001-07-281-60/+76
* Move IPFilter into contrib.Jonathan Lemon2001-06-071-0/+2132