summaryrefslogtreecommitdiffstats
path: root/libs/Network
Commit message (Expand)AuthorAgeFilesLines
...
* Update filters to be initialized per-port.Evan Lojewski2019-06-014-620/+637
* Additional refactoring to ensure network tx/rx is enabled properly.Evan Lojewski2019-06-015-99/+172
* Fix a null pointer dereference when initializing the network ports.Evan Lojewski2019-05-291-0/+8
* Minor cleanup for lib/NetworkLojewski, Evan2019-05-123-59/+46
* Update cross compilation to use ld from compiler, remove system includes.Lojewski, Evan2019-05-113-4/+1
* Refactor network tx/rx code to allow a port structure allowing more ports tha...Lojewski, Evan2019-05-114-74/+151
* More cleanup - headers.Evan Lojewski2019-05-051-12/+9
* Run a few more files through clean-format.Evan Lojewski2019-05-053-91/+108
* Add retire bit to RegAPERxPoolRetire0_tEvan Lojewski2019-05-051-1/+2
* Fix Network_TX_transmitPassthroughPacket to drop the FCS word.Evan Lojewski2019-05-051-0/+7
* 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
* Ignore packets of length 0.Evan Lojewski2019-05-051-1/+11
* All BMC packets to be tramsitted without an additional buffer.Evan Lojewski2019-05-042-61/+166
* Reset NCSI state on reloading firmware.Evan Lojewski2019-05-041-3/+2
* Add a passthrough rx routine bypassing any buffers.Evan Lojewski2019-05-043-5/+232
* Cleanup DEVICE.ReceiveMacMode initializationEvan Lojewski2019-05-041-3/+6
* Fix transmitting multi-block frames to the network.Evan Lojewski2019-05-041-11/+14
* Begin cleaning up tx/rx codeEvan Lojewski2019-05-045-7/+104
* 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-024-0/+1129
OpenPOWER on IntegriCloud