index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2012-03-18
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
bootstage: Convert net progress numbers to enums
Simon Glass
2012-03-18
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
2012-03-18
net/miiphy/serial: drop duplicate "NAMESIZE" define
Mike Frysinger
2012-03-06
PPC: Drop mv6446x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-06
PPC: Drop mv6436x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-03
eth: remove usb-ethernet devices before re-enumerating them
Vincent Palatin
2011-12-20
net: introduce per device index
Michael Walle
2011-12-06
net: Make sure IPaddr_t is 32 bits in size
Matthias Weisser
2011-11-23
net/bootp.c: Fix GCC 4.6 warning
Anatolij Gustschin
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: Add more #ifdefs for tftpput to reduce code size
Simon Glass
2011-10-27
net: Make net_transfer() a static function
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: Support selecting get/put for tftp
Simon Glass
2011-10-26
net: tftpput: Factor out start, restart and next block functions
Simon Glass
2011-10-26
net: tftpput: move common code into separate functions
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-23
net/dns.c: Fix endian conversion for big-endian in dns command
Bernhard Kaindl
2011-10-17
net: bootp: add PXE/RFC 4578 DHCP options support
Jason Hobbs
2011-10-05
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
net: drop !NET_MULTI ns7520 driver
Mike Frysinger
2011-10-01
net: Add \n before warning message so it prints on a new line.
Philip Balister
2011-09-21
net: turn name len check into an assert
Mike Frysinger
2011-09-19
net/bootp.c: fix tftp load if autoload environment var isn't set
Peter Korsgaard
2011-09-09
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
Helmut Raiger
2011-09-05
Correct call to eth_write_hwaddr()
Simon Glass
2011-09-04
net: Check network device driver name
Michal Simek
2011-08-08
Put common autoload code into auto_load() function
Simon Glass
2011-08-08
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
2011-08-03
net/eth.c: drop obsolete at91rm9200 support
Andreas Bießmann
2011-07-27
bootp: add ntpserver option to bootp request
Luuk Paulussen
2011-06-01
net/net.c: Update ipaddr if the environment has changed
Enric Balletbo i Serra
2011-05-19
net/tftp.c: fix typo
Luca Ceresoli
2011-05-19
TFTP: add tftpsrv command
Luca Ceresoli
2011-05-19
TFTP: net/tftp.c: add server mode receive
Luca Ceresoli
2011-05-19
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
Luca Ceresoli
2011-05-19
TFTP: replace "server" with "remote" in local variable names
Luca Ceresoli
2011-05-19
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
Luca Ceresoli
2011-05-19
net/tftp.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-19
net/tftp.c: cosmetic: trailing statements should be on next line
Luca Ceresoli
2011-05-19
net/tftp.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-19
net/tftp.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-19
net/tftp.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
[next]