summaryrefslogtreecommitdiff
path: root/src/dev/i8254xGBe.cc
AgeCommit message (Expand)Author
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
2007-06-30Get rid of Packet result field. Error responses areSteve Reinhardt
2007-05-14couple more bug fixes for intel nicAli Saidi
2007-05-09couple of updates in the intel nicAli Saidi
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2007-04-30fix igbe bugAli Saidi
2007-03-29make serialization at least seem to workAli Saidi
2007-03-27some more fixes... non-tso stuff seems to workAli Saidi
2007-03-26first bit of life from the intel gigabit modelAli Saidi
2007-03-22finish up the coding of the Intel Gb NIC... Many Many bugs to squashAli Saidi
2007-03-15add all the registers we'll need to support for the Intel GbE device and supp...Ali Saidi
2006-10-27add packet_access.hhAli Saidi
2006-10-20Merge zizzer:/bk/newmemAli Saidi
2006-10-20still working on getting past initializationAli Saidi
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-09-18add boiler plate intel nic codeAli Saidi