aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC an ABI compatible implementation of Multiple routing tables.Julian Elischer2008-07-241-2/+2
* MFC:Darren Reed2007-12-013-18/+11
* MFC the following:Darren Reed2007-10-3122-647/+949
* Pointer to an ICMP header was getting left behind after doing a pullup.Darren Reed2007-06-091-0/+1
* Merge IPFilter 4.1.23 back to HEADDarren Reed2007-06-0422-1346/+3701
* This commit was generated by cvs2svn to compensate for changes in r170263,Darren Reed2007-06-0412-153/+554
|\
| * Import IPFilter 4.1.23 to vendor branch.Darren Reed2007-06-0434-1526/+4275
* | TCP Window scaling was being recognised but the recorded settings were beingDarren Reed2006-12-241-19/+7
* | Workaround bad locking design:Oleg Bulyzhin2006-10-051-3/+9
* | Resolve conflictsGuido van Rooij2006-08-1616-361/+501
* | This commit was generated by cvs2svn to compensate for changes in r161351,Guido van Rooij2006-08-163-10/+23
|\|
| * Import IP Filter 4.1.13Guido van Rooij2006-08-1621-402/+557
* | fix "ipf -Z" reporting rubbish and possibly panic'ing boxDarren Reed2006-04-181-1/+1
* | Add mcopywrap prototype to ip_compat.hGuido van Rooij2005-12-302-1/+1
* | Resolve conflictsGuido van Rooij2005-12-3021-509/+916
* | This commit was generated by cvs2svn to compensate for changes in r153872,Guido van Rooij2005-12-3013-64/+41
|\|
| * Import IP Filter version 4.1.10Guido van Rooij2005-12-3035-651/+1053
* | Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-045-21/+26
* | Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* | Fix some minor problems before release:Darren Reed2005-06-232-15/+54
* | locking on exit of reading from ip_sync is not correct for all instancesDarren Reed2005-06-141-4/+9
* | Enable building /sbin/ipf (but not the rescue version) with the ability toDarren Reed2005-05-161-0/+4
* | Enable IPFilter to correctly determine if BPF has been optioned into theDarren Reed2005-05-151-2/+2
* | Fix the following warnings on amd64:Ruslan Ermilov2005-04-291-2/+2
* | Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.Darren Reed2005-04-281-3/+3
* | The current H.323 proxy source has a license that isn't suitable for inclusionDarren Reed2005-04-271-1/+3
* | - Comment out duplicate rcsid strings in *.c filesDarren Reed2005-04-276-11/+18
* | Add an include for netinet/ip_compat.h directly so that we don't need toDarren Reed2005-04-261-0/+2
* | Merge the changes from 3.4.35 to 4.1.8 into the kernel source treeDarren Reed2005-04-2520-9308/+17321
* | This commit was generated by cvs2svn to compensate for changes in r145516,Darren Reed2005-04-2518-111/+8348
|\|
| * import ipfilter 4.1.8 into the kernel source treeDarren Reed2005-04-2538-7113/+25740
| * Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchDarren Reed2004-06-2116-412/+734
* | Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-2/+0
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter whereDarren Reed2005-01-081-25/+2
* | * Remove some code that's in a #ifndef FreeBSD that's no longer used.Darren Reed2004-12-261-5/+0
* | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickDarren Reed2004-12-262-19/+4
* | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSScott Long2004-12-251-1/+1
* | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tScott Long2004-12-253-3/+6
* | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingDarren Reed2004-12-249-27/+81
* | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.xMax Laier2004-12-181-1/+1
* | Move two variables that are unused if LARGE_NAT is defined inside an #ifdefDarren Reed2004-12-171-1/+4
* | Allow ipnat redirect rules to work for non-TCP/UDP packets.Darren Reed2004-12-171-3/+5
* | Using just m_pullup to get all of the interesting bits in packet into oneDarren Reed2004-12-161-1/+6
* | Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-2/+25
* | From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel andAndre Oppermann2004-08-272-2/+3
* | Clean up a bunch of white-space difference with IPFilter source as well asDarren Reed2004-07-111-9/+8
* | Mess from update & merge - don't release the ifnet lock twice, just onceDarren Reed2004-06-291-3/+0
* | 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
* | one too many #endif's from the update broke the buildDarren Reed2004-06-221-1/+0