]> git.ipfire.org Git - people/ms/u-boot.git/history - net
net: dc2114x: check for apropriate command
[people/ms/u-boot.git] / net /
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
2010-08-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ti
2010-08-10  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-08-10  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-net
2010-08-09  Ben WarrenFix compile warnings for const correctness
2010-08-03  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-07-16  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ti
2010-07-15  Wolfgang DenkMerge branch 'master' of ../master
2010-07-14  Wolfgang DenkMerge branch 'next' of git://git.denx.de/u-boot-nios
2010-07-14  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2010-07-14  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-net
2010-07-12  Mike Frysingernet: warn about spaces in device names
2010-07-06  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot
2010-06-29  Wolfgang DenkMerge branch 'next' of git://git.denx.de/u-boot-ti...
2010-06-23  Wolfgang DenkMerge branch 'master' into next
2010-06-22  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/custodians
2010-06-21  Wolfgang Denknet/eth.c: eth_mac_skip() is only needed when CONFIG_NE...
2010-06-21  Fillod Stephaneip/defrag: fix processing of last short fragment
2010-06-20  Wolfgang Denknet/eth.c: eth_mac_skip() is only needed when CONFIG_NE...
2010-05-31  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-05-04  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-net
2010-05-03  Ben WarrenProgram net device MAC addresses after initializing
2010-05-03  Robin Getz./net/net.c - make Microsoft dns servers happy with...
2010-05-03  Detlev Zundelnet: Trivial coding style issue with empty for statement
next