index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
net.c
Age
Commit message (
Expand
)
Author
2012-05-23
net: Add net_update_ether() to handle ARP and Ping replies
Joe Hershberger
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
2012-05-23
net: Refactor to protect access to the NetState variable
Joe Hershberger
2012-05-23
net: Refactor to use NetSendPacket instead of eth_send directly
Joe Hershberger
2012-05-23
net: Refactor NetSendUDPPacket to share more code
Joe Hershberger
2012-05-23
net: Refactor IP, UPD, and ICMP header writing functions
Joe Hershberger
2012-05-23
net: cosmetic: Alphabetize includes in net.c
Joe Hershberger
2012-05-23
net: cosmetic: Rename CDPHandler to cdp_receive
Joe Hershberger
2012-05-23
net: cosmetic: Rename "x" to "eth_proto"
Joe Hershberger
2012-05-23
net: cosmetic: Add a more explicit comment about 802.2
Joe Hershberger
2012-05-23
net: cosmetic: Rename parameter len to payload_len
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef ICMP_t
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef VLAN_Ethernet_t
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef Ethernet_t
Joe Hershberger
2012-05-23
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef IP_t
Joe Hershberger
2012-05-23
net: Move RARP receive logic out of net.c
Joe Hershberger
2012-05-23
net: Move PING out of net.c
Joe Hershberger
2012-05-23
net: Move ARP out of net.c
Joe Hershberger
2012-05-23
net: Encapsulate CDP packet identification
Joe Hershberger
2012-05-23
net: Move CDP out of net.c
Joe Hershberger
2012-05-15
net: punt bd->bi_ip_addr
Mike Frysinger
2012-05-15
net: cosmetic: net.c checkpatch compliance
Joe Hershberger
2012-05-15
net: Remove volatile from net API
Joe Hershberger
2012-03-18
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2011-12-06
net: Make sure IPaddr_t is 32 bits in size
Matthias Weisser
2011-11-07
net/net.c: Fix GCC 4.6 build warning
Wolfgang Denk
2011-10-27
net: Export auto_load, use it in rarp
Simon Glass
2011-10-27
net: Change for loop to memset()
Simon Glass
2011-10-27
net: Hide more code behind CONFIG_CMD_TFTPPUT
Simon Glass
2011-10-26
net: tftpput: implement tftp logic
Simon Glass
2011-10-26
net: tftpput: Rename TFTP to TFTPGET
Simon Glass
2011-10-26
net: tftpput: Add support for receiving ICMP packets
Simon Glass
2011-10-26
net: tftpput: Move ICMP code into its own function
Simon Glass
2011-10-05
net: drop !NET_MULTI code
Mike Frysinger
2011-06-01
net/net.c: Update ipaddr if the environment has changed
Enric Balletbo i Serra
2011-05-19
TFTP: add tftpsrv command
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: parentheses not required for return
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: fix whitespace issues
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: variable initializations
Luca Ceresoli
2011-05-12
net/net.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
2011-05-12
NET: pass source IP address to packet handlers
Luca Ceresoli
2011-05-12
netconsole: remove `serverip' check
Simon Guinot
2011-04-27
NET: Correct potential missing goto label in case statement.
Gray Remlin
2010-11-28
string_to_VLAN: constify "var" arg
Mike Frysinger
2010-11-28
copy_filename: constify "src" arg
Mike Frysinger
[prev]
[next]