summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)AuthorLines
2017-03-06net: axienet: use eth_hw_addr_random()Tobias Klauser-1/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-57/+69
2017-02-15net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula-54/+62
2017-02-15net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula-3/+7
2017-01-23net: xilinx: constify net_device_ops structureBhumika Goyal-2/+2
2017-01-05net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser-16/+2
2016-12-08net: ll_temac: Utilize of_get_mac_address()Tobias Klauser-5/+6
2016-12-08net: axienet: Utilize of_get_mac_address()Tobias Klauser-6/+7
2016-11-15net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli-6/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson-3/+4
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser-6/+5
2016-10-06net: axienet: Add missing \n to end of dev_err messagesColin Ian King-2/+2
2016-09-08net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel-2/+2
2016-08-31net: axienet: constify ethtool_ops structuresJulia Lawall-1/+1
2016-08-20net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell-3/+5
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun-2/+2
2016-07-15net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-45/+2
2016-07-15net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes-21/+16
2016-07-14net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-12/+2
2016-07-14net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes-22/+16
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-4/+4
2016-01-07phy: Add an mdio_device structureAndrew Lunn-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-11/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera-1/+0
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2015-09-24net: fix phy refcounting in a bunch of driversRussell King-0/+2
2015-09-24net: axinet: Use of_property_read_u32 instead of open-coding itTobias Klauser-4/+1
2015-09-24net: ll_temac: Use of_property_read_u32 instead of open-coding itTobias Klauser-5/+4
2015-07-09net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski-4/+4
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-3/+1
2015-06-07net: ll_temac: Remove sparse warningsMichal Simek-6/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2015-05-12net: ll_temac: Fix DMA map size bugMichal Simek-2/+2
2015-05-11net: ll_temac: Use one return statement instead of twoMichal Simek-3/+1
2015-05-05net: axienet: Fix kernel-doc warningsMichal Simek-18/+32
2015-05-05net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala-7/+7
2015-05-05net: axienet: Use of_property_* callsSrikanth Thokala-20/+15
2015-05-05net: axienet: Use devm_* callsSrikanth Thokala-27/+27
2015-05-05net: axienet: Use pdev instead of opSrikanth Thokala-23/+24
2015-05-05net: axienet: Fix comments blocksMichal Simek-59/+71
2015-05-05net: axienet: Removed coding style errors and warningsSrikanth Thokala-20/+21
2015-05-05net: axienet: Support phy-less mode of operationSrikanth Thokala-5/+5
2015-05-05net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala-28/+27
2015-05-05net: axienet: Service completion interrupts ASAPPeter Crosthwaite-2/+4
2015-05-05net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite-3/+4
2015-05-05net: axienet: Support for RGMIISrikanth Thokala-1/+8
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches-1/+1
2015-03-17net: xilinx: constify of_device_id arrayFabian Frederick-3/+3
2014-12-31net: axienet: fix error return codeJulia Lawall-0/+2
2014-12-31net: Xilinx: fix error return codeJulia Lawall-0/+3