summaryrefslogtreecommitdiffstats
path: root/sys/modules/bridge
Commit message (Collapse)AuthorAgeFilesLines
* opt_pfil_hooks.h is no longer required.andre2004-08-271-1/+0
|
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-9/+0
| | | | | | | | | | | compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and thus it becomes a standard part of the network stack. If no hooks are connected the entire packet filter hooks section and related activities are jumped over. This removes any performance impact if no hooks are active. Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well.
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-0/+10
| | | | | | | | | | | o revamp IPv4+IPv6+bridge usage to match API changes o remove pfil_head instances from protosw entries (no longer used) o add locking o bump FreeBSD version for 3rd party modules Heavy lifting by: "Max Laier" <max@love2party.net> Supported by: FreeBSD Foundation Obtained from: NetBSD (bits of pfil.h and pfil.c)
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-0/+8
Submitted by: billf
OpenPOWER on IntegriCloud