freebsd-nq/sys
Crist J. Clark 42786f6c03 Add hooks for very basic IPFilter support in bridging. Set,
# sysctl net.link.ether.bdg_ipf=1

To enable. Just like ipfw(8) bridging, only input packets are filtered
in the bridge. Filtering works just like in the IP layer, ipf(8)
first, then ipfw(8). And just like in the IP layer, both are
independent, one need not be run to use the other. (Note: This will
not work in, but doesn't break, the bridge.ko module. The ipl.ko
module would need to be fixed before that is worth worrying about.)

Reviewed by:	luigi
2002-03-18 00:55:23 +00:00
..
alpha Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the 2002-03-16 00:25:53 +00:00
amd64 s/options\t\t/options \t/ 2002-03-17 23:48:24 +00:00
arm
boot Add splitfs vfs layer into libstand, which allows loading big kernels and 2002-03-17 12:18:05 +00:00
cam
coda Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
compat
conf Spelling: s/guesst/guessed/ 2002-03-17 22:02:05 +00:00
contrib Merge local changes for the 20020308 ACPI CA update. 2002-03-16 02:23:30 +00:00
crypto
ddb
dev Regen for 1.28 of pccarddevs 2002-03-17 05:06:37 +00:00
fs Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
geom Need a different #include for the userland regression test. 2002-03-17 19:15:28 +00:00
gnu Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
i4b Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, 2002-03-17 09:33:15 +00:00
i386 s/options\t\t/options \t/ 2002-03-17 23:48:24 +00:00
ia64 Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the 2002-03-16 00:25:53 +00:00
isa
isofs/cd9660 Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
kern Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
libkern
modules
net Add hooks for very basic IPFilter support in bridging. Set, 2002-03-18 00:55:23 +00:00
netatalk
netatm
netgraph
netinet
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
pc98
pccard
pci Work around a PLX9050 bug that causes system lockup in certain systems, 2002-03-17 04:10:38 +00:00
posix4
powerpc Changes and fixes in preparation for UMA: 2002-03-17 23:58:12 +00:00
rpc
security/lomac
sparc64 Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove, 2002-03-17 01:53:51 +00:00
svr4
sys Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
tools
ufs Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
vm Remove vm_object_count: It's unused, incorrectly maintained and duplicates 2002-03-17 18:37:37 +00:00
Makefile