summaryrefslogtreecommitdiffstats
path: root/net/eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: Allow hostnames for global.net.serverSascha Hauer2019-01-041-2/+2
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-1/+1
|\
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* | net: only use ethaddrs registered with device node on that deviceLucas Stach2018-11-081-0/+1
|/
* net: eth: Make use of ETH_ALENAndrey Smirnov2018-08-101-7/+7
* net: Add linuxdevname propertySascha Hauer2017-12-151-0/+2
* net: Provide new way to configure network devicesSascha Hauer2017-12-141-0/+15
* net: remove "current" network deviceSascha Hauer2017-12-141-17/+0
* net: Use a single gatewaySascha Hauer2017-12-011-1/+2
* net: introduce global.net.serverSascha Hauer2017-12-011-1/+3
* net: add linux.bootarg parameter from ifup callEnrico Jorns2016-09-221-0/+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
* 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
* 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
|/
* net: eth: Do not rely on CONFIG_PARAMETER to be enabledSascha Hauer2015-06-261-8/+19
* eth: halt active ethernet device on unregisterSascha Hauer2015-04-281-0/+3
* net: Call edev->recv with correct eth_deviceSascha Hauer2014-09-171-1/+1
* net: take eth id from devicetree aliasSascha Hauer2014-05-151-2/+11
* net: Allow to use multiple network interfaces at onceSascha Hauer2014-05-151-27/+31
* param: Add dev_add_param_macSascha Hauer2014-04-041-11/+3
* Merge branch 'for-next/nfs'Sascha Hauer2014-03-071-1/+1
|\
| * 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
|/
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* of: Add a context pointer to fixup functionsSascha Hauer2013-11-061-2/+2
* net, of: fixup MAC address by aliasRenaud Barbier2013-09-051-10/+12
* 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: store ethernet device parameters in deviceSascha Hauer2013-04-111-33/+7
* Merge branch 'pu/net-link'Sascha Hauer2012-12-131-0/+3
|\
| * net phylib: force to wait for linkSascha Hauer2012-12-121-0/+3
* | drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+1
|/
* net phylib: Call phy_update_status when no link is presentSascha Hauer2012-12-081-1/+2
* Merge branch 'for-next/misc'Sascha Hauer2012-11-161-1/+1
|\
| * eth: register device a pure deviceJean-Christophe PLAGNIOL-VILLARD2012-11-121-1/+1
* | net eth: make edev->init optionalSascha Hauer2012-10-301-1/+2
|/
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | net/eth: fix link handlingSascha Hauer2012-09-271-18/+57