aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/eth-raw-os.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt1-0/+2
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt1-4/+4
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass1-3/+3
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass1-3/+6
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger1-0/+10
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger1-0/+7
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger1-4/+23
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger1-13/+15
2018-07-26sandbox: eth-raw: Make sure descriptors are always initializedJoe Hershberger1-2/+3
2018-07-26sandbox: eth-raw: Correct valid socket test in send/recvJoe Hershberger1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini1-1/+2
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini1-0/+4
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger1-2/+111
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger1-0/+140