kernel - All lwkt thread now start out mpsafe part 1/2
[dragonfly.git] / sys / net / route.c
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-06-07 Sepherosa Ziehauroute_output: Fix RTM_DELETE rtentry leakage
2009-02-17 Sepherosa Ziehauroute: Replicate mask_rnhead to each CPU; unbreak genma...
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs on route_output(RTM_C...
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs generated by rtlookup...
2009-02-17 Sepherosa Ziehauroute: Add rtsearch_global(), which is used to fix...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2008-12-27 Sepherosa ZiehauUse backtrace() instead of db_print_backtrace()
2008-11-09 Sepherosa ZiehauWe don't need to register route threads for netmsg_serv...
2008-10-20 Sepherosa ZiehauIn route_init(), call netmsg_service_port_init(); mainl...
2008-10-19 Sepherosa ZiehauInstead of using lwkt_migratecpu(), use ifnet threads...
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-09-11 Sepherosa Ziehau- Add rtfree_remote(), which send rtentry to its owner...
2008-07-20 Nuno AntunesFix compilation warning.
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-06-05 Sepherosa ZiehauAdd rt_cpuid, which records rtentry's owning CPU id...
2007-12-05 Sascha WildnerImprove wording of the comment for rtable_service_loop().
2007-08-09 Matthew DillonAdd the MBUF_DEBUG option. This is a fairly invasive...
2007-07-06 Sepherosa ZiehauAfter lwkt_waitmsg/lwkt_waitport splitting, the second...
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-11 Matthew Dillonin_ifadown() was only cleaning up the route table on...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-05-02 YONETANI TomokazuFix typo inside #ifdef SMP.
2005-05-01 Hiten PandyaNetworking routing statistics on a per-CPU basis:
2005-03-04 Jeffrey HsuReadability changes.
2005-03-04 Jeffrey HsuNone of the callers of rtredirect() want to know the...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-02-28 Jeffrey HsuClear up confusion about negative route reference counts.
2005-02-28 Jeffrey HsuStrip away convoluted route reference counting logic.
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-06 Jeffrey HsuNow that I understand the poorly written BSD routing...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-15 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: