| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-27 | cmd: net: fix function name in comment | Baruch Siach | |
| In commit 7044c6bb6 (net: cosmetic: Clean up DHCP variables and functions) BootpCopyNetParams() was renamed to store_net_params(). Update the reference in comment. Cc: Joe Hershberger <[email protected]> Signed-off-by: Baruch Siach <[email protected]> | |||
| 2016-10-13 | net: Fix cache misalignment message after network load operations | Peter Chubb | |
| After any operation that downloads a file (e.g., pxe get, or dhcp), the buffer containing the downloaded data is flushed. This is unnecessary and annoying. Unnecessary, because the network driver should already have fliushed the cache for the DMAed area, and annoying because it generates a cache misalignment message. Signed-off-by: Peter Chubb <[email protected]> Acked-by: Heiko Schocher <[email protected]> Acked-by: Joe Hershberger <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2016-01-25 | Remove the cmd_ prefix from command files | Simon Glass | |
| Now that they are in their own directory, we can remove this prefix. This makes it easier to find a file since the prefix does not get in the way. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Heiko Schocher <[email protected]> Acked-by: Stefan Roese <[email protected]> Acked-by: Przemyslaw Marczak <[email protected]> | |||
