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: eth: Check return value in various places
Bin Meng
2015-10-29
-18
/
+25
*
net: eth: Clear MAC address in eth_pre_remove()
Bin Meng
2015-10-29
-0
/
+5
*
net: Increase the size of the net_boot_file_name buffer
Jacob Stiffler
2015-10-29
-1
/
+1
*
net: parse DHCP options from overloaded file/sname fields
Stefan Brüns
2015-10-29
-10
/
+32
*
net: Do not overwrite options found in overloaded 'file' field
Stefan Brüns
2015-10-29
-26
/
+18
*
net: change the env name to use const
Josh Wu
2015-10-28
-2
/
+2
*
net/eth: fix a bug in on_ethaddr()
Gong Qianyu
2015-10-28
-0
/
+1
*
net: cancel timeout handler after DHCPACK
Stefan Brüns
2015-10-28
-0
/
+1
*
net/arp: account for ARP delay, avoid duplicate packets on timeout
Stefan Brüns
2015-10-28
-4
/
+7
*
net/arp: Do not run net_start_again() on timeout
Stefan Brüns
2015-10-28
-1
/
+1
*
net: Fix parsing of Bootp/DHCP option 0 (Pad)
Stefan Brüns
2015-10-28
-1
/
+10
*
net: send RFC1542 compliant value for bootp requests
Stefan Brüns
2015-10-28
-2
/
+6
*
net: reject Bootp/DHCP packets with bad OP value
Stefan Brüns
2015-10-28
-8
/
+5
*
net: protect status led access in bootp
Thomas Chou
2015-10-28
-1
/
+1
*
net: bootp fix vci string on SPL-Boot
Hannes Petermaier
2015-10-28
-1
/
+3
*
net: TFTP: variables cleanup and addition
Albert ARIBAUD \(3ADEV\)
2015-10-28
-2
/
+25
*
net: support NETCONSOLE option via Kconfig
Bernhard Nortmann
2015-09-29
-0
/
+6
*
net: expose eth_is_active() function to test network device state
Bernhard Nortmann
2015-09-29
-1
/
+17
*
dm: eth: Correctly detect alias in eth_get_dev_by_name()
Bin Meng
2015-09-09
-2
/
+3
*
dm: eth: Do not print misleading "Net Initialization Skipped"
Bin Meng
2015-09-09
-0
/
+2
*
net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
Bin Meng
2015-09-09
-5
/
+5
*
net: tftp: Move tftp.h file from ./net to ./include/net
Lukasz Majewski
2015-09-07
-34
/
+4
*
net: Return -EINTR when ctrl+c is pressed
Michal Simek
2015-08-21
-0
/
+1
*
tftp: adjust settings to be suitable for 100Mbit ethernet
Pavel Machek
2015-08-21
-5
/
+5
*
tftp.c: fix CONFIG_TFTP_TSIZE for small files
Max Krummenacher
2015-08-12
-0
/
+2
*
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
Simon Glass
2015-07-21
-0
/
+6
*
dm: eth: Avoid blocking on packet reception
Simon Glass
2015-07-21
-1
/
+4
*
Allow CONFIG_REGEX to be disabled when CONFIG_NET
Joe Hershberger
2015-07-08
-1
/
+0
*
net: Fix NET_RANDOM_ETHADDR dependencies
Michal Simek
2015-06-01
-0
/
+1
*
net: Handle ethaddr changes as an env callback
Joe Hershberger
2015-05-21
-43
/
+61
*
net: Remove duplicate bootfile syncing functionality
Joe Hershberger
2015-05-21
-12
/
+0
*
net: Use env callbacks for net variables
Joe Hershberger
2015-05-21
-16
/
+89
*
net: Implement random ethaddr fallback in eth.c
Joe Hershberger
2015-05-19
-0
/
+20
*
net: Update hardware MAC address if it changes in env
Joe Hershberger
2015-05-19
-28
/
+48
*
dm: net: rtc: Support using driver model for rtc in sntp
Simon Glass
2015-05-05
-0
/
+12
*
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
Simon Glass
2015-05-05
-1
/
+1
*
dm: net: Use existing Ethernet init for driver model
Simon Glass
2015-04-18
-37
/
+42
*
net: Fix compile errors when SNTP enabled and not DATE
Joe Hershberger
2015-04-18
-1
/
+5
*
net: Convert protocol structures to use explicit sizes
Sergey Temerkhanov
2015-04-18
-7
/
+7
*
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
Sergey Temerkhanov
2015-04-18
-19
/
+18
*
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
-134
/
+135
*
net: cosmetic: Fix checkpatch.pl failures in eth.c
Joe Hershberger
2015-04-18
-10
/
+16
*
net: cosmetic: Fix checkpatch.pl failures in linklocal
Joe Hershberger
2015-04-18
-19
/
+17
*
net: cosmetic: Clean up cmd_net variables and functions
Joe Hershberger
2015-04-18
-13
/
+13
*
net: cosmetic: Clean up netconsole variables and functions
Joe Hershberger
2015-04-18
-1
/
+1
*
net: cosmetic: Clean up DNS variables and functions
Joe Hershberger
2015-04-18
-30
/
+27
*
net: cosmetic: Clean up CDP variables and functions
Joe Hershberger
2015-04-18
-39
/
+35
*
net: cosmetic: Clean up ping variables and functions
Joe Hershberger
2015-04-18
-6
/
+7
*
net: cosmetic: Clean up SNTP variables and functions
Joe Hershberger
2015-04-18
-16
/
+13
*
net: cosmetic: Clean up RARP variables and functions
Joe Hershberger
2015-04-18
-17
/
+16
[next]