misc: Fix a few accidental transitive includes.
[gem5.git] / src / dev / net /
2020-10-15 Gabe Blackdev: Rework how PCI BARs are set up in python and C++.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-23 Gabe Blackmisc: Delete the critical path annotation code.
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-03 Gabe Blackmisc: Make many includes explicit.
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-25 Gabe Blacksim,dev: Get rid of the global retryTime constant.
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackdev: Delete the authors list from files in src/dev.
2019-10-30 Gabe Blackdev: Remove TheISA from ns_gige.cc.
2019-10-30 Gabe Blackdev: Remove SINIC_VTOPHYS and related code.
2019-10-03 Bobby R. Brucedev, misc: Fixing "may be used unitialized" compilation...
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-04-24 Gabe Blackdev: Use the new Port role mechanism to make an EtherIn...
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackmem: Move bind() and unbind() into the Port class.
2019-03-15 Gabe Blackdev: Make EtherInt inherit from Port.
2019-03-15 Gabe Blackdev: Make the EtherDevice class inherit EtherObject.
2019-03-15 Gabe Blackdev: Turn EtherObject into an interface class.
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2018-10-17 Gabe Blackdev: Explicitly specify the endianness for packet acces...
2018-10-17 Gabe Blackdev: Build most of the networking devices in the NULL_I...
2018-09-11 Pin-Yen Linnet: Fix a bug when receiving fragamented packets
2018-09-07 Pin-Yen Linnet: Fix a bug when handling IPv6 packets
2018-04-05 Gabe Blackdev: Make sure the EtherTap device uses the right event...
2018-03-06 Siddhesh Poyarekardev: Don't fall through into BRAR after RFDR case
2018-03-06 Siddhesh Poyarekardev: Leave last byte in strncpy for NULL
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-07-12 Sean Wilsonnet: Refactor some Event subclasses to lambdas
2017-06-20 Sean Wilsondev: Replace EventWrapper use with EventFunctionWrapper
2017-06-09 Gabe Blackdev: Avoid arbitrarily deep stack depth in the i8254xGB...
2017-06-03 Gabe Blackdev: Add a version of EtherTap which uses the tap driver.
2017-06-03 Gabe Blackdev: Refactor the EtherTapStub to make room for using...
2017-06-03 Gabe Blackdev: Rename EtherTap to be EtherTapStub.
2017-06-02 Gabe Blackdev: Add a missing parameter to the EtherTap device.
2017-05-02 Andreas Sandbergbase, sim, dev: Remove SWIG
2017-02-09 Bjoern A. Zeebdev: net/i8254xGBe add two more wakeup registers to...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-12-06 Gabor Dozsadev: Fix race conditions at terminating dist-gem5 simul...
2016-11-29 Michael LeBeanedev: Fix buffer length when unserializing an eth pkt
2016-10-27 Michael LeBeanedev: Add m5 op to toggle synchronization for dist-gem5.
2016-10-27 mlebeanedev: Add 'simLength' parameter in EthPacketData
2016-09-14 Michael LeBeanedev: Exit correctly in dist-gem5
2016-07-19 Mohammad Aliandev, dist: Fixed a scheduling bug in the etherswitch
2016-06-08 Mohammad Aliandist, dev: Fixed the packet ordering in etherswitch
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2016-02-15 Andreas Hanssonmisc: Add missing overrides to appease clang
2016-02-07 Steve Reinhardtstyle: eliminate explicit boolean comparisons
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-02-06 Mohammad Aliandist, dev: add an ethernet switch model
2016-01-18 Steve Reinhardtsim: don't ignore SIG_TRAP
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2016-01-07 Gabor Dozsadev: Distributed Ethernet link for distributed gem5...
2015-12-10 Andreas Sandbergdev: Move network devices to src/dev/net/