summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter/netinet/fil.c
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-0/+3
* Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:darrenr2007-11-261-4/+4
* Apply a few changes from ipfilter-current:darrenr2007-10-301-4/+4
* Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-181-123/+162
* Pointer to an ICMP header was getting left behind after doing a pullup.darrenr2007-06-091-0/+1
* Merge IPFilter 4.1.23 back to HEADdarrenr2007-06-041-173/+1125
* Resolve conflictsguido2006-08-161-108/+102
* fix "ipf -Z" reporting rubbish and possibly panic'ing boxdarrenr2006-04-181-1/+1
* Resolve conflictsguido2005-12-301-302/+425
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* Fix some minor problems before release:darrenr2005-06-231-14/+51
* - Comment out duplicate rcsid strings in *.c filesdarrenr2005-04-271-1/+1
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treedarrenr2005-04-251-1426/+5220
* Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter wheredarrenr2005-01-081-25/+2
* * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-261-16/+2
* Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-251-2/+2
* Using just m_pullup to get all of the interesting bits in packet into onedarrenr2004-12-161-1/+6
* Mess from update & merge - don't release the ifnet lock twice, just oncedarrenr2004-06-291-3/+0
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-211-41/+251
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-151-13/+50
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* SMP locking for ifnet list.hsu2002-12-221-0/+6
* Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.darrenr2002-08-281-3/+12
* Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28darrenr2002-06-071-2/+1
* Merge updates from 3.4.26 - 3.4.27.darrenr2002-04-271-2/+20
* bring in changes from 3.4.26.darrenr2002-04-251-4/+3
* fix conflicts (mostly damn rcs id's) generated by importdarrenr2002-03-191-85/+116
* Backout inclusion of queue.h since rev 1.38 sys/file.h now has italfred2002-01-141-3/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+3
* IPFilter munges multicast address packets on the loopback interface.darrenr2001-09-121-1/+1
* fix conflicts created by importdarrenr2001-07-281-60/+76
* fix conflictsdarrenr2001-02-041-14/+71
* Fix conflicts creted by import.darrenr2000-10-291-21/+24
* fix conflicts from rcsidsdarrenr2000-10-261-14/+45
* We now keep the ip_id field in network byte order all theru2000-10-251-0/+4
* resolve conflictsdarrenr2000-08-131-16/+31
* fix conflictsdarrenr2000-07-191-19/+24
* define CSUM_DELAY_DATA to match mergedarrenr2000-05-261-0/+4
* fix up conflictsdarrenr2000-05-241-1/+1
* fix conflictsdarrenr2000-05-241-157/+536
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-211-0/+8
* Fix bug in dealing with "hlen == 1 and opt > 1"darrenr2000-05-091-4/+10
* Add missing include machine/in_cksum.h.ps2000-05-091-0/+2
* Add $FreeBSD$peter2000-05-011-1/+2
* Bring over ipfilter v3_3_8 kernel sources, including merging theguido2000-02-091-7/+16
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-131-9/+69
* KERNEL -> _KERNELeivind2000-01-051-1/+1
* Add kernel parts of revived ipfilter (3.3.3.)guido1999-11-231-0/+1548
OpenPOWER on IntegriCloud