aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/ip_log.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflictsGuido van Rooij2005-12-301-9/+3
| | | | Notes: svn path=/head/; revision=153876
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+3
| | | | Notes: svn path=/head/; revision=153084
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treeDarren Reed2005-04-251-215/+380
| | | | Notes: svn path=/head/; revision=145522
* Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingDarren Reed2004-12-241-1/+1
| | | | | | | the the "needs giant" flag to be removed from the driver. Notes: svn path=/head/; revision=139255
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:Darren Reed2004-06-211-6/+6
| | | | | | | | | | | | | | | | | | * block packets that fail to create state table entries * only allow non-fragmented packets to influence whether or not a logged packet is the same as the one logged before. * correct the ICMP packet checksum fixing up when processing ICMP errors for NAT * implement a maximum for the number of entries in the NAT table (NAT_TABLE_MAX and ipf_nattable_max) * frsynclist() wasn't paying attention to all the places where interface names are, like it should. * fix comparing ICMP packets with established TCP state where only 8 bytes of header are returned in the ICMP error. MFC after: 1 week Notes: svn path=/head/; revision=130886
* Use parens more reasionably so we match the vendor code. This is partBrooks Davis2003-12-021-2/+2
| | | | | | | | | | of the if_xname change. Submitted by: darrenr Approved by: re (scottl) Notes: svn path=/head/; revision=123108
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+2
| | | | | | | | | | | | | | | | if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Approved By: re (in principle) Reviewed By: njl, imp Tested On: i386, amd64, sparc64 Obtained From: NetBSD (if_xname) Notes: svn path=/head/; revision=121816
* Commit import changed from vendor branch of ipfilter to -current headDarren Reed2003-02-151-2/+25
| | | | Notes: svn path=/head/; revision=110916
* Merge updates from 3.4.26 - 3.4.27.Darren Reed2002-04-271-1/+2
| | | | Notes: svn path=/head/; revision=95563
* bring in changes from 3.4.26.Darren Reed2002-04-251-0/+1
| | | | Notes: svn path=/head/; revision=95418
* fix conflicts (mostly damn rcs id's) generated by importDarren Reed2002-03-191-35/+39
| | | | Notes: svn path=/head/; revision=92685
* Backout inclusion of queue.h since rev 1.38 sys/file.h now has itAlfred Perlstein2002-01-141-3/+0
| | | | | | | included in the right order. Notes: svn path=/head/; revision=89336
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+3
| | | | | | | Requested by: jhb Notes: svn path=/head/; revision=89316
* fix conflicts created by importDarren Reed2001-07-281-46/+19
| | | | Notes: svn path=/head/; revision=80482
* Move IPFilter into contrib.Jonathan Lemon2001-06-071-0/+507
Notes: svn path=/head/; revision=77859