Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0f2af88cfb48b94e4b5d3a70bab8e194577af316
/
net
/
eth_legacy.c
0f2af88
common: Drop log.h from common header
by Simon Glass
· 4 years, 7 months ago
1ea9789
common: Drop bootstage.h from common header
by Simon Glass
· 4 years, 7 months ago
8e7545e
net: Always build the string_to_enetaddr() helper
by Joe Hershberger
· 5 years ago
ac598c1
net: introduce packet capture support
by Ramon Fried
· 5 years ago
9cce6f7
env: Drop environment.h header file where not needed
by Simon Glass
· 5 years ago
5e6201b
env: Move env_set() to env.h
by Simon Glass
· 5 years ago
a55ef7f
net: remove CONFIG_MCAST_TFTP
by Chris Packham
· 6 years ago
bbe1857
net: move ether_crc to tsec driver
by Chris Packham
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
399a9ce
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
by Simon Glass
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
8551d55
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
by Simon Glass
· 7 years ago
496904b
net: cosmetic: Do not use magic values for ARP_HLEN
by oliver@schinagl.nl
· 8 years ago
0ef2148
net: write enetaddr down to hardware on env_callback
by Marek Vasut
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
8602d5c
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· 9 years ago
[Renamed from net/eth.c]
c6011d2
net: Move driver-model code into its own file
by Simon Glass
· 9 years ago
d9582c3
net: Move remaining common functions to eth_common.c
by Simon Glass
· 9 years ago
ce63f89
net: Move environment functions to the common file
by Simon Glass
· 9 years ago
0a9bde1
net: Move common init into a new eth_common.c file
by Simon Glass
· 9 years ago
a7d6dbb
net: Don't call board/cpu_eth_init() with driver model
by Simon Glass
· 9 years ago
60c1421
net: remove scary warning about EEPROM provided MAC address
by Andre Przywara
· 9 years ago
1e6c9fc
dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()
by Bin Meng
· 9 years ago
2d5cc54
dm: eth: Test 'ethrotate' before changing current ethernet device
by Bin Meng
· 9 years ago
b529109
dm: net: Fix DM for targets which use MANUAL_RELOC
by Michal Simek
· 9 years ago
cecd394
net: eth: Check return value in various places
by Bin Meng
· 9 years ago
e59ecbc
net: eth: Clear MAC address in eth_pre_remove()
by Bin Meng
· 9 years ago
1bcee66
net: change the env name to use const
by Josh Wu
· 9 years ago
a4f2397
net/eth: fix a bug in on_ethaddr()
by Gong Qianyu
· 9 years ago
8de9d12
net: expose eth_is_active() function to test network device state
by Bernhard Nortmann
· 9 years ago
9ac7bbf
dm: eth: Correctly detect alias in eth_get_dev_by_name()
by Bin Meng
· 9 years ago
124e138
dm: eth: Do not print misleading "Net Initialization Skipped"
by Bin Meng
· 9 years ago
c91b2b7
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
by Simon Glass
· 9 years ago
dc6eda3
dm: eth: Avoid blocking on packet reception
by Simon Glass
· 9 years ago
7e0b015
net: Handle ethaddr changes as an env callback
by Joe Hershberger
· 10 years ago
7545c07
net: Remove duplicate bootfile syncing functionality
by Joe Hershberger
· 10 years ago
2dc2b5d
net: Implement random ethaddr fallback in eth.c
by Joe Hershberger
· 10 years ago
e84319a
net: Update hardware MAC address if it changes in env
by Joe Hershberger
· 10 years ago
b6121f2
dm: net: Use existing Ethernet init for driver model
by Simon Glass
· 10 years ago
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· 10 years ago
c10c0b1
net: cosmetic: Fix checkpatch.pl failures in eth.c
by Joe Hershberger
· 10 years ago
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· 10 years ago
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· 10 years ago
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· 10 years ago
f4dc96a
net: Improve error handling
by Joe Hershberger
· 10 years ago
aa52edd
dm: eth: Add support for ethprime env var
by Joe Hershberger
· 10 years ago
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· 10 years ago
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· 10 years ago
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· 10 years ago
d0ce341
net: Change return codes from net/eth.c to use errorno constants
by Joe Hershberger
· 10 years ago
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· 10 years ago
ca044ad
net: Rename helper function to be more clear
by Joe Hershberger
· 10 years ago
b03bf63
eth: make eth_address_set static
by Jeroen Hofstee
· 10 years ago
222981f
Ethernet: let user know if there is no valid ethernet address
by Pavel Machek
· 10 years ago
0b16e65
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· 11 years ago
37ecfa1
net: execute "miiphy_init" if CONFIG_PHYLIB defined
by Alexey Brodkin
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
050219e
net: eth_write_hwaddr: Return error for invalid MACs
by Benoît Thébaudeau
· 12 years ago
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
df7c98a
api: net: fix length check in eth_receive()
by Michael Walle
· 12 years ago
6c6fe5f
net: Inline the new eth_setenv_enetaddr_by_index function
by Joe Hershberger
· 12 years ago
c2938c0
net: allow setting env enetaddr from net device setting
by Rob Herring
· 13 years ago
59d103a
net: add helper to generate random mac address
by Michael Walle
· 12 years ago
36fe7db
net: move bootfile init into eth_initialize
by Mike Frysinger
· 13 years ago
5956ded
net: cosmetic: eth.c checkpatch compliance
by Joe Hershberger
· 13 years ago
4b7747e
net: Remove volatile from net API
by Joe Hershberger
· 13 years ago
ae97ef6
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
by Eric Miao
· 13 years ago
0169e6b
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
964d1d4
bootstage: Convert net progress numbers to enums
by Simon Glass
· 13 years ago
d409b1b
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
6b300dc
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
83ce109
PPC: Drop mv6446x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
dd152fc
PPC: Drop mv6436x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
451be50
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· 13 years ago
391da4c
net: introduce per device index
by Michael Walle
· 13 years ago
a23230c
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
4c97a84
net: drop !NET_MULTI ns7520 driver
by Mike Frysinger
· 13 years ago
dde025c
net: Add \n before warning message so it prints on a new line.
by Philip Balister
· 13 years ago
74edd5c
net: turn name len check into an assert
by Mike Frysinger
· 13 years ago
153bf3a
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
by Helmut Raiger
· 13 years ago
ca21140
Correct call to eth_write_hwaddr()
by Simon Glass
· 13 years ago
5b4945b
net: Check network device driver name
by Michal Simek
· 13 years ago
62b36c9
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 13 years ago
7ff2b99
net/eth.c: drop obsolete at91rm9200 support
by Andreas Bießmann
· 13 years ago
aecf6fc
Create PHY Lib for U-Boot
by Andy Fleming
· 14 years ago
0fce515
Fix compile warning in net/eth.c
by Remy Bohmer
· 14 years ago
1e9961d
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago
cfdc8e0
Net: clarify board/cpu_eth_init calls
by Ben Warren
· 14 years ago
5ffd701
Net: Remove redundant CONFIG_NET_MULTI directives
by Ben Warren
· 14 years ago
97824d6
Fix compile warnings for const correctness
by Ben Warren
· 14 years ago
2843ed9
net: warn about spaces in device names
by Mike Frysinger
· 14 years ago
34a72dc
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
by Wolfgang Denk
· 14 years ago
6db991a
Program net device MAC addresses after initializing
by Ben Warren
· 15 years ago
d46bcd3
net: Trivial coding style issue with empty for statement
by Detlev Zundel
· 15 years ago
8c2926d
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
e129d56
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· 15 years ago
9e0a4d6
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
Next »