summaryrefslogtreecommitdiffstats
path: root/libs/Network/rx.c
Commit message (Expand)AuthorAgeFilesLines
* statistics: Enable recording packet statistics for NCSI TX/RX and Ethernet TX...v0.3.378Evan Lojewski2020-08-041-2/+5
* network: Report an error when the RX path has hung, potentially due to a netw...Evan Lojewski2020-08-041-3/+18
* network: Fix a hang that can occur when the network drops during a transmissi...Evan Lojewski2020-07-111-2/+28
* network: Only check for free FIFO space once to improve transmission speeds. ...Evan Lojewski2020-07-051-6/+3
* network: Ensure packets are properly sent to the RMU (#82)Evan Lojewski2020-07-041-7/+22
* ncsi: Update NC-SI to only use one port declared at compile time. (#70)Evan Lojewski2020-04-041-21/+26
* ncsi: Print network statistics on a Get Link Status command instead of for ea...Evan Lojewski2020-02-231-1/+3
* Add a pointer to the channel shared memeory for each port.Evan Lojewski2019-08-101-1/+2
* Begin adding clang-format got the Network libraryEvan Lojewski2019-06-081-2/+1
* Minor cleanup for lib/NetworkLojewski, Evan2019-05-121-27/+10
* Update cross compilation to use ld from compiler, remove system includes.Lojewski, Evan2019-05-111-1/+0
* Refactor network tx/rx code to allow a port structure allowing more ports tha...Lojewski, Evan2019-05-111-15/+15
* Run a few more files through clean-format.Evan Lojewski2019-05-051-23/+22
* Add retire bit to RegAPERxPoolRetire0_tEvan Lojewski2019-05-051-1/+2
* Fix Network_PassthroughRxPatcket to drop the FCS word.Evan Lojewski2019-05-051-12/+27
* Clean up rounding in Network/rx.cEvan Lojewski2019-05-051-4/+6
* Reset NCSI state on reloading firmware.Evan Lojewski2019-05-041-3/+2
* Add a passthrough rx routine bypassing any buffers.Evan Lojewski2019-05-041-0/+225
OpenPOWER on IntegriCloud