netisr: Add hashcheck method to check and adjust hw provided hash
[dragonfly.git] / sys / net / netisr.h
2011-07-22 Sepherosa Ziehaunetisr: Add hashcheck method to check and adjust hw...
2011-01-31 Sepherosa Ziehaunetisr: Add netisr barrier which stalls all netisrs
2010-10-20 Matthew Dillonnetwork - Fix socket & mbuf leak
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Matthew Dillonkernel - network protocol thread routing
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-03-20 Sepherosa Ziehaunetisr: Add pktinfo struct; add new netisr method to...
2009-03-19 Sepherosa ZiehauRename lwkt_portfn_t to pkt_portfn_t
2008-12-27 Sepherosa ZiehauFactor out 'curnetport'
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-17 Sepherosa ZiehauNuke unused function
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-06-23 Sepherosa ZiehauAdd ether_input_chain2() which could be called by ether...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-03-29 Sepherosa ZiehauAdd MPSAFE version of netmsg_service_loop()
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-06-16 Sepherosa Ziehau- In bridge_enqueue(), dispatch the mbuf to the current...
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-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-01-19 Matthew DillonWhen a PCMCIA networking card is removed the IF code...
2004-07-18 Matthew DillonFix two serious bugs in the IP demux code. First,...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-04-24 Jeffrey HsuThe default protocol threads also need the check for
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-10 Jeffrey HsuMake the declaration of notifymsglist visible outside...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2003-11-23 Matthew DillonNETISR_POLL cannot use isr 0. Use isr 1.
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-26 Robert Garrett__P() removal
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: