summaryrefslogtreecommitdiffstats
path: root/libs/Network/tx.c
Commit message (Expand)AuthorAgeFilesLines
* build: Enable builds under FreeBSD (#164)Evan Lojewski2020-11-071-1/+1
* statistics: Enable recording packet statistics for NCSI TX/RX and Ethernet TX...v0.3.378Evan Lojewski2020-08-041-1/+4
* network: Fix possible infinate loop in Network_TX_allocateBlock (#85)Evan Lojewski2020-07-051-1/+1
* coverity: Fix issues found with coverity (#79)Evan Lojewski2020-04-131-2/+7
* ncsi: Print network statistics on a Get Link Status command instead of for ea...Evan Lojewski2020-02-231-2/+3
* format: Re-run clang-format to clean up various files. (#21)Evan Lojewski2020-01-301-3/+3
* Add missing drainPassthroughBytes call when transmitting passthrough packets.Evan Lojewski2019-08-051-1/+2
* Network: Improve error handling when unable to allocate blocks.Evan Lojewski2019-07-141-21/+45
* Fix an accidental change in 9dacf1e3a80a906b60e5101f83d09dbc0a591ef3 that cau...Evan Lojewski2019-06-181-0/+2
* Cleanup a few clang-analyzer issues.Evan Lojewski2019-06-101-12/+0
* Begin adding clang-format got the Network libraryEvan Lojewski2019-06-081-37/+13
* Minor cleanup for lib/NetworkLojewski, Evan2019-05-121-22/+11
* 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-29/+29
* Run a few more files through clean-format.Evan Lojewski2019-05-051-61/+79
* Fix Network_TX_transmitPassthroughPacket to drop the FCS word.Evan Lojewski2019-05-051-0/+7
* Ignore packets of length 0.Evan Lojewski2019-05-051-1/+11
* All BMC packets to be tramsitted without an additional buffer.Evan Lojewski2019-05-041-61/+164
* Fix transmitting multi-block frames to the network.Evan Lojewski2019-05-041-11/+14
* Begin cleaning up tx/rx codeEvan Lojewski2019-05-041-3/+16
* Add both a big and little endian tx routine.Evan Lojewski2019-05-031-48/+99
* Clean up be32toh routine in tx.c slightly.Evan Lojewski2019-05-031-8/+5
* Begin moving APE tx code from the host to the APE.Evan Lojewski2019-05-021-0/+296
OpenPOWER on IntegriCloud