freebsd-dev/sys
Andre Oppermann 5f9541ecbd New ipfw option "antispoof":
For incoming packets, the packet's source address is checked if it
 belongs to a directly connected network.  If the network is directly
 connected, then the interface the packet came on in is compared to
 the interface the network is connected to.  When incoming interface
 and directly connected interface are not the same, the packet does
 not match.

Usage example:

 ipfw add deny ip from any to any not antispoof in

Manpage education by:	ru
2004-08-09 16:12:10 +00:00
..
alpha
amd64 With the advent of pmap locking it makes sense for pmap_copy() to be less 2004-08-08 00:31:58 +00:00
arm Use the new prototype for the zone constructor. 2004-08-06 22:32:53 +00:00
boot remove /boot/kernel from the default path.. There is already code that 2004-08-06 15:06:06 +00:00
cam Add support iRiver iFP MP3 player 2004-08-08 09:08:37 +00:00
coda
compat
conf MFi386: revision 1.502. 2004-08-05 13:00:11 +00:00
contrib Use in_cksum_skip() to calculate in4_cksum instead of doing handrolled magic 2004-08-05 20:41:38 +00:00
crypto
ddb
dev Fix bad free() usage. 2004-08-09 14:22:58 +00:00
doc
fs use bufdone() not biodone(). 2004-08-08 13:23:05 +00:00
gdb
geom - Introduce option for hardcoding providers' names into metadata. 2004-08-09 11:29:42 +00:00
gnu
i4b
i386 With the advent of pmap locking it makes sense for pmap_copy() to be less 2004-08-08 00:31:58 +00:00
ia64 Implement single stepping when we leave the kernel through the EPC syscall 2004-08-08 00:28:07 +00:00
isa Assume a finger of regular width when no width value is reported by 2004-08-08 01:26:00 +00:00
isofs/cd9660
kern add option to automaticly mark core dumps with the nodump flag 2004-08-09 05:46:46 +00:00
libkern
modules change the name of the md module, to g_md, introduce a define with the 2004-08-09 06:45:20 +00:00
net Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in 2004-08-07 09:32:04 +00:00
net80211
netatalk
netatm
netgraph
netinet New ipfw option "antispoof": 2004-08-09 16:12:10 +00:00
netinet6 Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead 2004-08-06 03:45:45 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient
nfsserver
opencrypto
pc98 MFi386: revision 1.597. 2004-08-05 13:01:29 +00:00
pccard
pci Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(), 2004-08-07 19:40:19 +00:00
posix4
powerpc Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE 2004-08-07 00:20:00 +00:00
rpc
security
sparc64
sys change the name of the md module, to g_md, introduce a define with the 2004-08-09 06:45:20 +00:00
tools
ufs use bufdone() not biodone(). 2004-08-08 13:23:05 +00:00
vm Make two changes to vm_fault(). 2004-08-09 06:01:46 +00:00
Makefile