netisr: Add hashcheck method to check and adjust hw provided hash
[dragonfly.git] / sys / netinet / ip_var.h
2011-07-22 Sepherosa Ziehaunetisr: Add hashcheck method to check and adjust hw...
2011-03-03 Peter AvalosRemove insque()/remque() from kernel code.
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-03-26 Sepherosa Ziehauip_forward: Don't cache IP forwarding route.
2009-03-21 Sepherosa Ziehauip_demux: Add ip_mport_pktinfo() to map IP packets...
2008-09-13 Sepherosa Ziehau- Move IPDIVERT related bits into netinet/ip_divert.c
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-08-28 Sepherosa ZiehauMove IPDIVERT related declaration from netinet/ip_var...
2008-08-28 Sepherosa ZiehauMake IPDIVERT transparent to ip reassemble code by...
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2006-09-30 Sascha WildnerRearrange stuff a bit to satisfy GCC 4.1.
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-08-15 Matthew DillonConvert RANDOM_IP_ID into a sysctl.
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-04-11 Hiten PandyaMechanical cleanup of IP per-cpu statistics code, bette...
2005-04-11 Hiten PandyaRemove the '_GD' macro hack:
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-10-20 Jeffrey HsuSeparate out the length checks from IP dispatch and...
2004-07-18 Matthew DillonFix two serious bugs in the IP demux code. First,...
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-05-03 Hiten PandyaMake IP statistics counters per-CPU so they can be...
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: