Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 1 | -463/+0 |
| | |||||
* | usrp2: got fw working on usrp2+nseries (crosses fingers) | Josh Blum | 2010-12-22 | 1 | -1/+7 |
| | | | | | | The abort issue seemed to be cause by the listeners table not being initialized. Also gave the pic handler the initialization works to be consistent but not needed as it was static initialized. And finally, doubly set the packet router handshake ctrl before entering the claim calls (seemed to fix the lockup, perhaps a bad init state?) | ||||
* | usrp-n2xx: corrected memory map weirdness, disable verbose in net common | Josh Blum | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | usrp-n210: removed fw warnings, bootloader does full size 16k load | Josh Blum | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | packet_router: reject icmp dest unreachable when port does not match | Josh Blum | 2010-12-13 | 1 | -0/+8 |
| | |||||
* | packet_router: added sregs for ip addr and ports | Josh Blum | 2010-12-11 | 1 | -4/+6 |
| | | | | | | | | the pkt control now programs the inspector with port and ip addr set the eth mac to pass all unicast added easy debug flag to net common | ||||
* | packet_router: dont register mac, also reorganized some tidbits | Josh Blum | 2010-12-11 | 1 | -2/+9 |
| | |||||
* | packet_router: implemented code to program the addresses into the router | Josh Blum | 2010-12-11 | 1 | -12/+3 |
| | |||||
* | packet_router: added helper functions to packet router, added clear, fixed ↵ | Josh Blum | 2010-12-11 | 1 | -0/+3 |
| | | | | handshake, garp at start | ||||
* | packet_router: filter on dest ip addr and bcast mac addr | Josh Blum | 2010-12-11 | 1 | -6/+10 |
| | |||||
* | usrp2: implement routing mode calls, and prefix pkt ctrl calls | Josh Blum | 2010-12-11 | 1 | -2/+2 |
| | |||||
* | usrp2: implemented packet ctrl to read and write slow path packets from the ↵ | Josh Blum | 2010-12-11 | 1 | -25/+5 |
| | | | | new interface | ||||
* | usrp2: pretty much gutted the buffer pool stuff with other misc changes, not ↵ | Josh Blum | 2010-12-11 | 1 | -24/+12 |
| | | | | in working shape | ||||
* | usrp2: implemented clear state for RX and TX control, and zero sample ↵ | Josh Blum | 2010-11-08 | 1 | -1/+1 |
| | | | | command support | ||||
* | Merge branch 'garp' into flow_ctrl | Josh Blum | 2010-10-22 | 1 | -0/+16 |
|\ | |||||
| * | usrp2: fw sends gratuitous arp on link-up | Josh Blum | 2010-10-22 | 1 | -0/+16 |
| | | |||||
* | | usrp2: handle destination port unreachable icmp in fw (kills streaming and ↵ | Josh Blum | 2010-10-13 | 1 | -1/+10 |
|/ | | | | update packets) | ||||
* | added icmp echo reply to usrp2 | Josh Blum | 2010-05-03 | 1 | -1/+18 |
| | |||||
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 1 | -13/+10 |
| | | | | Fixed up fw so the device can reply after new addrs are set. | ||||
* | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 1 | -11/+0 |
| | | | | | | Simplified the fast path checking in the fw, but it turns out this was not the issue. Fixed some bad bit operations with the 16sc words (dont forget sign extension). Added some more documentation to the headers.... | ||||
* | The net common is too slow in usrp2 firmware to figure out if its vrt data. | Josh Blum | 2010-03-02 | 1 | -0/+11 |
| | | | | | Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate... Fixed some buffer size calculation logic. | ||||
* | net_common working in this state with control udp packets | Josh Blum | 2010-02-10 | 1 | -0/+435 |