index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
contrib
/
ipfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some minor problems before release:
darrenr
2005-06-23
2
-15
/
+54
*
locking on exit of reading from ip_sync is not correct for all instances
darrenr
2005-06-14
1
-4
/
+9
*
Enable building /sbin/ipf (but not the rescue version) with the ability to
darrenr
2005-05-16
1
-0
/
+4
*
Enable IPFilter to correctly determine if BPF has been optioned into the
darrenr
2005-05-15
1
-2
/
+2
*
Fix the following warnings on amd64:
ru
2005-04-29
1
-2
/
+2
*
Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.
darrenr
2005-04-28
1
-3
/
+3
*
The current H.323 proxy source has a license that isn't suitable for inclusion
darrenr
2005-04-27
1
-1
/
+3
*
- Comment out duplicate rcsid strings in *.c files
darrenr
2005-04-27
6
-11
/
+18
*
Add an include for netinet/ip_compat.h directly so that we don't need to
darrenr
2005-04-26
1
-0
/
+2
*
Merge the changes from 3.4.35 to 4.1.8 into the kernel source tree
darrenr
2005-04-25
20
-9332
/
+17345
*
This commit was generated by cvs2svn to compensate for changes in r145516,
darrenr
2005-04-25
18
-111
/
+8348
|
\
|
*
import ipfilter 4.1.8 into the kernel source tree
darrenr
2005-04-25
38
-7136
/
+25763
|
*
Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branch
darrenr
2004-06-21
16
-414
/
+736
*
|
Use dynamic major number allocation.
phk
2005-02-27
1
-2
/
+0
*
|
Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where
darrenr
2005-01-08
1
-25
/
+2
*
|
* Remove some code that's in a #ifndef FreeBSD that's no longer used.
darrenr
2004-12-26
1
-5
/
+0
*
|
* The #ifdef's to cause mutex's for freebsd to be declared were meant to pick
darrenr
2004-12-26
2
-19
/
+4
*
|
Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS
scottl
2004-12-25
1
-1
/
+1
*
|
Sprinkle in some __FreeBSD_version checks so that this compiles again. Don't
scottl
2004-12-25
3
-3
/
+6
*
|
Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowing
darrenr
2004-12-24
9
-27
/
+81
*
|
Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x
mlaier
2004-12-18
1
-1
/
+1
*
|
Move two variables that are unused if LARGE_NAT is defined inside an #ifdef
darrenr
2004-12-17
1
-1
/
+4
*
|
Allow ipnat redirect rules to work for non-TCP/UDP packets.
darrenr
2004-12-17
1
-3
/
+5
*
|
Using just m_pullup to get all of the interesting bits in packet into one
darrenr
2004-12-16
1
-1
/
+6
*
|
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-2
/
+25
*
|
From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel and
andre
2004-08-27
2
-2
/
+3
*
|
Clean up a bunch of white-space difference with IPFilter source as well as
darrenr
2004-07-11
1
-9
/
+8
*
|
Mess from update & merge - don't release the ifnet lock twice, just once
darrenr
2004-06-29
1
-3
/
+0
*
|
revert section of code that calls netisr_queue() to match v1.33 of this file
darrenr
2004-06-22
1
-15
/
+1
*
|
#ifdef's for FreeBSD are wrong, causing too many variable declaractions to
darrenr
2004-06-22
1
-2
/
+3
*
|
one too many #endif's from the update broke the build
darrenr
2004-06-22
1
-1
/
+0
*
|
Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:
darrenr
2004-06-21
16
-392
/
+692
*
|
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
3
-8
/
+12
*
|
Recognise NOINET6 as an indication to not build IPv6 enabled source even
darrenr
2004-06-08
1
-1
/
+2
*
|
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
|
Device megapatch 4/6:
phk
2004-02-21
2
-0
/
+4
*
|
Use parens more reasionably so we match the vendor code. This is part
brooks
2003-12-02
1
-2
/
+2
*
|
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
3
-7
/
+14
*
|
use ND_IFINFO().
ume
2003-10-17
1
-0
/
+4
*
|
o remove extraneous include of <net/pfil.h>
sam
2003-09-24
1
-2
/
+1
*
|
update to reflect PFIL_HOOKS api changes
sam
2003-09-23
1
-6
/
+31
*
|
Explicitly declare 'int' parameters.
obrien
2003-04-21
1
-0
/
+1
*
|
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-3
/
+1
*
|
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+6
*
|
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-12
/
+12
*
|
fix bug in updating of interface pointers when resyncing state
darrenr
2003-02-15
1
-6
/
+30
*
|
Commit import changed from vendor branch of ipfilter to -current head
darrenr
2003-02-15
13
-117
/
+379
*
|
Commit import changed from vendor branch of ipfilter to -current head
darrenr
2003-02-15
5
-83
/
+222
*
|
sometimes i hate it when you leave temp files in a directory you import from
darrenr
2003-02-15
2
-13
/
+0
*
|
This commit was generated by cvs2svn to compensate for changes in r110911,
darrenr
2003-02-15
2
-0
/
+13
|
\
\
|
|
/
[next]