freebsd-skq/sys/net
thompsa 6ca525e443 If we have been called from ether_ifdetach() then do not try and clear the
promisc flag from the member interface, this is a no-op anyway since the
interface is disappearing. The driver may have already released
its resources such as miibus and this is likely to panic the kernel.

Submitted and tested by:	Wojciech A. Koszek
MFC after:			2 weeks
2005-10-23 22:30:07 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c Protect PID initializations for statistics by the bpf descriptor 2005-10-04 15:06:10 +00:00
bpf.h Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commands 2005-08-22 19:35:48 +00:00
bpfdesc.h Instead of caching the PID which opened the bpf descriptor, continuously 2005-09-05 23:08:04 +00:00
bridgestp.c Change most of the bridge and stp funtions to static. This has highlighted 2005-10-14 10:38:12 +00:00
bsd_comp.c
ethernet.h
fddi.h
firewire.h
if_arc.h
if_arcsubr.c
if_arp.h
if_atm.h
if_atmsubr.c
if_bridge.c If we have been called from ether_ifdetach() then do not try and clear the 2005-10-23 22:30:07 +00:00
if_bridgevar.h Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c 2005-10-14 02:38:47 +00:00
if_clone.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_clone.h
if_disc.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_dl.h
if_ef.c
if_ethersubr.c Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c 2005-10-14 02:38:47 +00:00
if_faith.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_fddisubr.c
if_fwsubr.c Be pedantic here: We're converting from network byte order to host 2005-10-12 19:12:46 +00:00
if_gif.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_gif.h
if_gre.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_gre.h
if_iso88025subr.c
if_llc.h
if_loop.c
if_media.c
if_media.h
if_mib.c Before we export network interface data through the ifmibdata structure, 2005-10-23 01:44:08 +00:00
if_mib.h
if_ppp.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_ppp.h
if_pppvar.h
if_sl.c Use new (inline) functions for calls into driver. 2005-10-16 20:44:18 +00:00
if_slvar.h
if_sppp.h
if_spppfr.c
if_spppsubr.c Use monotonic time_uptime instead of 'time_second' as timebase 2005-09-19 22:27:07 +00:00
if_stf.c Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
if_stf.h
if_tap.c
if_tap.h
if_tapvar.h
if_tun.c
if_tun.h
if_types.h
if_var.h Big polling(4) cleanup. 2005-10-01 18:56:19 +00:00
if_vlan_var.h Use VLAN_TAG_VALUE() not only to read a dot1q tag 2005-08-31 11:36:50 +00:00
if_vlan.c Improve handling flags that must be propagated 2005-10-03 02:24:21 +00:00
if.c Clean up consistency checks in if_setflag(): 2005-10-03 02:14:51 +00:00
if.h Big polling(4) cleanup. 2005-10-01 18:56:19 +00:00
iso88025.h
net_osdep.h
netisr.c - Don't pollute opt_global.h with DEVICE_POLLING and introduce 2005-10-05 10:09:17 +00:00
netisr.h
pfil.c
pfil.h
pfkeyv2.h
ppp_comp.h
ppp_deflate.c
ppp_defs.h
ppp_tty.c Use new (inline) functions for calls into driver. 2005-10-16 20:44:18 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c Several fixes to rt_setgate(), that fix problems with route changing: 2005-09-21 11:58:10 +00:00
route.h Remove bogous semicolons at the end of the definitions of 2005-09-14 14:57:04 +00:00
rtsock.c Drop current rtentry lock before calling rt_getifa(). This fixes a LOR 2005-09-19 16:27:22 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c Forward declare z_errmsg with static linkage since it is defined 2005-09-11 16:13:02 +00:00
zlib.h