summaryrefslogtreecommitdiff
path: root/src/dev/net/Ethernet.py
AgeCommit message (Expand)Author
2019-04-24dev: Use the new Port role mechanism to make an EtherInt Port type.Gabe Black
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
2019-03-15dev: Make the EtherDevice class inherit EtherObject.Gabe Black
2019-03-15dev: Turn EtherObject into an interface class.Gabe Black
2019-02-12python: Don't assume SimObjects live in the global namespaceAndreas Sandberg
2017-06-03dev: Add a version of EtherTap which uses the tap driver.Gabe Black
2017-06-03dev: Refactor the EtherTapStub to make room for using tap.Gabe Black
2017-06-03dev: Rename EtherTap to be EtherTapStub.Gabe Black
2017-06-02dev: Add a missing parameter to the EtherTap device.Gabe Black
2016-10-26dev: Add m5 op to toggle synchronization for dist-gem5.Michael LeBeane
2016-02-06dist, dev: add an ethernet switch modelMohammad Alian
2016-01-07dev: Distributed Ethernet link for distributed gem5 simulationsGabor Dozsa
2015-12-10dev: Move network devices to src/dev/net/Andreas Sandberg