summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: use dev_warn() when no MAC address is setVivien Didelot2018-05-221-1/+1
* net: Pick network device based on IP settingsSascha Hauer2017-12-141-2/+28
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-141-9/+3
* net: allow udp connections on specified network deviceSascha Hauer2017-12-011-12/+20
* net: Use a single gatewaySascha Hauer2017-12-011-4/+9
* net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-011-0/+8
* net: introduce global.net.serverSascha Hauer2017-12-011-6/+5
* net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-011-0/+24
* net: Make domainname and nameserver globalvarsSascha Hauer2017-12-011-15/+10
* net: Add and use IP_BROADCASTSascha Hauer2017-12-011-3/+3
* net: use pr_* functions for messagesSascha Hauer2017-12-011-12/+14
* net: use dev_add_param_stringSascha Hauer2017-04-111-2/+9
* convert users to %pI4Sascha Hauer2016-09-221-2/+2
* net: Pass network device to net_answer_arp()Sascha Hauer2016-07-141-3/+2
* treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-021-1/+0
* net: Move library functions to net/lib.cSascha Hauer2015-07-021-78/+0
* net: eth: Do not rely on CONFIG_PARAMETER to be enabledSascha Hauer2015-06-261-1/+1
* Merge branch 'for-next/net'Sascha Hauer2014-06-041-11/+10
|\
| * net: Allow to use multiple network interfaces at onceSascha Hauer2014-05-151-10/+9
| * net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* | net: show enetaddr in lowercaseHolger Schurig2014-06-021-1/+1
|/
* net: Fix error return value for string_to_ethaddrSascha Hauer2014-01-201-2/+2
* barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
* net: fix checksum verificationBaruch Siach2013-08-121-1/+1
* net: store ethernet device parameters in deviceSascha Hauer2013-04-111-48/+32
* mem: add the swab (swap bytes) option to memory_display()Antony Pavlov2012-11-261-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | net: catch error on eth_sendJean-Christophe PLAGNIOL-VILLARD2012-09-161-7/+11
|/
* eth: eth MAC addresses are six bytesJohannes Stezenbach2012-06-301-2/+2
* Merge branch 'work/dns' into nextSascha Hauer2012-04-161-12/+16
|\
| * net: remove unused getenv_ip_dnsSascha Hauer2012-04-151-4/+1
| * 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-151-8/+6
* | net: use net_alloc_packet to allocate packetJean-Christophe PLAGNIOL-VILLARD2012-04-151-2/+2
|/
* net: arp_request: do not retry endlesslyWolfram Sang2012-04-051-0/+5
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-031-3/+6
* net: set enetaddr to invalid address when an invalid string is passedSascha Hauer2012-02-141-2/+4
* remove unused watchdog headerSascha Hauer2011-12-151-1/+0
* 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: add a context to the packet handlerSascha Hauer2011-04-121-7/+10
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-2/+2
* LED: Add LED trigger supportSascha Hauer2010-12-201-5/+15
* net: make locally used functions staticSascha Hauer2010-10-211-2/+2
* net: use a random mac address if the current device does not have a valid add...Sascha Hauer2010-06-221-1/+10
* net: remove old network stackSascha Hauer2010-06-171-897/+47
* net: Implement a new network stackSascha Hauer2010-06-171-4/+536
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-8/+13
* put only once used function inlineSascha Hauer2010-02-011-13/+6