kernel/altq: Move a dereference below the NULL check.
[dragonfly.git] / sys / net / altq / altq_hfsc.c
2011-12-30 Sascha Wildnerkernel/altq: Move a dereference below the NULL check.
2011-12-21 Sepherosa Ziehaualtq/hfsc: Clear poll-cache if the cached hfsc class...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-09-09 Jan Lentferpf: Update to OpenBSD 4.2
2010-08-08 Jan Lentferpf: Update packet filter to the version that comes...
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-24 Matthew DillonPurge the IFQ when associating a new altq. Packets...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
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...