summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-153-7/+7
* Merge branch 'for-next/rtc'Sascha Hauer2016-01-113-0/+176
|\
| * net: Add SNTP supportSascha Hauer2016-01-073-0/+176
* | net: resolv: Make argument constSascha Hauer2015-12-141-2/+2
* | net: dhcp: make unmodified variable constSascha Hauer2015-12-141-3/+3
* | net: dhcp: simplify dhcp_options_processSascha Hauer2015-12-141-9/+6
* | net: dhcp: unify options and paramsSascha Hauer2015-12-141-77/+57
|/
* net: eth: Remove ethaddr_paramJan Remmet2015-11-201-2/+2
* net: eth: Fixup OF tree with registered MAC addresses tooTrent Piepho2015-10-221-2/+10
* net: eth: Refactor OF tree fixup of one node into new functionTrent Piepho2015-10-221-28/+34
* net: dhcp: Fix CONFIG variable nameWadim Egorov2015-09-291-1/+1
* Merge branch 'for-next/net'Sascha Hauer2015-08-061-0/+8
|\
| * net: make eth_register_ethaddr work on registered network devicesSascha Hauer2015-07-281-0/+8
* | net: eth_send: Allow to use multiple network interfaces at onceAntony Pavlov2015-07-231-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2015-07-031-4/+9
|\
| * dns: handle incoming packets in the separate dns_recv() functionAntony Pavlov2015-07-011-4/+9
* | treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-022-2/+0
* | net: Move library functions to net/lib.cSascha Hauer2015-07-023-78/+110
* | net: eth: Do not rely on CONFIG_PARAMETER to be enabledSascha Hauer2015-06-262-9/+20
|/
* Merge branch 'for-next/am33xx'Sascha Hauer2015-06-093-102/+69
|\
| * net: dhcp: Split dhcp funcionality & add dhcp commandWadim Egorov2015-06-053-102/+69
* | eth: halt active ethernet device on unregisterSascha Hauer2015-04-281-0/+3
|/
* net: ping: return an error exit code when connection failsMirko Damiani2015-04-031-3/+3
* Merge branch 'for-next/net'Sascha Hauer2015-02-041-6/+3
|\
| * dhcp: fix request packet's seconds elapsedEric Bénard2015-01-291-2/+1
| * dhcp: fix request packetEric Bénard2015-01-291-3/+1
| * dhcp: fix request packet's requested IP optionEric Bénard2015-01-291-1/+1
* | console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-131-0/+1
|/
* netconsole: activate in set_active callbackSascha Hauer2014-12-171-21/+34
* 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
|\