NetBSD/sys/net/agr
pooka b014350f7f Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client.  This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached.  However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff.  ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
2010-01-19 22:08:16 +00:00
..
files.agr
ieee8023_slowprotocols.h
ieee8023_tlv.c
ieee8023_tlv.h
ieee8023ad_impl.h
ieee8023ad_lacp_debug.c
ieee8023ad_lacp_debug.h
ieee8023ad_lacp_impl.h
ieee8023ad_lacp_select.c
ieee8023ad_lacp_sm_mux.c
ieee8023ad_lacp_sm_ptx.c
ieee8023ad_lacp_sm_rx.c
ieee8023ad_lacp_sm_tx.c
ieee8023ad_lacp_sm.h
ieee8023ad_lacp_timer.c
ieee8023ad_lacp.c Add vlan support and hardware offload capabilities to agr. 2009-05-29 04:57:04 +00:00
ieee8023ad_lacp.h
ieee8023ad_marker.c
ieee8023ad_marker.h
ieee8023ad.h
if_agr.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:08:16 +00:00
if_agrether_hash.c
if_agrether.c comment style. no functional change. 2009-06-09 22:21:54 +00:00
if_agrethervar.h
if_agrioctl.h
if_agrmonitor.c
if_agrsoftc.c ansify function definitions 2009-03-15 21:23:31 +00:00
if_agrsubr.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:08:16 +00:00
if_agrsubr.h
if_agrtimer.c
if_agrvar_impl.h Add vlan support and hardware offload capabilities to agr. 2009-05-29 04:57:04 +00:00
if_agrvar.h
Makefile Install agr ioctl header and stop putting our hand under the sys skirt 2009-05-26 21:58:31 +00:00