aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-10-17net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs1-0/+40
2011-10-05net: drop !NET_MULTI codeMike Frysinger4-74/+11
2011-10-05net: drop !NET_MULTI ns7520 driverMike Frysinger1-4/+0
2011-10-01net: Add \n before warning message so it prints on a new line.Philip Balister1-1/+1
2011-09-21net: turn name len check into an assertMike Frysinger1-6/+1
2011-09-19net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard1-1/+1
2011-09-09net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger1-0/+2
2011-09-05Correct call to eth_write_hwaddr()Simon Glass1-1/+1
2011-09-04net: Check network device driver nameMichal Simek1-0/+8
2011-08-08Put common autoload code into auto_load() functionSimon Glass1-43/+33
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-25/+39
2011-08-03net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann1-4/+0
2011-07-27bootp: add ntpserver option to bootp requestLuuk Paulussen1-0/+15
2011-06-01net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra1-1/+2
2011-05-19net/tftp.c: fix typoLuca Ceresoli1-1/+1
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli1-1/+6
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli2-4/+64
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli1-6/+6
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli1-14/+14
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli1-2/+2
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli1-5/+6
2011-05-19net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli1-3/+6
2011-05-19net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli1-11/+6
2011-05-19net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-6/+12
2011-05-19net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-10/+10
2011-05-19net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli1-95/+97
2011-05-19net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli1-24/+42
2011-05-12net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-1/+2
2011-05-12net/net.c: cosmetic: fix indentationLuca Ceresoli1-42/+41
2011-05-12net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli1-15/+15
2011-05-12net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-15/+15
2011-05-12net/net.c: cosmetic: fix brace issuesLuca Ceresoli1-25/+13
2011-05-12net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli1-93/+93
2011-05-12net/net.c: cosmetic: variable initializationsLuca Ceresoli1-22/+18
2011-05-12net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli1-77/+155
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli7-21/+31
2011-05-12netconsole: remove `serverip' checkSimon Guinot1-1/+2
2011-04-28NET: Correct potential missing goto label in case statement.Gray Remlin1-1/+2
2011-04-20Create PHY Lib for U-BootAndy Fleming1-0/+6
2011-04-13Fix bad padding of bootp request packetSimon Glass1-1/+1
2011-02-19Fix compile warning in net/eth.cRemy Bohmer1-1/+1
2011-02-19Add USB host ethernet adapter supportSimon Glass1-19/+22
2010-11-28string_to_VLAN: constify "var" argMike Frysinger1-1/+1
2010-11-28copy_filename: constify "src" argMike Frysinger1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-15Net: clarify board/cpu_eth_init callsBen Warren1-4/+12
2010-11-14net: Fix potential empty DHCP Parameter Request ListJason Liu1-0/+4
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser2-3/+10
2010-10-11Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren1-12/+4
2010-08-09Fix compile warnings for const correctnessBen Warren1-1/+1