summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu/eth-raw-os.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2020-11-051-4/+4
* sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-051-3/+3
* sandbox: Use malloc() and free() from os layerSimon Glass2018-11-261-3/+6
* sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger2018-07-261-0/+10
* sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger2018-07-261-0/+7
* sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger2018-07-261-4/+23
* net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger2018-07-261-13/+15
* sandbox: eth-raw: Make sure descriptors are always initializedJoe Hershberger2018-07-261-2/+3
* sandbox: eth-raw: Correct valid socket test in send/recvJoe Hershberger2018-07-261-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* eth-raw-os.c: Add cast to bind(2) callTom Rini2016-01-151-1/+2
* sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini2016-01-121-0/+4
* sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-181-2/+111
* sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-181-0/+140