aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sandbox-raw.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-01-14net: Fix error handling in sb_eth_raw_ofdata_to_platdata()Simon Glass1-5/+4
2018-07-26sandbox: eth-raw: Make random MAC addresses available to eth-rawJoe Hershberger1-0/+10
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger1-0/+11
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger1-2/+8
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger1-10/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass1-1/+1
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-4/+4
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger1-2/+69
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger1-0/+98