index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
ns_gige.cc
Age
Commit message (
Expand
)
Author
2004-10-25
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smp
Ali Saidi
2004-10-25
changes to make interrupts part of the platform rather than tsunami
Ali Saidi
2004-10-23
flesh out the TCP/IP/Ethernet support
Nathan Binkert
2004-10-23
get rid of some unused variables
Nathan Binkert
2004-10-22
Clean up the Range class and associated usages. The code was
Nathan Binkert
2004-09-20
Clean up network header stuff and make it more generic. Use
Nathan Binkert
2004-08-20
Fixup interrupting of the ethernet device.
Nathan Binkert
2004-08-11
cleanup interrupt code for gigabit device
Nathan Binkert
2004-07-30
better debugging
Nathan Binkert
2004-07-30
Fix a few bugs in the receive state machine. In doing back to tracking
Nathan Binkert
2004-07-30
make all ethernet dma use the new interface
Nathan Binkert
2004-07-30
better debugging of DMA operations
Nathan Binkert
2004-07-26
style
Nathan Binkert
2004-07-21
Wrap tracing stuff in #if TRACING_ON to avoid compile error
Nathan Binkert
2004-07-14
Fix infinite loop in ns_gige stat machine
Nathan Binkert
2004-07-12
make the cache access latency a parameter that is based on bus
Nathan Binkert
2004-07-12
make tx/rx fifo size a param, also fix the empty dma problem by adjusting the...
Lisa Hsu
2004-07-09
when you add caches, dma commands within the state machine are delayed and ca...
Lisa Hsu
2004-07-06
tag each mem_req as coming from the nic if it is DMA'd from the NIC. the NIC...
Lisa Hsu
2004-07-05
these changes are an undo from my last changeset. these are meant for later.
Lisa Hsu
2004-07-04
almost forgot to do this - hope it doesn't mess up schedule.
Lisa Hsu
2004-06-30
fix transmit side checksum offloading to not generate a pseudo header.
Lisa Hsu
2004-06-21
l
Lisa Hsu
2004-06-12
minor mods for mimicking NS83820 functionality
Lisa Hsu
2004-06-11
fix serialization
Lisa Hsu
2004-06-10
Merge zizzer.eecs.umich.edu:/bk/linux
Lisa Hsu
2004-06-10
fix some things on linux todo list. 1) the config.ini. 2) the etherpkt stru...
Lisa Hsu
2004-06-10
Fixes for detailed boot, made cttz and ctlz instructions more compact,
Ali Saidi
2004-06-04
Merge zizzer:/bk/linux
Andrew Schultz
2004-06-04
Changes to support serialization with PCI devices
Andrew Schultz
2004-06-04
Updated copyright on Tsunami and kern/linux files.
Ali Saidi
2004-05-26
this now pings in single-user mode, so it should ping in other modes fine as ...
Lisa Hsu
2004-05-25
Changed name of lisa's device to NSgigE instead of Etherdev so it
Ali Saidi
2004-05-21
rename namespace Statistics to Stats
Nathan Binkert
2004-05-18
fix the indefinite interrupting of the ethernet device.
Lisa Hsu
2004-04-21
just comment ns_gige.cc a little more
Lisa Hsu
2004-04-21
This is where I'm at for Linux Ethernet before I head to Mexico.
Lisa Hsu
2004-03-12
first pass at ns_ethernet device. more will come later as i merge in nate's ...
Lisa Hsu