summaryrefslogtreecommitdiffstats
path: root/net/eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-2/+6
|/
* Merge branch 'for-next/ethernet'Sascha Hauer2012-07-021-1/+1
|\
| * eth: eth MAC addresses are six bytesJohannes Stezenbach2012-06-301-1/+1
* | net: Use dev_name directlySascha Hauer2012-06-281-3/+1
|/
* complete: eth typo fixJean-Christophe PLAGNIOL-VILLARD2012-05-021-1/+1
* complete: add eth interface complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+21
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* net: eth: don't say that MAC comes from EEPROMWolfram Sang2012-04-051-1/+1
* net: use container_of instead of dev->type_dataSascha Hauer2012-02-251-3/+2
* net: fix eth device unregistrationSascha Hauer2012-02-141-1/+4
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+4
* net: Add a possibility for boards to give network devices a MAC addressSascha Hauer2011-07-291-1/+58
* eth: check the result of edev->get_ethaddrSascha Hauer2011-04-121-2/+4
* net: use dev_* for printing network related stuffSascha Hauer2011-03-031-2/+2
* network: initialize new net device id with -1Sascha Hauer2011-02-181-0/+1
* net: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* LED: Add LED trigger supportSascha Hauer2010-12-201-1/+7