freebsd-dev/sys/net
Shteryana Shopova daacddcac8 Add two new flags to if_bridge(4) indicating whether the edge flag
of the bridge port and path cost have been administratively set or
calculated automatically by RSTP.

Make sure to transition from non-edge to edge when the port goes down
and the edge flag was manually set before.
This is needed to comply with the condition
	((!portEnabled && AdminEdge) || ....)
in the Bridge Detection State Machine (IEE802.1D-2004, p. 171).

Reviewed by:	thompsa
Approved by:	bz (mentor)
2006-12-04 14:45:02 +00:00
..
bpf_compat.h
bpf_filter.c
bpf_jitter.c
bpf_jitter.h
bpf.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
bpf.h
bpfdesc.h
bridgestp.c Add two new flags to if_bridge(4) indicating whether the edge flag 2006-12-04 14:45:02 +00:00
bridgestp.h Add two new flags to if_bridge(4) indicating whether the edge flag 2006-12-04 14:45:02 +00:00
bsd_comp.c Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
ethernet.h Use CTASSERT to make sure: 2006-12-01 07:06:35 +00:00
fddi.h
firewire.h
if_arc.h
if_arcsubr.c
if_arp.h
if_atm.h
if_atmsubr.c Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefs 2006-12-01 22:45:43 +00:00
if_bridge.c Add two new flags to if_bridge(4) indicating whether the edge flag 2006-12-04 14:45:02 +00:00
if_bridgevar.h Add two new flags to if_bridge(4) indicating whether the edge flag 2006-12-04 14:45:02 +00:00
if_clone.c
if_clone.h
if_disc.c
if_dl.h
if_ef.c
if_enc.c
if_ethersubr.c Currently, drivers that support hardware offload of VLAN tag 2006-11-18 23:17:22 +00:00
if_faith.c
if_fddisubr.c Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
if_fwsubr.c Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
if_gif.c Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
if_gif.h
if_gre.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
if_gre.h
if_iso88025subr.c Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
if_llc.h Move the __packed declarations. This makes sizeof(struct llc) 8 again 2006-12-01 17:50:11 +00:00
if_loop.c fixed a bug that local IPv6 traffic (to an address configured on an 2006-09-22 01:31:22 +00:00
if_media.c
if_media.h
if_mib.c
if_mib.h
if_ppp.c Teach an IPv6 to ppp(4). 2006-11-11 15:02:04 +00:00
if_ppp.h
if_pppvar.h Teach an IPv6 to ppp(4). 2006-11-11 15:02:04 +00:00
if_sl.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
if_slvar.h
if_sppp.h
if_spppfr.c
if_spppsubr.c
if_stf.c Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h 2006-10-22 11:52:19 +00:00
if_stf.h
if_tap.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
if_tap.h Fix our ioctl(2) implementation when the argument is "int". New 2006-09-27 19:57:02 +00:00
if_tapvar.h
if_tun.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
if_tun.h
if_types.h
if_var.h
if_vlan_var.h
if_vlan.c - Update the baudrate every time the parent changes its link state. 2006-10-11 10:06:35 +00:00
if.c The recent issues with em(4) interface has shown that the old 4.4BSD 2006-11-30 15:02:01 +00:00
if.h
iso88025.h
netisr.c Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. This 2006-11-28 11:19:36 +00:00
netisr.h
pfil.c
pfil.h
pfkeyv2.h
ppp_comp.h
ppp_deflate.c
ppp_defs.h
ppp_tty.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
route.c Initialize a local variable in 2 places just before it is used, not always 2006-11-23 05:57:15 +00:00
route.h
rtsock.c Sweep kernel replacing suser(9) calls with priv(9) calls, assigning 2006-11-06 13:42:10 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h