aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-1/+1
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+51
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+41
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger1-0/+20
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger1-11/+46
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger1-19/+0
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger1-4/+51
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger1-74/+106
2018-10-10net: sandbox: Move disabled flag into priv structJoe Hershberger1-4/+14
2018-07-26net: sandbox: Convert sandbox mock eth driver to livetreeJoe Hershberger1-4/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+3
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-1/+1
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass1-1/+1
2015-05-05sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger1-0/+17
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-7/+7
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger1-0/+17
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger1-0/+107
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger1-0/+84