index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net.h
Age
Commit message (
Expand
)
Author
2015-10-29
net: Increase the size of the net_boot_file_name buffer
Jacob Stiffler
2015-10-28
net: change the env name to use const
Josh Wu
2015-09-30
net: expose eth_is_active() function to test network device state
Bernhard Nortmann
2015-09-07
update: tftp: dfu: Extend update_tftp() function to support DFU
Lukasz Majewski
2015-07-21
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
Simon Glass
2015-07-21
dm: eth: Avoid blocking on packet reception
Simon Glass
2015-04-18
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
Simon Glass
2015-04-18
net: Convert protocol structures to use explicit sizes
Sergey Temerkhanov
2015-04-18
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
Sergey Temerkhanov
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.h
Joe Hershberger
2015-04-18
net: cosmetic: Clean up cmd_net variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Clean up netconsole variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Clean up DNS variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Clean up CDP variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
net: cosmetic: Fixup var names for DHCP strings
Joe Hershberger
2015-04-18
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2015-04-18
dm: eth: Provide a way for drivers to manage packet buffers
Joe Hershberger
2015-04-18
net: Improve error handling
Joe Hershberger
2015-04-18
dm: eth: Add support for aliases
Joe Hershberger
2015-04-18
dm: eth: Pass the packet pointer as a parameter to recv
Joe Hershberger
2015-04-18
net: Clean up network stack names used in DM drivers
Joe Hershberger
2015-04-18
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
net: Use int instead of u8 for boolean flag
Joe Hershberger
2015-04-18
net: Refactor in preparation for driver model
Joe Hershberger
2015-04-18
net: Remove unneeded "extern" in net.h
Joe Hershberger
2015-04-18
net: Provide a function to get the current MAC address
Joe Hershberger
2015-03-25
net: Add ethernet FCS length macro in net.h
Bin Meng
2015-02-12
net: Use new checksum functions
Simon Glass
2015-01-24
net: Add a separate file for IP checksumming
Simon Glass
2015-01-14
net: Declare physical address as phys_addr_t unsigned type
Michal Simek
2014-10-10
SPDX License cleanup for LiMon imported files
Wolfgang Denk
2014-05-12
net: rename and refactor eth_rand_ethaddr() function
Masahiro Yamada
2013-11-22
net: Fix mcast function pointer prototype
Claudiu Manoil
2013-08-19
net.h: don't use the reserved name __unused
Jeroen Hofstee
2013-06-25
net: make IPaddr type big endian
Kim Phillips
2013-06-04
net: Add prototype for update_tftp
Simon Glass
2012-11-04
net/: sparse fixes
Kim Phillips
2012-09-24
net: Filter incoming netconsole packets by IP
Joe Hershberger
2012-09-24
net: Improve the speed of netconsole
Joe Hershberger
2012-07-07
net: add helper to generate random mac address
Michael Walle
2012-05-23
net: Allow filtering on debug traces in the net subsystem
Joe Hershberger
2012-05-23
net: Add link-local addressing support
Joe Hershberger
2012-05-23
net: Don't copy every packet that waits for an ARP
Joe Hershberger
2012-05-23
net: Fix net buffer initialization
Joe Hershberger
[next]