Age | Commit message (Expand) | Author |
2006-03-03 | Ethernet devices have an RSS option to tell the driver to | Nathan Binkert |
2006-02-21 | Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old... | Gabe Black |
2006-02-20 | Get rid of the code that delays PIO write accesses | Nathan Binkert |
2006-02-17 | Get rid of deque (poor memory allocation), switch them over to lists. | Kevin Lim |
2006-02-16 | Changed the fault enum into a class, and fixed everything up to work with it.... | Gabe Black |
2005-11-25 | Virtualize sinic | Nathan Binkert |
2005-11-21 | add support for delaying pio writes until the cache access occurs | Nathan Binkert |
2005-11-20 | io_bus is split out into pio_bus and dma_bus so that any device | Nathan Binkert |
2005-10-18 | use the dedicated flag, no more exposing the m5reg directly | Nathan Binkert |
2005-10-12 | Add support for 64-bit addresses to the NS GigE device model. | Nathan Binkert |
2005-08-15 | Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 | Benjamin Nash |
2005-08-15 | Changes for getting FreeBSD to run. | Miguel Serrano |
2005-08-12 | Improve FreeBSD networking support. | Benjamin Nash |
2005-06-28 | Merge m5read@m5.eecs.umich.edu:/bk/m5 | Benjamin Nash |
2005-06-27 | Implement a state machine clock that acutally limits how fast | Nathan Binkert |
2005-06-17 | I/O changes and SkipFuncEvents to increase FreeBSD compatibility. | Benjamin Nash |
2005-06-05 | Many files: | Steve Reinhardt |
2005-06-05 | split uart into urt8250 and uart8530 | Ali Saidi |
2005-06-01 | Standardize clock parameter names to 'clock'. | Steve Reinhardt |
2005-04-29 | Add suport for no allocation of cache block on a dma read passing through a c... | Ron Dreslinski |
2005-04-24 | Add the m5 parameter to the ns83820 device model so that we | Nathan Binkert |
2005-04-11 | Make the notion of a global event tick independent of the actual | Nathan Binkert |
2005-01-21 | Merge zizzer.eecs.umich.edu:/bk/m5 | Kevin Lim |
2005-01-19 | added total bytes/bandwidth/packets formulas to nics | Ali Saidi |
2005-01-18 | Merge changes to make m5 g++ 3.4 compatible. | Kevin Lim |
2005-01-15 | New and improved configuration mechanism. No more writing of | Nathan Binkert |
2005-01-14 | Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change... | Kevin Lim |
2004-11-18 | add a bunch of stats for interrupt classification, coalescing characterizatio... | Lisa Hsu |
2004-11-13 | Use the new PacketFifo class to avoid manual calculations | Nathan Binkert |
2004-11-13 | we shouldn't ever pass around references to PacketPtrs, | Nathan Binkert |
2004-11-13 | Use parameter structs for initialization so it's easier | Nathan Binkert |
2004-10-23 | flesh out the TCP/IP/Ethernet support | Nathan Binkert |
2004-09-20 | Clean up network header stuff and make it more generic. Use | Nathan Binkert |
2004-07-30 | Fix a few bugs in the receive state machine. In doing back to tracking | Nathan Binkert |
2004-07-26 | style | Nathan Binkert |
2004-07-23 | When a packet has finished transmitting, kick the state | 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-04 | almost forgot to do this - hope it doesn't mess up schedule. | 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-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-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-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 |