summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Call edev->recv with correct eth_deviceSascha Hauer2014-09-171-1/+1
* netconsole: rename console to "netconsole"Sascha Hauer2014-07-111-0/+1
* Do not use macros in command helpSascha Hauer2014-07-081-1/+1
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-28/+0
* ifup: Add comment why xxx-discover files have to be skippedSascha Hauer2014-06-231-0/+5
* net: ifup: skip *-discover files for ifup -aSascha Hauer2014-06-231-0/+2
* Merge branch 'for-next/net'Sascha Hauer2014-06-043-40/+54
|\
| * net: take eth id from devicetree aliasSascha Hauer2014-05-151-2/+11
| * net: Allow to use multiple network interfaces at onceSascha Hauer2014-05-152-37/+40
| * net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
| * net: ifup: Set current ethernet device when doing ifupSascha Hauer2014-05-151-0/+2
* | net: show enetaddr in lowercaseHolger Schurig2014-06-021-1/+1
* | commands: move CMD_IFUP to commands/KconfigHolger Schurig2014-05-141-7/+0
* | commands: NET_DHCP -> CMD_DHCPHolger Schurig2014-05-142-5/+1
* | commands: NET_PING -> CMD_PINGHolger Schurig2014-05-142-5/+1
* | commands: introduce CMD_HOSTHolger Schurig2014-05-141-1/+2
* | commands: harmonize in-barebox documentationHolger Schurig2014-05-145-38/+25
* | commands: group 'help' outputHolger Schurig2014-05-145-0/+5
|/
* net/ifup.c: avoid setting the MAC twiceJuergen Borleis2014-04-241-1/+0
* net/ifup.c: don't fail silentlyJuergen Borleis2014-04-241-2/+6
* Merge branch 'for-next/misc'Sascha Hauer2014-04-041-11/+3
|\
| * param: Add dev_add_param_macSascha Hauer2014-04-041-11/+3
* | netconsole: bail out when no connection is openedSascha Hauer2014-03-311-0/+6
|/
* ifup: set serverip to provided value when doing dhcpSascha Hauer2014-03-141-0/+3
* Merge branch 'for-next/nfs'Sascha Hauer2014-03-074-1/+192
|\
| * net: Add ifup supportSascha Hauer2014-03-073-0/+191
| * net: constify eth_get_byname argumentSascha Hauer2014-03-071-1/+1
* | Merge branch 'for-next/mtd'Sascha Hauer2014-03-071-2/+0
|\ \
| * | device: remove parameters when unregistering a deviceSascha Hauer2014-02-131-2/+0
| |/
* / remove redundant NULL check on freeLucas Stach2014-02-101-1/+1
|/
* net: Fix error return value for string_to_ethaddrSascha Hauer2014-01-201-2/+2
* barebox: remove double semicolonsAlexander Aring2013-11-182-2/+2
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* of: Add a context pointer to fixup functionsSascha Hauer2013-11-061-2/+2
* Merge branch 'for-next/console'Sascha Hauer2013-10-071-1/+0
|\
| * console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* | dhcp: replace dhcp_getenv_int with getenv_uintSascha Hauer2013-10-071-11/+1
|/
* Merge branch 'for-next/powerpc'Sascha Hauer2013-09-051-10/+12
|\
| * net, of: fixup MAC address by aliasRenaud Barbier2013-09-051-10/+12
* | Merge branch 'for-next/boardinfo'Sascha Hauer2013-09-051-2/+1
|\ \
| * | Make hostname available to C CodeSascha Hauer2013-08-161-1/+0
| * | globalvar: Allow to set initial valueSascha Hauer2013-08-161-1/+1
| |/
* / net: fix checksum verificationBaruch Siach2013-08-121-1/+1
|/
* of: net: Use correct devicetree in eth_of_fixupSascha Hauer2013-07-271-1/+1
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-021-1/+1
|\
* | net: Set mac-address propertySascha Hauer2013-06-051-0/+54
|/
* net: Add of_register_ethaddrSascha Hauer2013-05-211-12/+56
* net: dhcp: Fix tftp servername handlingSascha Hauer2013-05-141-3/+6
* net: dhcp: Fix return value on ctrl-cSascha Hauer2013-05-141-2/+4
* netconsole: use dev_add_param_* helpersSascha Hauer2013-04-111-44/+6