summaryrefslogtreecommitdiffstats
path: root/drivers/net/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* test: eth: Add a test for the target being pingedJoe Hershberger2018-10-101-0/+51
* test: eth: Add a test for ARP requestsJoe Hershberger2018-10-101-0/+41
* net: sandbox: Add a priv ptr for tests to useJoe Hershberger2018-10-101-0/+20
* net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger2018-10-101-11/+46
* net: sandbox: Share the priv structure with testsJoe Hershberger2018-10-101-19/+0
* net: sandbox: Make the fake eth driver response configurableJoe Hershberger2018-10-101-4/+51
* net: sandbox: Refactor sandbox send functionJoe Hershberger2018-10-101-74/+106
* net: sandbox: Move disabled flag into priv structJoe Hershberger2018-10-101-4/+14
* net: sandbox: Convert sandbox mock eth driver to livetreeJoe Hershberger2018-07-261-4/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+3
* net: Fix delay in net_retry testJoe Hershberger2016-01-071-1/+1
* dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+1
* sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2015-05-051-0/+17
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-7/+7
* sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger2015-04-181-0/+17
* sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger2015-04-181-0/+107
* sandbox: eth: Add network support to sandboxJoe Hershberger2015-04-181-0/+84