freebsd-dev/sys/contrib/pf/net
Robert Watson 13f4c340ae Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
IFF_DRV_RUNNING, as well as the move from ifnet.if_flags to
ifnet.if_drv_flags.  Device drivers are now responsible for
synchronizing access to these flags, as they are in if_drv_flags.  This
helps prevent races between the network stack and device driver in
maintaining the interface flags field.

Many __FreeBSD__ and __FreeBSD_version checks maintained and continued;
some less so.

Reviewed by:	pjd, bz
MFC after:	7 days
2005-08-09 10:20:02 +00:00
..
if_pflog.c Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and 2005-08-09 10:20:02 +00:00
if_pflog.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
if_pfsync.c Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and 2005-08-09 10:20:02 +00:00
if_pfsync.h Defer ip_output of pfsync updates to an independent callout thread instead 2005-06-10 17:23:49 +00:00
pf_if.c Resolve conflicts created during the import of pf 3.7 Some features are 2005-05-03 16:43:32 +00:00
pf_ioctl.c Mark pf callouts as NET_MPSAFE. 2005-06-12 16:46:20 +00:00
pf_norm.c move RFC3542 related definitions into ip6.h. 2005-07-20 10:30:52 +00:00
pf_osfp.c Resolve conflicts created during the import of pf 3.7 Some features are 2005-05-03 16:43:32 +00:00
pf_subr.c
pf_table.c Make LINT happy. 2005-05-04 15:29:28 +00:00
pf.c Prevent a race condition. As pf_send_tcp() - called for expired synproxy 2005-07-20 18:58:27 +00:00
pfvar.h Prevent a race condition. As pf_send_tcp() - called for expired synproxy 2005-07-20 18:58:27 +00:00