aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/eth-raw-os.c
AgeCommit message (Expand)Author
2024-04-12sandbox: missing return value checks in eth-raw-osHeinrich Schuchardt
2024-01-11sandbox: eth-raw-os: successful return code is 0Maxim Uvarov
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger
2018-07-26sandbox: eth-raw: Make sure descriptors are always initializedJoe Hershberger
2018-07-26sandbox: eth-raw: Correct valid socket test in send/recvJoe Hershberger
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger