Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
250f3a64c9347db503dd65569a312766e26cacaa
/
net
/
eth_legacy.c
0ef2148
net: write enetaddr down to hardware on env_callback
by Marek Vasut
· Sat Nov 12 16:28:40 2016 +0100
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
8602d5c
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· Sun Jan 17 14:52:01 2016 -0700
[Renamed from net/eth.c]
c6011d2
net: Move driver-model code into its own file
by Simon Glass
· Sun Jan 17 14:52:00 2016 -0700
d9582c3
net: Move remaining common functions to eth_common.c
by Simon Glass
· Sun Jan 17 14:51:59 2016 -0700
ce63f89
net: Move environment functions to the common file
by Simon Glass
· Sun Jan 17 14:51:58 2016 -0700
0a9bde1
net: Move common init into a new eth_common.c file
by Simon Glass
· Sun Jan 17 14:51:57 2016 -0700
a7d6dbb
net: Don't call board/cpu_eth_init() with driver model
by Simon Glass
· Sun Jan 17 14:51:56 2016 -0700
60c1421
net: remove scary warning about EEPROM provided MAC address
by Andre Przywara
· Mon Jan 04 15:48:22 2016 +0000
1e6c9fc
dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()
by Bin Meng
· Mon Dec 21 22:43:39 2015 -0800
2d5cc54
dm: eth: Test 'ethrotate' before changing current ethernet device
by Bin Meng
· Mon Dec 21 22:43:38 2015 -0800
b529109
dm: net: Fix DM for targets which use MANUAL_RELOC
by Michal Simek
· Tue Dec 08 16:45:30 2015 +0100
cecd394
net: eth: Check return value in various places
by Bin Meng
· Wed Oct 07 21:45:44 2015 -0700
e59ecbc
net: eth: Clear MAC address in eth_pre_remove()
by Bin Meng
· Wed Oct 07 21:45:42 2015 -0700
1bcee66
net: change the env name to use const
by Josh Wu
· Tue Sep 01 18:22:55 2015 +0800
a4f2397
net/eth: fix a bug in on_ethaddr()
by Gong Qianyu
· Mon Aug 31 11:34:43 2015 +0800
8de9d12
net: expose eth_is_active() function to test network device state
by Bernhard Nortmann
· Mon Sep 14 15:29:43 2015 +0200
9ac7bbf
dm: eth: Correctly detect alias in eth_get_dev_by_name()
by Bin Meng
· Thu Aug 27 22:25:54 2015 -0700
124e138
dm: eth: Do not print misleading "Net Initialization Skipped"
by Bin Meng
· Thu Aug 27 22:25:52 2015 -0700
c91b2b7
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
by Simon Glass
· Mon Jul 06 16:47:55 2015 -0600
dc6eda3
dm: eth: Avoid blocking on packet reception
by Simon Glass
· Mon Jul 06 16:47:49 2015 -0600
7e0b015
net: Handle ethaddr changes as an env callback
by Joe Hershberger
· Wed May 20 14:27:26 2015 -0500
7545c07
net: Remove duplicate bootfile syncing functionality
by Joe Hershberger
· Wed May 20 14:27:25 2015 -0500
2dc2b5d
net: Implement random ethaddr fallback in eth.c
by Joe Hershberger
· Mon May 04 14:55:13 2015 -0500
e84319a
net: Update hardware MAC address if it changes in env
by Joe Hershberger
· Tue Mar 24 02:41:49 2015 -0500
b6121f2
dm: net: Use existing Ethernet init for driver model
by Simon Glass
· Sun Apr 05 16:07:37 2015 -0600
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· Wed Apr 08 01:41:21 2015 -0500
c10c0b1
net: cosmetic: Fix checkpatch.pl failures in eth.c
by Joe Hershberger
· Wed Apr 08 01:41:19 2015 -0500
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· Wed Apr 08 01:41:04 2015 -0500
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· Wed Apr 08 01:41:02 2015 -0500
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· Wed Apr 08 01:41:01 2015 -0500
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· Fri Apr 03 20:09:46 2015 -0500
f4dc96a
net: Improve error handling
by Joe Hershberger
· Sun Mar 22 17:09:24 2015 -0500
aa52edd
dm: eth: Add support for ethprime env var
by Joe Hershberger
· Sun Mar 22 17:09:17 2015 -0500
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· Sun Mar 22 17:09:16 2015 -0500
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· Sun Mar 22 17:09:12 2015 -0500
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· Sun Mar 22 17:09:10 2015 -0500
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· Sun Mar 22 17:09:06 2015 -0500
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· Sun Mar 22 17:09:05 2015 -0500
d0ce341
net: Change return codes from net/eth.c to use errorno constants
by Joe Hershberger
· Sun Mar 22 17:09:04 2015 -0500
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· Sun Mar 22 17:09:03 2015 -0500
ca044ad
net: Rename helper function to be more clear
by Joe Hershberger
· Sun Mar 22 17:09:01 2015 -0500
b03bf63
eth: make eth_address_set static
by Jeroen Hofstee
· Wed Oct 08 22:57:36 2014 +0200
222981f
Ethernet: let user know if there is no valid ethernet address
by Pavel Machek
· Sun Jul 13 10:27:02 2014 +0200
0b16e65
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· Fri Apr 18 19:09:48 2014 +0900
37ecfa1
net: execute "miiphy_init" if CONFIG_PHYLIB defined
by Alexey Brodkin
· Fri Jan 10 19:58:11 2014 +0400
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
050219e
net: eth_write_hwaddr: Return error for invalid MACs
by Benoît Thébaudeau
· Fri Aug 10 07:56:21 2012 +0000
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· Fri Aug 03 10:59:08 2012 +0000
df7c98a
api: net: fix length check in eth_receive()
by Michael Walle
· Fri Jun 22 11:24:28 2012 +0000
6c6fe5f
net: Inline the new eth_setenv_enetaddr_by_index function
by Joe Hershberger
· Tue Jul 10 16:23:22 2012 -0500
c2938c0
net: allow setting env enetaddr from net device setting
by Rob Herring
· Sat Apr 14 18:06:49 2012 +0000
59d103a
net: add helper to generate random mac address
by Michael Walle
· Tue Jun 05 11:33:16 2012 +0000
36fe7db
net: move bootfile init into eth_initialize
by Mike Frysinger
· Wed Apr 04 18:53:41 2012 +0000
5956ded
net: cosmetic: eth.c checkpatch compliance
by Joe Hershberger
· Tue May 15 08:59:07 2012 +0000
4b7747e
net: Remove volatile from net API
by Joe Hershberger
· Tue May 15 08:59:04 2012 +0000
ae97ef6
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
by Eric Miao
· Wed Jan 18 22:56:33 2012 +0000
0169e6b
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· Mon Feb 13 13:51:18 2012 +0000
964d1d4
bootstage: Convert net progress numbers to enums
by Simon Glass
· Sat Jan 14 15:24:52 2012 +0000
d409b1b
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· Sat Dec 10 11:07:55 2011 +0000
6b300dc
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· Thu Nov 10 14:11:04 2011 +0000
83ce109
PPC: Drop mv6446x_eth_initialize() from net/eth.c
by Marek Vasut
· Fri Mar 02 22:39:32 2012 +0000
dd152fc
PPC: Drop mv6436x_eth_initialize() from net/eth.c
by Marek Vasut
· Fri Mar 02 22:39:31 2012 +0000
451be50
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· Mon Jan 09 08:32:36 2012 +0000
391da4c
net: introduce per device index
by Michael Walle
· Thu Oct 27 11:31:35 2011 +0000
a23230c
net: drop !NET_MULTI code
by Mike Frysinger
· Sun Oct 02 10:01:27 2011 +0000
4c97a84
net: drop !NET_MULTI ns7520 driver
by Mike Frysinger
· Sun Oct 02 10:01:26 2011 +0000
dde025c
net: Add \n before warning message so it prints on a new line.
by Philip Balister
· Wed Sep 07 01:57:48 2011 +0000
74edd5c
net: turn name len check into an assert
by Mike Frysinger
· Sun Sep 11 18:49:53 2011 +0000
153bf3a
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
by Helmut Raiger
· Mon Aug 22 00:17:17 2011 +0000
ca21140
Correct call to eth_write_hwaddr()
by Simon Glass
· Tue Aug 30 05:51:00 2011 +0000
5b4945b
net: Check network device driver name
by Michal Simek
· Mon Aug 29 23:30:13 2011 +0000
62b36c9
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· Mon Jun 13 16:13:10 2011 -0700
7ff2b99
net/eth.c: drop obsolete at91rm9200 support
by Andreas Bießmann
· Mon Jul 18 09:41:07 2011 +0000
aecf6fc
Create PHY Lib for U-Boot
by Andy Fleming
· Fri Apr 08 02:10:27 2011 -0500
0fce515
Fix compile warning in net/eth.c
by Remy Bohmer
· Sat Feb 19 20:15:14 2011 +0100
1e9961d
Add USB host ethernet adapter support
by Simon Glass
· Wed Feb 16 11:14:33 2011 -0800
cfdc8e0
Net: clarify board/cpu_eth_init calls
by Ben Warren
· Tue Aug 31 23:05:04 2010 -0700
5ffd701
Net: Remove redundant CONFIG_NET_MULTI directives
by Ben Warren
· Sun Aug 01 23:00:31 2010 -0700
97824d6
Fix compile warnings for const correctness
by Ben Warren
· Thu Jul 29 12:56:11 2010 -0700
2843ed9
net: warn about spaces in device names
by Mike Frysinger
· Wed Jun 09 22:10:48 2010 -0400
34a72dc
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
by Wolfgang Denk
· Sun Jun 20 12:30:22 2010 +0200
6db991a
Program net device MAC addresses after initializing
by Ben Warren
· Mon Apr 26 11:11:46 2010 -0700
d46bcd3
net: Trivial coding style issue with empty for statement
by Detlev Zundel
· Wed Mar 31 17:56:08 2010 +0200
8c2926d
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· Tue Nov 03 11:35:42 2009 -0500
e129d56
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· Wed Jul 15 21:31:28 2009 -0400
9e0a4d6
minor debug cleanups in ./net
by Robin Getz
· Thu Jul 23 03:01:03 2009 -0400
cc44306
Add warning about upcoming removal of old Ethernet API
by Ben Warren
· Fri Jul 17 00:50:15 2009 -0700
6045806
Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
by Ben Warren
· Tue Apr 28 16:39:19 2009 -0700
5301bbf
Switched davinci_emac Ethernet driver to use newer API
by Ben Warren
· Tue May 26 00:34:07 2009 -0700
3b195ff
netloop: updates for NetLoop
by Heiko Schocher
· Tue Apr 28 08:36:11 2009 +0200
21d2cd2
Replace __attribute references with __attribute__
by Peter Tyser
· Mon Apr 20 11:08:46 2009 -0500
c34319c
net: new utility functions for working with enetaddr's
by Mike Frysinger
· Thu Jan 29 19:43:44 2009 -0500
0c303fa
netloop: speed up NetLoop
by Heiko Schocher
· Tue Feb 10 09:38:52 2009 +0100
e7fd34b
Add eth_get_dev_by_index
by Andy Fleming
· Wed Feb 11 15:07:24 2009 -0600
9e37c58
Moved initialization of PPC4xx EMAC to cpu_eth_init()
by Ben Warren
· Mon Oct 27 23:53:17 2008 -0700
3a918a6
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
by Ben Warren
· Mon Oct 27 23:50:15 2008 -0700
bbff280
Moved initialization of MPC8XX SCC to cpu_eth_init()
by Ben Warren
· Thu Oct 23 22:02:49 2008 -0700
5d71837
Moved initialization of MPC8220 FEC to cpu_eth_init()
by Ben Warren
· Wed Oct 22 23:47:51 2008 -0700
6773169
Moved initialization of QE Ethernet controller to cpu_eth_init()
by Ben Warren
· Wed Oct 22 23:32:48 2008 -0700
Next »