summaryrefslogtreecommitdiff
path: root/src/dev/ns_gige.cc
AgeCommit message (Expand)Author
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2014-10-16dev: Use shared_ptr for EthPacketDataAndreas Hansson
2014-09-12style: Fix line continuation, especially in debug messagesAndrew Bardsley
2013-09-04arch: Header clean up for NOISA resurrectionAndreas Hansson
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2013-01-07dev: Make the ethernet devices use a non-zero clockAndreas Hansson
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-11-02dev: Fix ethernet device inheritance structureAndreas Sandberg
2012-08-28Clock: Rework clocks to avoid tick-to-cycle transformationsAndreas Hansson
2012-08-21Clock: Move the clock and related functions to ClockedObjectAndreas Hansson
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-27ns_gige: Fix a missing curly brace in if-statementAndreas Hansson
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15debug: create a Debug namespaceNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-23debug: Move debug_break into src/baseNathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-06-17Ethernet: share statistics between all ethernet devices and apply someNathan Binkert
2008-06-17inet: initialization fixes.Nathan Binkert
2007-09-28Rename cycles() function to ticks()Ali Saidi
2007-08-16Devices: Make EtherInts connect in the same way memory ports currently do.Ali Saidi
2007-07-26Merge python and x86 changes with cache branchNathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-30Can only call makeAtomicResponse() once...Steve Reinhardt
2007-06-30Get rid of Packet result field. Error responses areSteve Reinhardt
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2007-02-21Make sure that all variables in the NSGigE device model areNathan Binkert
2006-11-07Removed unnecessary arch/alpha/ev5.hh includeGabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-07-27Need config read/write latency.Kevin Lim
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-06Add default responder to busAli Saidi
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt