ed(4): Replace a forgotten crit_exit() with lwkt_serialize_exit().
[dragonfly.git] / sys / dev / netif / ed / if_ed.c
2012-01-02 Sascha Wildnered(4): Replace a forgotten crit_exit() with lwkt_serial...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-04 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
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-06-25 Simon SchubertRemove OLDBRIDGE
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
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-01 Sepherosa Ziehau- make declaration of ed_get_packet(), ed_ring_copy...
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-14 Joerg SonnenbergerConvert to critical sections.
2005-06-11 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
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-02-15 Joerg SonnenbergerALTQ support.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2005-01-04 Chris PresseyStyle(9): remove `register' keywords.
2004-09-14 Joerg Sonnenbergertimeout/untimeout ==> callout_*
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-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 SonnenbergerSync if_ed with FreeBSD current
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'weird' the way English expects it.
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-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: