index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Lines
*
net: Export auto_load, use it in rarp
Simon Glass
2011-10-27
-49
/
+33
*
net: Change for loop to memset()
Simon Glass
2011-10-27
-6
/
+2
*
net: Add more #ifdefs for tftpput to reduce code size
Simon Glass
2011-10-27
-1
/
+10
*
net: Make net_transfer() a static function
Simon Glass
2011-10-27
-1
/
+1
*
net: Hide more code behind CONFIG_CMD_TFTPPUT
Simon Glass
2011-10-27
-2
/
+12
*
net: tftpput: implement tftp logic
Simon Glass
2011-10-26
-21
/
+117
*
net: tftpput: Support selecting get/put for tftp
Simon Glass
2011-10-26
-4
/
+3
*
net: tftpput: Factor out start, restart and next block functions
Simon Glass
2011-10-26
-26
/
+51
*
net: tftpput: move common code into separate functions
Simon Glass
2011-10-26
-30
/
+38
*
net: tftpput: Rename TFTP to TFTPGET
Simon Glass
2011-10-26
-10
/
+8
*
net: tftpput: Add support for receiving ICMP packets
Simon Glass
2011-10-26
-3
/
+24
*
net: tftpput: Move ICMP code into its own function
Simon Glass
2011-10-26
-43
/
+58
*
net/dns.c: Fix endian conversion for big-endian in dns command
Bernhard Kaindl
2011-10-23
-12
/
+8
*
net: bootp: add PXE/RFC 4578 DHCP options support
Jason Hobbs
2011-10-17
-0
/
+40
*
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
-74
/
+11
*
net: drop !NET_MULTI ns7520 driver
Mike Frysinger
2011-10-05
-4
/
+0
*
net: Add \n before warning message so it prints on a new line.
Philip Balister
2011-10-01
-1
/
+1
*
net: turn name len check into an assert
Mike Frysinger
2011-09-21
-6
/
+1
*
net/bootp.c: fix tftp load if autoload environment var isn't set
Peter Korsgaard
2011-09-19
-1
/
+1
*
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
Helmut Raiger
2011-09-09
-0
/
+2
*
Correct call to eth_write_hwaddr()
Simon Glass
2011-09-05
-1
/
+1
*
net: Check network device driver name
Michal Simek
2011-09-04
-0
/
+8
*
Put common autoload code into auto_load() function
Simon Glass
2011-08-08
-43
/
+33
*
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
2011-08-08
-25
/
+39
*
net/eth.c: drop obsolete at91rm9200 support
Andreas Bießmann
2011-08-03
-4
/
+0
*
bootp: add ntpserver option to bootp request
Luuk Paulussen
2011-07-27
-0
/
+15
*
net/net.c: Update ipaddr if the environment has changed
Enric Balletbo i Serra
2011-06-01
-1
/
+2
*
net/tftp.c: fix typo
Luca Ceresoli
2011-05-19
-1
/
+1
*
TFTP: add tftpsrv command
Luca Ceresoli
2011-05-19
-1
/
+6
*
TFTP: net/tftp.c: add server mode receive
Luca Ceresoli
2011-05-19
-4
/
+64
*
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
Luca Ceresoli
2011-05-19
-6
/
+6
*
TFTP: replace "server" with "remote" in local variable names
Luca Ceresoli
2011-05-19
-14
/
+14
*
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
Luca Ceresoli
2011-05-19
-2
/
+2
*
net/tftp.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-19
-5
/
+6
*
net/tftp.c: cosmetic: trailing statements should be on next line
Luca Ceresoli
2011-05-19
-3
/
+6
*
net/tftp.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-19
-11
/
+6
*
net/tftp.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-19
-6
/
+12
*
net/tftp.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
2011-05-19
-10
/
+10
*
net/tftp.c: cosmetic: fix whitespace issues
Luca Ceresoli
2011-05-19
-95
/
+97
*
net/tftp.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
2011-05-19
-24
/
+42
*
net/net.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-12
-1
/
+2
*
net/net.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-12
-42
/
+41
*
net/net.c: cosmetic: parentheses not required for return
Luca Ceresoli
2011-05-12
-15
/
+15
*
net/net.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
2011-05-12
-15
/
+15
*
net/net.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-12
-25
/
+13
*
net/net.c: cosmetic: fix whitespace issues
Luca Ceresoli
2011-05-12
-93
/
+93
*
net/net.c: cosmetic: variable initializations
Luca Ceresoli
2011-05-12
-22
/
+18
*
net/net.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
2011-05-12
-77
/
+155
*
NET: pass source IP address to packet handlers
Luca Ceresoli
2011-05-12
-21
/
+31
*
netconsole: remove `serverip' check
Simon Guinot
2011-05-12
-1
/
+2
[next]