index
:
bcm5719-ortega
05-10-2021
06-28-2021
master
Project Ortega BCM5719 firmware
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
Network
Commit message (
Expand
)
Author
Age
Files
Lines
*
ncsi: Initialize network ports when enabled. (#39)
Evan Lojewski
2020-02-24
1
-5
/
+0
*
ncsi: Print network statistics on a Get Link Status command instead of for ea...
Evan Lojewski
2020-02-23
2
-3
/
+6
*
format: Re-run clang-format to clean up Network/ports.c changes. (#29)
Evan Lojewski
2020-02-08
1
-7
/
+6
*
Network: Update network initialization code. (#27)
Evan Lojewski
2020-02-08
3
-3
/
+144
*
format: Re-run clang-format to clean up various files. (#21)
Evan Lojewski
2020-01-30
1
-3
/
+3
*
APE: Fix shm initialization and add additional error checking to the MII libr...
Evan Lojewski
2020-01-21
2
-1
/
+9
*
Add a pointer to the channel shared memeory for each port.
Evan Lojewski
2019-08-10
2
-1
/
+4
*
Add missing drainPassthroughBytes call when transmitting passthrough packets.
Evan Lojewski
2019-08-05
1
-1
/
+2
*
Network: Enable printf from the network library.
Evan Lojewski
2019-07-14
1
-1
/
+1
*
Network: Improve error handling when unable to allocate blocks.
Evan Lojewski
2019-07-14
3
-34
/
+71
*
Fix an accidental change in 9dacf1e3a80a906b60e5101f83d09dbc0a591ef3 that cau...
Evan Lojewski
2019-06-18
1
-0
/
+2
*
Cleanup a few clang-analyzer issues.
Evan Lojewski
2019-06-10
1
-12
/
+0
*
Begin adding clang-format got the Network library
Evan Lojewski
2019-06-08
7
-84
/
+60
*
Rename FILTERS to FILTERS0 to match the rest of the APE network peripherals.
Evan Lojewski
2019-06-05
3
-3
/
+2
*
Update filters to be initialized per-port.
Evan Lojewski
2019-06-01
4
-620
/
+637
*
Additional refactoring to ensure network tx/rx is enabled properly.
Evan Lojewski
2019-06-01
5
-99
/
+172
*
Fix a null pointer dereference when initializing the network ports.
Evan Lojewski
2019-05-29
1
-0
/
+8
*
Minor cleanup for lib/Network
Lojewski, Evan
2019-05-12
3
-59
/
+46
*
Update cross compilation to use ld from compiler, remove system includes.
Lojewski, Evan
2019-05-11
3
-4
/
+1
*
Refactor network tx/rx code to allow a port structure allowing more ports tha...
Lojewski, Evan
2019-05-11
4
-74
/
+151
*
More cleanup - headers.
Evan Lojewski
2019-05-05
1
-12
/
+9
*
Run a few more files through clean-format.
Evan Lojewski
2019-05-05
3
-91
/
+108
*
Add retire bit to RegAPERxPoolRetire0_t
Evan Lojewski
2019-05-05
1
-1
/
+2
*
Fix Network_TX_transmitPassthroughPacket to drop the FCS word.
Evan Lojewski
2019-05-05
1
-0
/
+7
*
Fix Network_PassthroughRxPatcket to drop the FCS word.
Evan Lojewski
2019-05-05
1
-12
/
+27
*
Clean up rounding in Network/rx.c
Evan Lojewski
2019-05-05
1
-4
/
+6
*
Ignore packets of length 0.
Evan Lojewski
2019-05-05
1
-1
/
+11
*
All BMC packets to be tramsitted without an additional buffer.
Evan Lojewski
2019-05-04
2
-61
/
+166
*
Reset NCSI state on reloading firmware.
Evan Lojewski
2019-05-04
1
-3
/
+2
*
Add a passthrough rx routine bypassing any buffers.
Evan Lojewski
2019-05-04
3
-5
/
+232
*
Cleanup DEVICE.ReceiveMacMode initialization
Evan Lojewski
2019-05-04
1
-3
/
+6
*
Fix transmitting multi-block frames to the network.
Evan Lojewski
2019-05-04
1
-11
/
+14
*
Begin cleaning up tx/rx code
Evan Lojewski
2019-05-04
5
-7
/
+104
*
Add both a big and little endian tx routine.
Evan Lojewski
2019-05-03
1
-48
/
+99
*
Clean up be32toh routine in tx.c slightly.
Evan Lojewski
2019-05-03
1
-8
/
+5
*
Begin moving APE tx code from the host to the APE.
Evan Lojewski
2019-05-02
4
-0
/
+1129