vkernel - more crit section work to avoid pthread reentrancy.
[dragonfly.git] / sys / dev / virtual / net / if_vke.c
2009-05-24 Matthew Dillonvkernel - more crit section work to avoid pthread reent...
2009-05-15 Matthew DillonUse the new cothread_delete() API in vke_stop().
2009-05-15 Joe Talbottif_vke: Convert from kqueue API to cothread API.
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2008-05-27 Matthew DillonGenerate a semi-random MAC address when connecting...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2007-07-02 Matthew DillonExhaust the virtual kernel network interface even if...
2007-04-20 Sascha WildnerMake hw.vkeX.tap_unit sysctl read only.
2007-02-10 Sepherosa Ziehau- Move vke_softc.sc_kqueue initialization from vke_star...
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-15 Matthew DillonAdd kqueue based async I/O support to the virtual kerne...
2007-01-14 Sepherosa Ziehau- Add multi pseudo network interface support for vkernel
2007-01-10 Sascha Wildner[committed on behalf of sephe]