summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* net: make routing work after dhcp commandAntony Pavlov2018-10-161-0/+3
* Merge branch 'for-next/misc'Sascha Hauer2018-09-111-1/+1
|\
| * net: Do not route traffic to interfaces that are not upAndrey Smirnov2018-08-221-1/+1
* | net: dhcp: add global variable for retriesOleg.Karfich@wago.com2018-09-041-1/+3
* | net: dhcp: use private extension 224 also in discover requestsOleg.Karfich@wago.com2018-09-041-0/+7
|/
* net: eth: Make use of ETH_ALENAndrey Smirnov2018-08-101-7/+7
* net: use dev_warn() when no MAC address is setVivien Didelot2018-05-221-1/+1
* net: on ifup -a only detect devices when necessarySascha Hauer2018-04-091-1/+20
* DHCP: fix option 54 passingYegor Yefremov2018-02-221-5/+2
* 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