Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / dev / netif / wl / if_wl.c
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-11 Sascha WildnerRemove two unused variables and improve readability...
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-08-06 Sascha WildnerPerform the following cleanup in sys/dev/netif:
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-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-07-07 Joerg SonnenbergerConvert to NEWBUS, remove ISA compat.
2005-06-27 Sascha WildnerFix wrong list head which crept in with the last commit.
2005-06-20 Joerg SonnenbergerUse queue(3) macros for if_multiaddrs.
2005-06-14 Joerg SonnenbergerNuke code dealing with empty address list or trying...
2005-06-06 Max OkumotoRemove spl*() in src/sys/dev/netif/{ste,ti,tl,tx,txp...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-02-20 Joerg SonnenbergerALTQ support.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-04 Hiten PandyaCatch up with if_ioctl prototype changes (see rev....
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: