summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
Commit message (Expand)AuthorAgeFilesLines
* net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5
* net: axienet: Add missing \n to end of dev_err messagesColin Ian King2016-10-061-2/+2
* net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel2016-09-081-2/+2
* net: axienet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell2016-08-201-3/+5
* net: axienet: Fix return value check in axienet_probe()Wei Yongjun2016-07-201-2/+2
* net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-151-45/+2
* net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes2016-07-152-21/+16
* net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-141-12/+2
* net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes2016-07-142-22/+16
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-043-4/+4
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-075-11/+0
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-0/+2
|\
| * net: fix phy refcounting in a bunch of driversRussell King2015-09-241-0/+2
* | net: axinet: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-09-241-4/+1
* | net: ll_temac: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-09-241-5/+4
|/
* net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-091-4/+4
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: ll_temac: Remove sparse warningsMichal Simek2015-06-071-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-2/+2
|\
| * net: ll_temac: Fix DMA map size bugMichal Simek2015-05-121-2/+2
* | net: ll_temac: Use one return statement instead of twoMichal Simek2015-05-111-3/+1
* | net: axienet: Fix kernel-doc warningsMichal Simek2015-05-053-18/+32
* | net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala2015-05-051-7/+7
* | net: axienet: Use of_property_* callsSrikanth Thokala2015-05-051-20/+15
* | net: axienet: Use devm_* callsSrikanth Thokala2015-05-051-27/+27
* | net: axienet: Use pdev instead of opSrikanth Thokala2015-05-051-23/+24
* | net: axienet: Fix comments blocksMichal Simek2015-05-053-59/+71
* | net: axienet: Removed coding style errors and warningsSrikanth Thokala2015-05-052-20/+21
* | net: axienet: Support phy-less mode of operationSrikanth Thokala2015-05-051-5/+5
* | net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala2015-05-052-28/+27
* | net: axienet: Service completion interrupts ASAPPeter Crosthwaite2015-05-051-2/+4
* | net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite2015-05-051-3/+4
* | net: axienet: Support for RGMIISrikanth Thokala2015-05-051-1/+8
|/
* ethernet: Use bool function returns of true/false instead of 1/0Joe Perches2015-03-311-1/+1
* net: xilinx: constify of_device_id arrayFabian Frederick2015-03-173-3/+3
* net: axienet: fix error return codeJulia Lawall2014-12-311-0/+2
* net: Xilinx: fix error return codeJulia Lawall2014-12-312-0/+3
* net: xilinx: Remove unnecessary temac_property in the driverAppana Durga Kedareswara Rao2014-12-262-6/+0
* net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-212-4/+2
* net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta2014-10-011-1/+0
* net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta2014-09-121-1/+0
* net: xilinx: Remove .owner field for driverMichal Simek2014-08-143-3/+0
* ll_temac: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* net: axienet: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* xilinx: Fix compiler warningManuel Schölling2014-06-223-3/+3
* xilinx: Use time_before_eq()Manuel Schölling2014-05-223-3/+3
* net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-13/+0
OpenPOWER on IntegriCloud