summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: make struct bootp __packed to prevent unaligned store on MIPSAntony Pavlov2018-01-051-1/+1
* net: Add linuxdevname propertySascha Hauer2017-12-152-3/+13
* net: Provide new way to configure network devicesSascha Hauer2017-12-142-88/+183
* ifup: Use dhcp C API rather than running commandSascha Hauer2017-12-141-4/+2
* net: ifup: Factor out a eth_discover functionSascha Hauer2017-12-141-12/+26
* net: remove "current" network deviceSascha Hauer2017-12-142-19/+0
* net: Pick network device based on IP settingsSascha Hauer2017-12-141-2/+28
* net: dhcp: reworkSascha Hauer2017-12-141-322/+210
* net: dhcp: Coding style fixesSascha Hauer2017-12-141-7/+6
* net: dhcp: avoid unnecessary castsSascha Hauer2017-12-141-10/+8
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-143-16/+16
* net: allow udp connections on specified network deviceSascha Hauer2017-12-011-12/+20
* net: Use a single gatewaySascha Hauer2017-12-013-6/+14
* net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-013-5/+16
* net: introduce global.net.serverSascha Hauer2017-12-013-8/+14
* net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-012-6/+26
* net: Make domainname and nameserver globalvarsSascha Hauer2017-12-013-19/+14
* net: Add and use IP_BROADCASTSascha Hauer2017-12-012-4/+4
* net: use pr_* functions for messagesSascha Hauer2017-12-011-12/+14
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-051-2/+9
|\
| * net: use dev_add_param_stringSascha Hauer2017-04-111-2/+9
* | net: ifup needs to be able to run commandsLucas Stach2017-04-261-0/+1
|/
* console: replace set_active by open/closeBastian Stender2017-02-281-10/+17
* net: add linux.bootarg parameter from ifup callEnrico Jorns2016-09-222-0/+11
* convert users to %pI4Sascha Hauer2016-09-225-29/+8
* net: Pass network device to net_answer_arp()Sascha Hauer2016-07-141-3/+2
* net: eth: add name to struct eth_deviceSascha Hauer2016-07-141-5/+7
* net: introduce for_each_netdev iteratorSascha Hauer2016-07-141-7/+7
* net: eth: open correct edev in eth_check_openSascha Hauer2016-07-141-1/+1
* ifup: fix handling when ip env is not givenAlexander Aring2016-06-151-0/+3
* 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
|\