netisr: Add hashcheck method to check and adjust hw provided hash
[dragonfly.git] / sys / netinet / ip_demux.c
2011-07-22 Sepherosa Ziehaunetisr: Add hashcheck method to check and adjust hw...
2011-01-17 Sepherosa Ziehauudp ctlport: We should call udp_addrcpu() instead of...
2010-12-29 Sepherosa Ziehauip_demux: Update comment for tcp_ctlport()
2010-12-29 Sepherosa Ziehauip_demux: Update comment for ip_lengthcheck()
2010-09-18 Matthew Dillonnetwork - Remove debugging kprintfs
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Matthew Dillonnetwork - UDP currently only going to one proto thread
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Matthew Dillonnetwork - Make toeplitz the default
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-09-10 Matthew DillonIPV6 - Attempt to fix tcp46 compatibility listen sockets
2009-03-22 Sepherosa Ziehaunetisr: Set M_HASH and pkthdr.hash if software calculat...
2009-03-21 Sepherosa Ziehauip_demux: Add ip_mport_pktinfo() to map IP packets...
2009-03-21 Sepherosa Ziehautoeplitz: Hash function renaming
2009-03-17 Sepherosa ZiehauAdd M_LENCHECKED mbuf flag.
2009-03-17 Sepherosa Ziehauip_demux: If RSS kernel option is set, use Toeplitz...
2009-03-14 Sepherosa Ziehauip_demux: Wrap INP_MPORT_HASH_{TCP,UDP}() around INP_MP...
2009-03-14 Sepherosa Ziehauip_demux: Test IN_MULTICAST() if RSS kernel option...
2008-11-11 Sepherosa Ziehau- If we receive redirect or host dead ICMP message...
2008-10-28 Sepherosa ZiehauIn ip_lengthcheck(), make sure that pkthdr.len is not...
2008-10-28 Sepherosa ZiehauAdd comment about ip_lengthcheck()
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-03-29 Sepherosa ZiehauAdd two tunables to run netisr and udp_thread without...
2008-03-26 Sepherosa ZiehauFix bugs concerning cached route entry in UDP inpcb.
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-11-26 Sepherosa ZiehauFor ip_lengthcheck():
2007-11-26 Sepherosa ZiehauUse m_freem() to free the whole mbuf chain.
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2005-03-23 Jeffrey HsuWe can only do upper-layer protocol length checks on...
2005-03-23 Matthew DillonCorrect the th_off check against ip_len. The check...
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
2005-01-19 Matthew DillonWhen a PCMCIA networking card is removed the IF code...
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-08-28 Matthew DillonSince ip_input() truncates the packet to ip->ip_len...
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
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-07-06 Matthew DillonIn ip_mport() (IP packet demux code), check the minimum...
2004-04-24 Jeffrey HsuThe default protocol threads also need the check for
2004-04-24 Jeffrey HsuReplicate the TCP listen table to give each cpu its...
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-09 Jeffrey HsuFix typo with last minute change in last commit.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-05 Jeffrey HsuConsistently use "foreign" and "local", which are invar...
2004-04-03 Jeffrey HsuFix byte-order.
2004-04-01 Jeffrey HsuConsolidate length checks in ip_demux().
2004-04-01 Jeffrey HsuRemove the ip_mthread_enable sysctl option. Enough...
2004-03-23 Jeffrey HsuDo all the length checks before returning even if ...
2004-03-22 Jeffrey HsuConsolidate length checks in ip_demux().
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuVerify code assumption on number of processors with...
2004-03-05 Jeffrey HsuUse power of 2 masking to make packet hash function...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-10 Matthew DillonWhat happens when you mod a negative number? Mask...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...