index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: export eth_setenv_enetaddr_by_index() to net.h
Roger Quadros
2016-03-27
1
-0
/
+17
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-28
1
-0
/
+2
|
\
|
*
include/net.h: add max_speed member in struct eth_pdata
Alexey Brodkin
2016-01-28
1
-0
/
+2
*
|
include: net: Simplify the usage of __always_inline
Fabio Estevam
2015-12-21
1
-5
/
+4
|
/
*
net: Increase the size of the net_boot_file_name buffer
Jacob Stiffler
2015-10-29
1
-1
/
+1
*
net: change the env name to use const
Josh Wu
2015-10-28
1
-2
/
+2
*
net: expose eth_is_active() function to test network device state
Bernhard Nortmann
2015-09-29
1
-0
/
+4
*
update: tftp: dfu: Extend update_tftp() function to support DFU
Lukasz Majewski
2015-09-07
1
-2
/
+12
*
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
Simon Glass
2015-07-21
1
-1
/
+3
*
dm: eth: Avoid blocking on packet reception
Simon Glass
2015-07-21
1
-1
/
+9
*
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
Simon Glass
2015-04-18
1
-0
/
+2
*
net: Convert protocol structures to use explicit sizes
Sergey Temerkhanov
2015-04-18
1
-56
/
+56
*
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
Sergey Temerkhanov
2015-04-18
1
-5
/
+5
*
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
1
-11
/
+7
*
net: cosmetic: Fix checkpatch.pl failures in net.h
Joe Hershberger
2015-04-18
1
-6
/
+6
*
net: cosmetic: Clean up cmd_net variables and functions
Joe Hershberger
2015-04-18
1
-5
/
+5
*
net: cosmetic: Clean up netconsole variables and functions
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: cosmetic: Clean up DNS variables and functions
Joe Hershberger
2015-04-18
1
-2
/
+2
*
net: cosmetic: Clean up CDP variables and functions
Joe Hershberger
2015-04-18
1
-2
/
+2
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-7
/
+0
*
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
2015-04-18
1
-8
/
+8
*
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
1
-19
/
+19
*
net: cosmetic: Fixup var names for DHCP strings
Joe Hershberger
2015-04-18
1
-3
/
+3
*
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
2015-04-18
1
-4
/
+5
*
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2015-04-18
1
-30
/
+33
*
dm: eth: Provide a way for drivers to manage packet buffers
Joe Hershberger
2015-04-18
1
-1
/
+7
*
net: Improve error handling
Joe Hershberger
2015-04-18
1
-1
/
+2
*
dm: eth: Add support for aliases
Joe Hershberger
2015-04-18
1
-0
/
+5
*
dm: eth: Pass the packet pointer as a parameter to recv
Joe Hershberger
2015-04-18
1
-2
/
+4
*
net: Clean up network stack names used in DM drivers
Joe Hershberger
2015-04-18
1
-1
/
+8
*
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
1
-0
/
+52
*
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
1
-3
/
+3
*
net: Use int instead of u8 for boolean flag
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: Refactor in preparation for driver model
Joe Hershberger
2015-04-18
1
-33
/
+35
*
net: Remove unneeded "extern" in net.h
Joe Hershberger
2015-04-18
1
-45
/
+45
*
net: Provide a function to get the current MAC address
Joe Hershberger
2015-04-18
1
-0
/
+8
*
net: Add ethernet FCS length macro in net.h
Bin Meng
2015-03-24
1
-0
/
+2
*
net: Use new checksum functions
Simon Glass
2015-02-12
1
-4
/
+0
*
net: Add a separate file for IP checksumming
Simon Glass
2015-01-23
1
-0
/
+30
*
net: Declare physical address as phys_addr_t unsigned type
Michal Simek
2015-01-14
1
-1
/
+1
*
SPDX License cleanup for LiMon imported files
Wolfgang Denk
2014-10-10
1
-1
/
+1
*
net: rename and refactor eth_rand_ethaddr() function
Masahiro Yamada
2014-05-12
1
-17
/
+19
*
net: Fix mcast function pointer prototype
Claudiu Manoil
2013-11-22
1
-1
/
+1
*
net.h: don't use the reserved name __unused
Jeroen Hofstee
2013-08-19
1
-1
/
+1
*
net: make IPaddr type big endian
Kim Phillips
2013-06-24
1
-1
/
+1
*
net: Add prototype for update_tftp
Simon Glass
2013-06-04
1
-0
/
+3
*
net/: sparse fixes
Kim Phillips
2012-11-04
1
-4
/
+5
*
net: Filter incoming netconsole packets by IP
Joe Hershberger
2012-09-24
1
-1
/
+2
*
net: Improve the speed of netconsole
Joe Hershberger
2012-09-24
1
-1
/
+41
*
net: add helper to generate random mac address
Michael Walle
2012-07-07
1
-0
/
+17
[next]