- For 350 chips, don't set various INTR bits in TX control word; turning INTR
[dragonfly.git] / sys / dev / netif / an / if_an.c
2008-05-23 Sepherosa Ziehau- For 350 chips, don't set various INTR bits in TX...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-04-07 Sascha WildnerRemove unused variable.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-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-12-11 Sascha Wildner* Ansify function definitions.
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-07-28 Joerg SonnenbergerRemove break after return.
2005-07-28 Joerg SonnenbergerWhile setting up a transmit packet disable interupts...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_an.c 1.2.2.15, if_aironet_ieee...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_anreg.h 1.1.2.9, if_an.c 1.2.2...
2005-07-28 Joerg SonnenbergerRemove unnecessary initialisations. Return ENXIO instea...
2005-07-27 Joerg SonnenbergerFactor out an_detach, since the implementation for...
2005-06-11 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-06 Joerg SonnenbergerConvert splimp to criticial sections for now. Cleanup...
2005-06-06 Joerg SonnenbergerLet the system deal with device shutdown, don't do...
2005-06-06 Joerg SonnenbergerUse WAITOK allocation, fix some arguments and remove...
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-05-24 Joerg SonnenbergerUse bus_alloc_resource_any when possible.
2005-05-24 Joerg Sonnenbergerif_printf / device_printf.
2005-02-21 Joerg SonnenbergerRemove some duplicate FreeBSD CVS IDs, move some IDs...
2005-02-15 Joerg SonnenbergerALTQ support.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2004-09-14 Joerg Sonnenbergertimeout/untimeout ==> callout_*
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-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-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-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
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: