summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: add a context to the packet handlerSascha Hauer2011-04-127-19/+22
* eth: check the result of edev->get_ethaddrSascha Hauer2011-04-121-2/+4
* net: use dev_* for printing network related stuffSascha Hauer2011-03-031-2/+2
* network: initialize new net device id with -1Sascha Hauer2011-02-181-0/+1
* Merge branch 'master' into nextSascha Hauer2011-01-171-1/+1
|\
| * net: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-2/+2
|/
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-1/+1
* LED: Add LED trigger supportSascha Hauer2010-12-202-6/+22
* eth: fix 'warning: No MAC address set' when using EEPROM MACBaruch Siach2010-12-161-1/+3