summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter/netinet/ip_fil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treedarrenr2005-04-251-2358/+0
* * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-261-3/+2
* Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-251-0/+3
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-2/+25
* From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel andandre2004-08-271-1/+2
* Clean up a bunch of white-space difference with IPFilter source as well asdarrenr2004-07-111-9/+8
* one too many #endif's from the update broke the builddarrenr2004-06-221-1/+0
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-211-32/+72
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+7
* Device megapatch 4/6:phk2004-02-211-0/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-5/+10
* use ND_IFINFO().ume2003-10-171-0/+4
* o remove extraneous include of <net/pfil.h>sam2003-09-241-2/+1
* update to reflect PFIL_HOOKS api changessam2003-09-231-6/+31
* Back out M_* changes, per decision of the TRB.imp2003-02-191-9/+9
* Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-151-6/+0
* Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-151-25/+89
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-9/+9
* Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.darrenr2002-08-281-3/+16
* Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28darrenr2002-06-071-9/+29
* bring in changes from 3.4.26.darrenr2002-04-251-2/+3
* fix conflicts (mostly damn rcs id's) generated by importdarrenr2002-03-191-133/+449
* 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
* Import this patch to address user concerns.darrenr2002-01-041-1/+1
* KSE Milestone 2julian2001-09-121-6/+6
* fix conflicts created by importdarrenr2001-07-281-65/+149
* While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFbmilekic2000-11-111-6/+2
* fix conflicts from rcsidsdarrenr2000-10-261-8/+29
* 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-141-0/+2
* resolve conflictsdarrenr2000-08-131-1/+3
* Change __FreeBSD_Version into the proper __FreeBSD_version.roberto2000-08-011-5/+5
* Add missing '0' to FreeBSD_version test: 50011 -> 500011ache2000-08-011-5/+5
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-5/+8
* fix conflictsdarrenr2000-07-191-5/+35
* fix conflictsdarrenr2000-05-241-219/+471
* Add missing include machine/in_cksum.h.ps2000-05-091-0/+1
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineguido2000-02-101-1/+2
* Bring over ipfilter v3_3_8 kernel sources, including merging theguido2000-02-091-22/+19
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-131-58/+43
* Revive mlfk_ipl here. This version is slightly changed fromguido1999-12-061-1/+1
* Add kernel parts of revived ipfilter (3.3.3.)guido1999-11-231-0/+1471
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-101-1255/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-6/+8
* Made some disgusting ifdefs even more disgusting to enable the supportbde1998-08-151-3/+3
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-201-3/+4
* ip_fil.h has 9 separate declarations of iplioctl() in a disgustingbde1998-06-081-2/+3
* allow open on all minorspeter1998-03-271-2/+2
OpenPOWER on IntegriCloud