summaryrefslogtreecommitdiff
path: root/src/dev/i8254xGBe.cc
AgeCommit message (Expand)Author
2015-12-10dev: Move network devices to src/dev/net/Andreas Sandberg
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-02-16dev: Fix undefined behaviuor in i8254xGBeAndreas Hansson
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2014-10-16dev: Use shared_ptr for EthPacketDataAndreas Hansson
2014-10-01arm: More UBSan cleanups after additional full-system runsAndreas Hansson
2013-07-11dev: consistently end device classes in 'Device'Steve Reinhardt
2013-02-19scons: Fix warnings issued by clang 3.2svn (XCode 4.6)Andreas Hansson
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-09-10Device: Bump PIO and PCI latencies to more reasonable valuesAndreas Hansson
2012-09-07Igbe: Newer kernels seem to allow TSO headers and packet data to be in one descAli Saidi
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
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-08-15O3,ARM: fix some problems with drain/switchout functionality and add Drain DP...Anthony Gutierrez
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2012-05-10IGbE: Fix writeback conditions for i8254x GbE in updated data sheet.Pritha Ghoshal
2012-02-24MEM: Move port creation to the memory object(s) constructionAndreas Hansson
2011-12-13gcc: fix unused variable warnings from GCC 4.6.1Nathan Binkert
2011-09-13IGbE: Clean up debug printing and proprly account for copied bytes.Ali Saidi
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-04-15tick: rename Clock namespace to SimClockNathan Binkert
2009-06-05types: need typename keyword to get the type.Nathan Binkert
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-04-22i8254xGBe: major style overhaul.Steve Reinhardt
2009-02-26CPA: Add annotations to IGbE and CopyEngine device models.Ali Saidi
2009-01-23IGbE: Fix two e1000 driver bugs that I missed before.Ali Saidi
2009-01-06IGbE: Implement header splitting with large MTUAli Saidi
2009-01-06IGbE: Remove is8257 variableAli Saidi
2008-12-05IGbE: Add support for newer 8257x based Intel NICsAli Saidi
2008-12-05IGbE: Add support for TCP segment offloadAli Saidi
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-08-24IGbE: Patches I neglected to apply before pushing the previous igbe changesetAli Saidi
2008-08-13Add the ability to specify a think time before descriptor fetch/writeback sta...Ali Saidi
2008-08-13More subtle fixes to how interrupts are supposed to work in the device. Fix p...Ali Saidi
2008-07-01Fix cases where RADV interrupt timer is used and make ITR interrupt moderatio...Ali Saidi
2008-06-17Ethernet: share statistics between all ethernet devices and apply someNathan Binkert
2008-05-20IGbE: Implement sending packet that is contained in more than 2 descriptors.Ali Saidi
2008-03-25IGbE: Fix bug that limits wire performance a bitAli Saidi
2008-02-10IGbE: Fix a couple of bugs.Ali Saidi
2007-09-28Rename cycles() function to ticks()Ali Saidi
2007-09-12Devices: More fixes to Intel NIC Model.Ali Saidi
2007-08-26Merge with headGabe Black
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