summaryrefslogtreecommitdiff
path: root/src/dev/i8254xGBe.hh
AgeCommit message (Expand)Author
2015-12-10dev: Move network devices to src/dev/net/Andreas Sandberg
2015-12-10dev: Move existing PCI device functionality to src/dev/pciAndreas Sandberg
2015-11-09dev: Don't access the platform directly in PCI devicesAndreas Sandberg
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor and simplify the drain APIAndreas 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
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-08-21Clock: Move the clock and related functions to ClockedObjectAndreas Hansson
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2012-03-19gcc: Clean-up of non-C++0x compliant code, first stepsAndreas Hansson
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-04-15tick: rename Clock namespace to SimClockNathan Binkert
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-20igbe: Fix descriptor cache bug.Steve Reinhardt
2009-04-22i8254xGBe: major style overhaul.Steve Reinhardt
2009-03-25CPA: Fix a typo that managed to sneak in.Ali Saidi
2009-02-26CPA: Add annotations to IGbE and CopyEngine device models.Ali Saidi
2009-01-06IGbE: Implement header splitting with large MTUAli 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-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-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-05-14couple more bug fixes for intel nicAli 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-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