summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* Check for ipprotosw.h more precisely.bz2008-12-231-1/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-2/+3
* Unhide declarations of network stack virtualization structs fromzec2008-11-282-1/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+16
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-172-4/+13
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-245-6/+51
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+2
* Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:darrenr2007-11-263-18/+11
* Apply a few changes from ipfilter-current:darrenr2007-10-307-44/+69
* Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-1816-585/+863
* This commit was generated by cvs2svn to compensate for changes in r172771,darrenr2007-10-186-64/+88
|\
| * Import IPFilter 4.1.28darrenr2007-10-1822-650/+953
* | 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-0422-1346/+3701
* | This commit was generated by cvs2svn to compensate for changes in r170263,darrenr2007-06-0412-154/+555
|\ \ | |/
| * Import IPFilter 4.1.23 to vendor branch.darrenr2007-06-0434-1527/+4276
* | TCP Window scaling was being recognised but the recorded settings were beingdarrenr2006-12-241-19/+7
* | Workaround bad locking design:oleg2006-10-051-3/+9
* | Resolve conflictsguido2006-08-1616-361/+501
* | This commit was generated by cvs2svn to compensate for changes in r161351,guido2006-08-163-10/+23
|\ \ | |/
| * Import IP Filter 4.1.13guido2006-08-1621-402/+557
* | fix "ipf -Z" reporting rubbish and possibly panic'ing boxdarrenr2006-04-181-1/+1
* | Add mcopywrap prototype to ip_compat.hguido2005-12-302-1/+1
* | Resolve conflictsguido2005-12-3021-509/+916
* | This commit was generated by cvs2svn to compensate for changes in r153872,guido2005-12-3013-64/+41
|\ \ | |/
| * Import IP Filter version 4.1.10guido2005-12-3035-651/+1053
* | Fix -Wundef from compiling the amd64 LINT.ru2005-12-045-21/+26
* | Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* | Fix some minor problems before release:darrenr2005-06-232-15/+54
* | locking on exit of reading from ip_sync is not correct for all instancesdarrenr2005-06-141-4/+9
* | Enable building /sbin/ipf (but not the rescue version) with the ability todarrenr2005-05-161-0/+4
* | Enable IPFilter to correctly determine if BPF has been optioned into thedarrenr2005-05-151-2/+2
* | Fix the following warnings on amd64:ru2005-04-291-2/+2
* | Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.darrenr2005-04-281-3/+3
* | The current H.323 proxy source has a license that isn't suitable for inclusiondarrenr2005-04-271-1/+3
* | - Comment out duplicate rcsid strings in *.c filesdarrenr2005-04-276-11/+18
* | Add an include for netinet/ip_compat.h directly so that we don't need todarrenr2005-04-261-0/+2
* | Merge the changes from 3.4.35 to 4.1.8 into the kernel source treedarrenr2005-04-2520-9332/+17345
* | This commit was generated by cvs2svn to compensate for changes in r145516,darrenr2005-04-2518-111/+8348
|\ \ | |/
| * import ipfilter 4.1.8 into the kernel source treedarrenr2005-04-2538-7136/+25763
| * Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchdarrenr2004-06-2116-414/+736
* | Use dynamic major number allocation.phk2005-02-271-2/+0
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter wheredarrenr2005-01-081-25/+2
* | * Remove some code that's in a #ifndef FreeBSD that's no longer used.darrenr2004-12-261-5/+0
* | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-262-19/+4
* | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSscottl2004-12-251-1/+1
* | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-253-3/+6
OpenPOWER on IntegriCloud