summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: tftp: timeout only after a proper amount of timeWolfram Sang2012-09-141-1/+2
* Merge branch 'for-next/ethernet'Sascha Hauer2012-07-022-3/+3
|\
| * eth: eth MAC addresses are six bytesJohannes Stezenbach2012-06-302-3/+3
* | net: Use dev_name directlySascha Hauer2012-06-281-3/+1
|/
* dns: fix recursive loopSascha Hauer2012-05-161-2/+9
* complete: eth typo fixJean-Christophe PLAGNIOL-VILLARD2012-05-021-1/+1
* Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-05-012-0/+23
|\
| * complete: add eth interface complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+21
| * complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* | dhcp: set start timeSascha Hauer2012-04-301-0/+1
|/
* dhcp: fix typo introduce during rebase of hostname patchJean-Christophe PLAGNIOL-VILLARD2012-04-181-1/+1
* net: dhcp: add support to send the hostname to the dhcp serverJean-Christophe PLAGNIOL-VILLARD2012-04-181-2/+12
* Merge branch 'work/dns' into nextSascha Hauer2012-04-165-23/+24
|\
| * Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
| * net: remove unused getenv_ip_dnsSascha Hauer2012-04-151-4/+1
| * dns: use global nameserver/domainnameSascha Hauer2012-04-151-3/+3
| * dhcp: set global nameserver/domainnameSascha Hauer2012-04-151-4/+2
| * net: register a 'net' device to store network specific variablesSascha Hauer2012-04-151-0/+9
| * net: use static string in string_to_ipSascha Hauer2012-04-152-10/+7
| * net dns: remove debug codeSascha Hauer2012-04-151-1/+1
* | net: use net_alloc_packet to allocate packetJean-Christophe PLAGNIOL-VILLARD2012-04-151-2/+2
|/
* netconsole: bail out if console_register failsSascha Hauer2012-04-131-1/+7
* net: dhcp: add private extention 224 to pass the oftree file via dhcp.Jean-Christophe PLAGNIOL-VILLARD2012-04-101-0/+5
* net: eth: don't say that MAC comes from EEPROMWolfram Sang2012-04-051-1/+1
* net: ping: do not retry endlesslyWolfram Sang2012-04-051-0/+7
* net: tftp: do not retry endlesslyWolfram Sang2012-04-051-0/+10
* net: arp_request: do not retry endlesslyWolfram Sang2012-04-051-0/+5
* net: tftp: check for error when retryingWolfram Sang2012-04-051-1/+3
* net: ping: remove unneeded initializationWolfram Sang2012-04-051-1/+1
* net: ping: send PING packets with 1-second intervalWolfram Sang2012-04-051-1/+2
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-032-4/+7
* net: dhcp: allow to set transmitted user classJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+14
* net: dhcp: allow to set transmitted client uuidJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+14
* net: dhcp: allow to set transmitted client idJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+9
* net: dhcp: factorise setting option codeJean-Christophe PLAGNIOL-VILLARD2012-04-031-34/+87
* net: dhcp: add support of tftp name serverJean-Christophe PLAGNIOL-VILLARD2012-04-031-3/+17
* net: dhcp: reset env variable before do a dhcp requestJean-Christophe PLAGNIOL-VILLARD2012-04-031-0/+16
* net: dhcp: factorise option recption handlingJean-Christophe PLAGNIOL-VILLARD2012-04-031-88/+153
* net: dhcp: allow to set transmitted vendor idEnrico Scholz2012-03-121-5/+37
* commands: remove struct command pointer from commandsSascha Hauer2012-02-275-5/+5
* net: use container_of instead of dev->type_dataSascha Hauer2012-02-251-3/+2
* net: set enetaddr to invalid address when an invalid string is passedSascha Hauer2012-02-141-2/+4
* net: fix eth device unregistrationSascha Hauer2012-02-141-1/+4
* net/nfs: increase timeout to 15 secondsMarc Kleine-Budde2012-01-251-1/+1
* remove unused watchdog headerSascha Hauer2011-12-151-1/+0
* dhcp: Add magicvarsSascha Hauer2011-11-291-0/+6
* net: getenv_ip: check return value of string_to_ipWolfram Sang2011-09-261-1/+2
* net: string_to_ip: add sanity check for > 255Wolfram Sang2011-09-261-2/+4
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+4
* net: Add a possibility for boards to give network devices a MAC addressSascha Hauer2011-07-291-1/+58