summaryrefslogtreecommitdiffstats
path: root/libs/Network/ports.c
Commit message (Expand)AuthorAgeFilesLines
* network: Disable APEPromiscuousMode as it can cause the APE block to lock up ...Evan Lojewski2020-08-041-1/+3
* network: Always check registers during init and place them in a known state. ...Evan Lojewski2020-07-191-27/+55
* regressions: Ensure code is properly formatted. (#76)Evan Lojewski2020-04-051-6/+11
* build: Build two firmware images with NC-SI locked to port 0 or port 2. (#73)Evan Lojewski2020-04-041-14/+19
* ncsi: Update NC-SI to only use one port declared at compile time. (#70)Evan Lojewski2020-04-041-7/+13
* network: Initialize APE.Mode2 when using port2 or port3. (#69)Evan Lojewski2020-04-041-4/+17
* network: Don't spam the console when autonegotiating. (#68)Evan Lojewski2020-04-041-3/+10
* diag: Print additional diagnostic information about TX/RX buffers. (#63)Evan Lojewski2020-03-211-0/+8
* ape: Improve handling of reconfiguration event to make the network link more ...Evan Lojewski2020-02-291-8/+21
* network: Initialize ape tx/rx only when a port is enabled. (#48)Evan Lojewski2020-02-281-0/+26
* ncsi: Fix the AEN Enable and Get Link Status commands. (#43)Evan Lojewski2020-02-241-0/+34
* Network: Add APIs for checking and updating link/port state. (#42)Evan Lojewski2020-02-241-4/+74
* format: Re-run clang-format to clean up Network/ports.c changes. (#29)Evan Lojewski2020-02-081-7/+6
* Network: Update network initialization code. (#27)Evan Lojewski2020-02-081-1/+139
* APE: Fix shm initialization and add additional error checking to the MII libr...Evan Lojewski2020-01-211-0/+8
* Network: Improve error handling when unable to allocate blocks.Evan Lojewski2019-07-141-10/+19
* Begin adding clang-format got the Network libraryEvan Lojewski2019-06-081-16/+15
* Rename FILTERS to FILTERS0 to match the rest of the APE network peripherals.Evan Lojewski2019-06-051-1/+1
* Update filters to be initialized per-port.Evan Lojewski2019-06-011-0/+632
* Additional refactoring to ensure network tx/rx is enabled properly.Evan Lojewski2019-06-011-0/+140
OpenPOWER on IntegriCloud