Commit Graph

2 Commits (948b8bbd5fc4722ec10e0ffde29d31d982f6a6e4)

Author SHA1 Message Date
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Simon Glass c4998f9634 net: Rename eth.c to eth_lecacy.c 8 years ago
Simon Glass db9391e165 net: Move driver-model code into its own file 8 years ago
Simon Glass 8607a6bf75 net: Move remaining common functions to eth_common.c 8 years ago
Simon Glass 9987ecdd36 net: Move environment functions to the common file 8 years ago
Simon Glass 818f91eb57 net: Move common init into a new eth_common.c file 8 years ago
Simon Glass c32a6fd07b net: Don't call board/cpu_eth_init() with driver model 8 years ago
Andre Przywara 821fec0ceb net: remove scary warning about EEPROM provided MAC address 9 years ago
Bin Meng 4cdc2c8cc0 dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() 9 years ago
Bin Meng a671c4f2be dm: eth: Test 'ethrotate' before changing current ethernet device 9 years ago
Michal Simek 94067580a5 dm: net: Fix DM for targets which use MANUAL_RELOC 9 years ago
Bin Meng ac1d313806 net: eth: Check return value in various places 9 years ago
Bin Meng a16edabe7f net: eth: Clear MAC address in eth_pre_remove() 9 years ago
Josh Wu 219cc94a3f net: change the env name to use const 9 years ago
Gong Qianyu 7aba0f2c2c net/eth: fix a bug in on_ethaddr() 9 years ago
Bernhard Nortmann eaa8a195cc net: expose eth_is_active() function to test network device state 9 years ago
Bin Meng e408c42189 dm: eth: Correctly detect alias in eth_get_dev_by_name() 9 years ago
Bin Meng d8f79afa03 dm: eth: Do not print misleading "Net Initialization Skipped" 9 years ago
Simon Glass b86f795a37 net: Allow drivers to return -ENOSYS with the write_hwaddr() method 9 years ago
Simon Glass a1ca92eaaf dm: eth: Avoid blocking on packet reception 9 years ago
Joe Hershberger 6e0d26c050 net: Handle ethaddr changes as an env callback 9 years ago
Joe Hershberger 2d1febf7d5 net: Remove duplicate bootfile syncing functionality 9 years ago
Joe Hershberger bef1014b31 net: Implement random ethaddr fallback in eth.c 9 years ago
Joe Hershberger f566c9949f net: Update hardware MAC address if it changes in env 9 years ago
Simon Glass 3bc427006a dm: net: Use existing Ethernet init for driver model 9 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 9 years ago
Joe Hershberger ff819a3a33 net: cosmetic: Fix checkpatch.pl failures in eth.c 9 years ago
Joe Hershberger 0adb5b761f net: cosmetic: Name ethaddr variables consistently 9 years ago
Joe Hershberger 1411157d85 net: cosmetic: Fixup var names related to boot file 9 years ago
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 9 years ago
Joe Hershberger 63c9729a13 dm: eth: Provide a way for drivers to manage packet buffers 9 years ago
Joe Hershberger 60304592b9 net: Improve error handling 9 years ago
Joe Hershberger 6536b9bb76 dm: eth: Add support for ethprime env var 9 years ago
Joe Hershberger e58780dcb7 dm: eth: Add support for aliases 9 years ago
Joe Hershberger 17591405a7 dm: eth: Pass the packet pointer as a parameter to recv 9 years ago
Joe Hershberger 05c3e68f85 dm: eth: Add basic driver model support to Ethernet stack 9 years ago
Joe Hershberger d2eaec6006 net: Remove the bd* parameter from net stack functions 9 years ago
Joe Hershberger fce6900b49 net: Use int instead of u8 for boolean flag 9 years ago
Joe Hershberger 05324a488b net: Change return codes from net/eth.c to use errorno constants 9 years ago
Joe Hershberger 84eb1fba7b net: Refactor in preparation for driver model 9 years ago
Joe Hershberger 4c7c65afbe net: Rename helper function to be more clear 9 years ago
Jeroen Hofstee 783a91fdbb eth: make eth_address_set static 10 years ago
Pavel Machek 75d9a45cb0 Ethernet: let user know if there is no valid ethernet address 10 years ago
Masahiro Yamada da384a9d76 net: rename and refactor eth_rand_ethaddr() function 10 years ago
Alexey Brodkin 27ee59af28 net: execute "miiphy_init" if CONFIG_PHYLIB defined 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Benoît Thébaudeau 460f949f89 net: eth_write_hwaddr: Return error for invalid MACs 12 years ago
Joe Hershberger f8be7d659c net: Improve the speed of netconsole 12 years ago
Michael Walle 46c07bcf12 api: net: fix length check in eth_receive() 12 years ago
Joe Hershberger 154177e14a net: Inline the new eth_setenv_enetaddr_by_index function 12 years ago