aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-04-25net: allow setting env enetaddr from net device settingRob Herring
2012-04-03net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall backEric Miao
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert net progress numbers to enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger
2012-03-06PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut
2012-03-06PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut
2012-03-03eth: remove usb-ethernet devices before re-enumerating themVincent Palatin
2011-12-20net: introduce per device indexMichael Walle
2011-12-06net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser
2011-11-23net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin
2011-11-07net/net.c: Fix GCC 4.6 build warningWolfgang Denk
2011-10-27net: Export auto_load, use it in rarpSimon Glass
2011-10-27net: Change for loop to memset()Simon Glass
2011-10-27net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass
2011-10-27net: Make net_transfer() a static functionSimon Glass
2011-10-27net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass
2011-10-26net: tftpput: implement tftp logicSimon Glass
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass
2011-10-26net: tftpput: move common code into separate functionsSimon Glass
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass
2011-10-26net: tftpput: Add support for receiving ICMP packetsSimon Glass
2011-10-26net: tftpput: Move ICMP code into its own functionSimon Glass
2011-10-23net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl
2011-10-17net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-10-05net: drop !NET_MULTI ns7520 driverMike Frysinger
2011-10-01net: Add \n before warning message so it prints on a new line.Philip Balister
2011-09-21net: turn name len check into an assertMike Frysinger
2011-09-19net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard
2011-09-09net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger
2011-09-05Correct call to eth_write_hwaddr()Simon Glass
2011-09-04net: Check network device driver nameMichal Simek
2011-08-08Put common autoload code into auto_load() functionSimon Glass
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass
2011-08-03net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann
2011-07-27bootp: add ntpserver option to bootp requestLuuk Paulussen
2011-06-01net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra
2011-05-19net/tftp.c: fix typoLuca Ceresoli
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli