Well, if you're using the same kernel version as me, that backtrace decodes to:
panic in: IONetworkInterface::isRegistered()
in IOInterruptEventSource::enable()
in IOInterruptEventSource::getAutoDisable()
in IOWorkLoop::disableAllEventSources()
in IOWorkLoop::enableAllInterrupts()
Translated:
The kernel needed to go enable interrupt handling (had you just restarted, or woken from sleep?), so it temporarily disabled all I/O sources; however, when it came to one of your network interfaces, asking that whether it was registered with the system caused a kernel panic. I'm inclined to suspect faulty hardware or drivers.. do you have any strange sort of ethernet or wireless card?