Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added copyrights | Josh Blum | 2011-06-07 | 1 | -0/+17 |
| | |||||
* | u2/u2p: allow cpu to receive or send packets longer than the buffer size. | Matt Ettus | 2011-03-04 | 1 | -7/+10 |
| | | | | on reception, the rest is dropped. On sending, the rest is a repeat of the buffer. | ||||
* | ethfifo_reorg: switch buffer int2 lastline to work as a length parameter | Josh Blum | 2011-03-03 | 1 | -5/+6 |
| | |||||
* | packet_router: replace buffers interfaced in packet router with buffer_int2 | Josh Blum | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | now uses 2 rams, one for read, one for write | Matt Ettus | 2010-12-28 | 1 | -89/+97 |
| | |||||
* | reformatting | Matt Ettus | 2010-12-28 | 1 | -5/+1 |
| | |||||
* | first cut at new buffer interface for CPU. Like old buffer_int plus | Matt Ettus | 2010-12-28 | 1 | -0/+169 |
a single buffer. |