index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2012-03-18
1
-0
/
+1
*
net: Make sure IPaddr_t is 32 bits in size
Matthias Weisser
2011-12-06
1
-3
/
+3
*
net/net.c: Fix GCC 4.6 build warning
Wolfgang Denk
2011-11-07
1
-3
/
+1
*
net: Export auto_load, use it in rarp
Simon Glass
2011-10-27
1
-0
/
+30
*
net: Change for loop to memset()
Simon Glass
2011-10-27
1
-6
/
+2
*
net: Hide more code behind CONFIG_CMD_TFTPPUT
Simon Glass
2011-10-27
1
-0
/
+8
*
net: tftpput: implement tftp logic
Simon Glass
2011-10-26
1
-0
/
+4
*
net: tftpput: Rename TFTP to TFTPGET
Simon Glass
2011-10-26
1
-10
/
+8
*
net: tftpput: Add support for receiving ICMP packets
Simon Glass
2011-10-26
1
-3
/
+24
*
net: tftpput: Move ICMP code into its own function
Simon Glass
2011-10-26
1
-43
/
+58
*
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
1
-30
/
+0
*
net/net.c: Update ipaddr if the environment has changed
Enric Balletbo i Serra
2011-06-01
1
-1
/
+2
*
TFTP: add tftpsrv command
Luca Ceresoli
2011-05-19
1
-1
/
+6
*
net/net.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-12
1
-1
/
+2
*
net/net.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-12
1
-42
/
+41
*
net/net.c: cosmetic: parentheses not required for return
Luca Ceresoli
2011-05-12
1
-15
/
+15
*
net/net.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
2011-05-12
1
-15
/
+15
*
net/net.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-12
1
-25
/
+13
*
net/net.c: cosmetic: fix whitespace issues
Luca Ceresoli
2011-05-12
1
-93
/
+93
*
net/net.c: cosmetic: variable initializations
Luca Ceresoli
2011-05-12
1
-22
/
+18
*
net/net.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
2011-05-12
1
-77
/
+155
*
NET: pass source IP address to packet handlers
Luca Ceresoli
2011-05-12
1
-13
/
+17
*
netconsole: remove `serverip' check
Simon Guinot
2011-05-12
1
-1
/
+2
*
NET: Correct potential missing goto label in case statement.
Gray Remlin
2011-04-28
1
-1
/
+2
*
string_to_VLAN: constify "var" arg
Mike Frysinger
2010-11-28
1
-1
/
+1
*
copy_filename: constify "src" arg
Mike Frysinger
2010-11-28
1
-1
/
+1
*
rarp: Condtionally compile rarp support
Peter Tyser
2010-10-11
1
-2
/
+9
*
ip/defrag: fix processing of last short fragment
Fillod Stephane
2010-06-20
1
-1
/
+2
*
./net/net.c - make Microsoft dns servers happy with random_port() numbers
Robin Getz
2010-05-03
1
-2
/
+4
*
Make getenv_IPaddr() global
Dirk Behme
2010-01-17
1
-26
/
+0
*
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
2009-12-13
1
-4
/
+0
*
Repair the 'netretry=once' option.
Remy Bohmer
2009-11-24
1
-8
/
+24
*
net: defragment IP packets
Alessandro Rubini
2009-08-25
1
-5
/
+183
*
minor debug cleanups in ./net
Robin Getz
2009-08-07
1
-56
/
+24
*
Save server's MAC address in environment
Robin Getz
2009-07-22
1
-0
/
+9
*
DHCP regression on 2009-06
Michael Zaidman
2009-07-22
1
-0
/
+3
*
Add DNS support
Robin Getz
2009-07-22
1
-0
/
+29
*
net: rename NetRxPkt to NetRxPacket
Mike Frysinger
2009-07-22
1
-4
/
+4
*
netloop: updates for NetLoop
Heiko Schocher
2009-05-15
1
-4
/
+3
*
NetLoop initialization bug
Michael Zaidman
2009-04-19
1
-59
/
+4
*
net: get mac address from environment and use eth util funcs
Mike Frysinger
2009-03-20
1
-12
/
+5
*
convert print_IPaddr() to %pI4
Mike Frysinger
2009-03-20
1
-12
/
+1
*
netloop: speed up NetLoop
Heiko Schocher
2009-02-22
1
-59
/
+75
*
Fix IP alignment problem
Olav Morken
2009-01-28
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Wolfgang Denk
2008-12-09
1
-3
/
+4
|
\
|
*
net: Add additional IP fragmentation check
Peter Tyser
2008-12-04
1
-1
/
+2
|
*
net: Define IP flag field values
Peter Tyser
2008-12-04
1
-3
/
+3
*
|
Update U-Boot's build timestamp on every compile
Peter Tyser
2008-12-06
1
-0
/
+3
|
/
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
1
-6
/
+6
*
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
2008-10-18
1
-12
/
+7
[next]