Allow the syncache to run lock-free in parallel on multiple processors
[dragonfly.git] / sys / netinet / ip_demux.c
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonSince ip_input() truncates the packet to ip->ip_len...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
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-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
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 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
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...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
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...