]> git.ipfire.org Git - people/ms/u-boot.git/history - net
sparc: fix unused variable warnings
[people/ms/u-boot.git] / net /
2011-11-23  Wolfgang DenkMerge branch 'hs@denx.de' of git://git.denx.de/u-boot...
2011-11-23  Anatolij Gustschinnet/bootp.c: Fix GCC 4.6 warning
2011-11-21  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nios
2011-11-08  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2011-11-07  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2011-11-07  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-coldfire
2011-11-07  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2011-11-07  Wolfgang Denknet/net.c: Fix GCC 4.6 build warning
2011-10-27  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2011-10-27  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-micro...
2011-10-27  Simon Glassnet: Export auto_load, use it in rarp
2011-10-27  Simon Glassnet: Change for loop to memset()
2011-10-27  Simon Glassnet: Add more #ifdefs for tftpput to reduce code size
2011-10-27  Simon Glassnet: Make net_transfer() a static function
2011-10-27  Simon Glassnet: Hide more code behind CONFIG_CMD_TFTPPUT
2011-10-26  Simon Glassnet: tftpput: implement tftp logic
2011-10-26  Simon Glassnet: tftpput: Support selecting get/put for tftp
2011-10-26  Simon Glassnet: tftpput: Factor out start, restart and next block...
2011-10-26  Simon Glassnet: tftpput: move common code into separate functions
2011-10-26  Simon Glassnet: tftpput: Rename TFTP to TFTPGET
2011-10-26  Simon Glassnet: tftpput: Add support for receiving ICMP packets
2011-10-26  Simon Glassnet: tftpput: Move ICMP code into its own function
2011-10-23  Bernhard Kaindlnet/dns.c: Fix endian conversion for big-endian in...
2011-10-21  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/master
2011-10-17  Jason Hobbsnet: bootp: add PXE/RFC 4578 DHCP options support
2011-10-05  Mike Frysingernet: drop !NET_MULTI code
2011-10-05  Mike Frysingernet: drop !NET_MULTI ns7520 driver
2011-10-04  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2011-10-01  Philip Balisternet: Add \n before warning message so it prints on...
2011-09-21  Mike Frysingernet: turn name len check into an assert
2011-09-19  Peter Korsgaardnet/bootp.c: fix tftp load if autoload environment...
2011-09-09  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2011-09-09  Helmut Raigernet/eth.c: throw BUG for eth_get_dev_by_name(NULL)
2011-09-07  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mmc
2011-09-05  Simon GlassCorrect call to eth_write_hwaddr()
2011-09-04  Michal Simeknet: Check network device driver name
2011-08-26  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-sh
2011-08-26  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ubi
2011-08-08  Simon GlassPut common autoload code into auto_load() function
2011-08-08  Simon GlassAdd Ethernet hardware MAC address framework to usbnet
2011-08-04  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2011-08-04  Albert ARIBAUDMerge commit '7b2fac7654f7420c2787f74ec3b1540fa3b343e9'
2011-08-03  Andreas Bießmannnet/eth.c: drop obsolete at91rm9200 support
2011-08-02  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2011-07-27  Luuk Paulussenbootp: add ntpserver option to bootp request
2011-06-01  Enric Balletbo i... net/net.c: Update ipaddr if the environment has changed
2011-05-19  Luca Ceresolinet/tftp.c: fix typo
2011-05-19  Luca CeresoliTFTP: add tftpsrv command
2011-05-19  Luca CeresoliTFTP: net/tftp.c: add server mode receive
2011-05-19  Luca CeresoliTFTP: rename STATE_RRQ to STATE_SEND_RRQ
2011-05-19  Luca CeresoliTFTP: replace "server" with "remote" in local variable...
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: do not initialise statics to...
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: fix indentation
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: trailing statements should be...
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: fix brace issues
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: do not use assignment in if condition
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: fix pointer syntax issues
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: fix whitespace issues
2011-05-19  Luca Ceresolinet/tftp.c: cosmetic: fix lines over 80 characters
2011-05-12  Luca Ceresolinet/net.c: cosmetic: do not use assignment in if condition
2011-05-12  Luca Ceresolinet/net.c: cosmetic: fix indentation
2011-05-12  Luca Ceresolinet/net.c: cosmetic: parentheses not required for return
2011-05-12  Luca Ceresolinet/net.c: cosmetic: fix pointer syntax issues
2011-05-12  Luca Ceresolinet/net.c: cosmetic: fix brace issues
2011-05-12  Luca Ceresolinet/net.c: cosmetic: fix whitespace issues
2011-05-12  Luca Ceresolinet/net.c: cosmetic: variable initializations
2011-05-12  Luca Ceresolinet/net.c: cosmetic: fix lines over 80 characters
2011-05-12  Luca CeresoliNET: pass source IP address to packet handlers
2011-05-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ppc4xx
2011-05-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2011-05-12  Simon Guinotnetconsole: remove `serverip' check
2011-05-10  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2011-04-27  Gray RemlinNET: Correct potential missing goto label in case state...
2011-04-20  Wolfgang DenkMerge branch 'phylib' of git://git.denx.de/u-boot-mmc
2011-04-20  Wolfgang DenkMerge branch 'misc' of git://git.denx.de/u-boot-blackfin
2011-04-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mmc
2011-04-20  Andy FlemingCreate PHY Lib for U-Boot
2011-04-13  Simon GlassFix bad padding of bootp request packet
2011-02-19  Remy BohmerFix compile warning in net/eth.c
2011-02-19  Simon GlassAdd USB host ethernet adapter support
2010-12-22  Wolfgang DenkMerge branch 'next' of ../next
2010-12-16  Wolfgang DenkMerge branch 'master' of ../master into next
2010-12-09  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-11-30  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-11-28  Mike Frysingerstring_to_VLAN: constify "var" arg
2010-11-28  Mike Frysingercopy_filename: constify "src" arg
2010-11-19  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2010-11-17  Sebastien CarlierSwitch from archive libraries to partial linking
2010-11-17  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-11-14  Ben WarrenNet: clarify board/cpu_eth_init calls
2010-11-14  Jason Liunet: Fix potential empty DHCP Parameter Request List
2010-10-19  Wolfgang DenkMerge branch 'elf_reloc'
2010-10-17  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-13  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-10-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-cfi...
2010-10-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-micro...
2010-10-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-net
2010-10-12  Peter Tyserrarp: Condtionally compile rarp support
2010-10-12  Ben WarrenNet: Remove redundant CONFIG_NET_MULTI directives
2010-09-07  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
next