summaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* net: tap: Allocate own receive bufferSascha Hauer2022-09-191-2/+5
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-13/+1
* net: tap: fix whitespacesAntony Pavlov2015-12-041-3/+4
* net: tap: make locally used functions staticAntony Pavlov2015-12-041-5/+5
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | net/tap: use xzalloc to allocate dataJean-Christophe PLAGNIOL-VILLARD2012-09-201-2/+2
|/
* tap: fix missing parent setting on eth_deviceJean-Christophe PLAGNIOL-VILLARD2012-09-121-0/+1
* net drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-2/+2
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-1/+1
* sandbox tap driver: initialize device nameSascha Hauer2009-10-121-1/+2
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+0
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-4/+4
* svn_rev_706Sascha Hauer2007-07-051-0/+22
* svn_rev_698Sascha Hauer2007-07-051-0/+1
* svn_rev_564Sascha Hauer2007-07-051-2/+0
* svn_rev_426Sascha Hauer2007-07-051-1/+0
* svn_rev_376Sascha Hauer2007-07-051-1/+0
* svn_rev_309Sascha Hauer2007-07-051-0/+104