Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / dev / netif / wi / if_wi.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-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-04-08 Sepherosa ZiehauNuke unnecessary NULL node checks.
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:
2006-05-18 Sepherosa ZiehauSync 802.11 support with FreeBSD6:
2005-12-31 Sepherosa ZiehauMove bus_teardown_intr() from wi_free() into wi_detach...
2005-12-31 Sepherosa Ziehau{ether,ieee80211}_ifdetach() can't be called with seria...
2005-12-16 Matthew DillonProperly integrate the now mandatory serializer into...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-07-03 Joerg SonnenbergerSlightly chance the order of interrupt handling. First...
2005-06-30 Joerg SonnenbergerTear down interrupt in wi_free when necessary.
2005-06-30 Joerg SonnenbergerUse if_printf, especially for DPRINTF. Merge two DPRINT...
2005-06-11 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-08 Joerg SonnenbergerFix detach order: We have to unhook the interrupt first...
2005-06-06 Max OkumotoRemove spl*() in src/sys/dev/netif/wi
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-02 Joerg SonnenbergerFix CPP buglet.
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-14 Joerg SonnenbergerInitial part of DEVICE_POLLING support for wi(4). Still...
2004-09-06 Joerg SonnenbergerImport the new wi(4) driver based on the generic 802...
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h.
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-25 Joerg SonnenbergerAdd missing WI_UNLOCK
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-13 Joerg SonnenbergerAdd __DragonFly__
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-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: