rl(4): Fix an old typo
[dragonfly.git] / sys / dev / netif / rl / if_rl.c
2011-06-02 Sepherosa Ziehaurl(4): Fix an old typo
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2009-10-21 Sepherosa Ziehaurl(4): Read IDR to extract MAC address for unknown...
2009-02-17 Sepherosa Ziehaurl(4): Don't use magic number
2009-02-17 Sepherosa Ziehaurl(4): Rework busdma(9) related bits
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-06-26 Hasso TepperNuke "is is" stammering.
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-07 Sepherosa ZiehauSerializer is already held before calling rl_watchdog().
2006-08-06 Sascha WildnerPerform the following cleanup in sys/dev/netif:
2006-08-01 Sascha WildnerUse pcidevs.h.
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-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-06-14 Joerg SonnenbergerResource allocate now turns on port / memory bit in...
2005-06-12 Joerg SonnenbergerTypo.
2005-06-09 Joerg SonnenbergerConvert to critical sections, move timer reset into...
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-05-24 Joerg SonnenbergerUse bus_alloc_resource_any when possible.
2005-05-20 Joerg SonnenbergerRework TX EOF handling. We have to always check for...
2005-02-21 Joerg SonnenbergerRemove some duplicate FreeBSD CVS IDs, move some IDs...
2005-02-12 Joerg SonnenbergerALTQ support.
2004-11-10 Joerg Sonnenberger- style(9) cleanup
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-17 Joerg SonnenbergerDon't return 0 from rl_probe, because rl(4) is not...
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-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
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-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: