aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2011-05-19net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli
2011-05-12net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix indentationLuca Ceresoli
2011-05-12net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix brace issuesLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli
2011-05-12net/net.c: cosmetic: variable initializationsLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli
2011-05-12netconsole: remove `serverip' checkSimon Guinot
2011-04-28NET: Correct potential missing goto label in case statement.Gray Remlin
2011-04-20Create PHY Lib for U-BootAndy Fleming
2011-04-13Fix bad padding of bootp request packetSimon Glass
2011-02-19Fix compile warning in net/eth.cRemy Bohmer
2011-02-19Add USB host ethernet adapter supportSimon Glass
2010-11-28string_to_VLAN: constify "var" argMike Frysinger
2010-11-28copy_filename: constify "src" argMike Frysinger
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-11-15Net: clarify board/cpu_eth_init callsBen Warren
2010-11-14net: Fix potential empty DHCP Parameter Request ListJason Liu
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser
2010-10-11Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren
2010-08-09Fix compile warnings for const correctnessBen Warren
2010-07-12net: warn about spaces in device namesMike Frysinger
2010-06-20net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk
2010-06-20ip/defrag: fix processing of last short fragmentFillod Stephane