kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / dev / netif / fwe / if_fwe.c
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-09-09 Sepherosa Ziehau- Make fwe(4) aware of IFF_POLLING setting in its if_in...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-12-31 Sepherosa Ziehau{ether,ieee80211}_ifdetach() can't be called with seria...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-08-29 Sepherosa ZiehauRemove unnecessary bzero(softc).
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-05-31 Joerg Sonnenbergerif_printf / device_printf cleanup.
2005-05-25 Joerg SonnenbergerRemove some compat junk, deindent a switch.
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-02-18 Joerg SonnenbergerALTQ support.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-02-05 Joerg SonnenbergerSecond part of the firewire sync. Add defined(__DragonF...
2004-02-05 Joerg SonnenbergerSync DragonFly and FreeBSD-current's FireWire driver.
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-08-27 Robert Garrett__P!= wanted
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: