index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
eth-uclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()
Simon Glass
2021-01-27
1
-1
/
+1
*
Revert "net: eth-uclass: Change uclass driver name to ethernet"
Tom Rini
2021-01-19
1
-2
/
+2
*
net: eth-uclass: Change uclass driver name to ethernet
David Wu
2021-01-19
1
-2
/
+2
*
net: eth-uclass: avoid running start() twice without stop()
Matthias Schiffer
2021-01-19
1
-4
/
+10
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
1
-11
/
+11
*
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
1
-1
/
+1
*
net: Update to use new sequence numbers
Simon Glass
2020-12-18
1
-5
/
+2
*
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
1
-9
/
+10
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-5
/
+5
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
*
net: add a define for the number of packets received as batch
Patrick Wildt
2020-10-19
1
-1
/
+1
*
net: Expose some errors generated in net_init
Sean Anderson
2020-10-10
1
-0
/
+3
*
net: use log_err() for 'No ethernet found' message
Heinrich Schuchardt
2020-09-30
1
-3
/
+3
*
net: dm: Remove warning about EEPROM provided MAC address
Andre Przywara
2020-07-07
1
-2
/
+0
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
net: Add eth phy generic driver for shared MDIO
Ye Li
2020-05-10
1
-0
/
+5
*
net: eth-uclass: add return value check
Peng Fan
2020-05-10
1
-2
/
+10
*
net: eth-uclass: Fix message if mac is coming from DT or ROM
Michal Simek
2020-04-06
1
-5
/
+7
*
net: eth-uclass: ignore unavailable devices
Michael Walle
2019-12-09
1
-6
/
+11
*
net: Always build the string_to_enetaddr() helper
Joe Hershberger
2019-12-09
1
-1
/
+1
*
net: introduce packet capture support
Ramon Fried
2019-09-04
1
-0
/
+5
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
1
-1
/
+0
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
net: eth-uclass: Support device tree MAC addresses
Thierry Reding
2019-06-01
1
-3
/
+27
*
net: eth-uclass: Write MAC address to hardware after probe
Thierry Reding
2019-06-01
1
-0
/
+2
*
net: remove CONFIG_MCAST_TFTP
Chris Packham
2019-01-24
1
-2
/
+0
*
net: eth-uclass: Fix for DM USB ethernet support
Jean-Jacques Hiblot
2018-08-21
1
-1
/
+2
*
net: Only call halt on a driver that has been init'ed
Joe Hershberger
2018-07-26
1
-1
/
+1
*
net: Initialize as many ethernet devices as possible
Mario Six
2018-06-13
1
-2
/
+2
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: Only access network devices after init
Alexander Graf
2018-03-22
1
-2
/
+2
*
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2017-08-16
1
-1
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-3
/
+3
*
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
Simon Glass
2017-08-16
1
-1
/
+1
*
net: core: avoid possible NULL pointer dereference
xypron.glpk@gmx.de
2017-06-02
1
-1
/
+2
*
net: core: cosmetic: A MAC address is not limited to SROM
oliver@schinagl.nl
2017-02-07
1
-1
/
+1
*
net: cosmetic: Do not use magic values for ARP_HLEN
oliver@schinagl.nl
2017-02-07
1
-5
/
+5
*
net: use random ethernet address if invalid and not zero
Siva Durga Prasad Paladugu
2016-11-07
1
-1
/
+2
*
net: write enetaddr down to hardware on env_callback
Hannes Schmelzer
2016-10-13
1
-0
/
+1
*
microblaze: Correct build error in eth-uclass.c
Simon Glass
2016-02-06
1
-0
/
+2
*
net: Move driver-model code into its own file
Simon Glass
2016-01-28
1
-0
/
+549