| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-02 | global: Cleanup usage of "ETH_ALEN" | Tom Rini | |
| The value of "ETH_ALEN" is defined to 6 in <linux/if_ether.h>. This file is included in <net.h>. In the places where we had ETH_ALEN but no direct include of <net.h>, add <linux/if_ether.h>. In the places where we had a custom name used, make use of ETH_ALEN instead. Signed-off-by: Tom Rini <[email protected]> | |||
| 2018-11-14 | virtio: Add net driver support | Tuomas Tynkkynen | |
| This adds virtio net device driver support. Signed-off-by: Tuomas Tynkkynen <[email protected]> Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
