summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)AuthorFilesLines
2020-01-27net: axienet: fix a signedness bug in probeDan Carpenter1-1/+1
2019-11-20net: xilinx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2019-07-31net: axienet: Fix race condition causing TX hangRobert Hancock1-3/+17
2019-05-04net: xilinx: fix possible object reference leakWen Yang1-0/+2
2018-09-05net: axienet: Fix double deregister of mdioShubhrajyoti Datta1-0/+1
2018-02-03net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-17net: axienet: add support for standard phy-mode bindingAlvaro G. M2-14/+38
2017-03-07net: axienet: use eth_hw_addr_random()Tobias Klauser1-1/+1
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-57/+69
2017-02-15net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula1-54/+62
2017-02-15net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-01-23net: xilinx: constify net_device_ops structureBhumika Goyal1-2/+2
2017-01-05net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser1-16/+2
2016-12-08net: ll_temac: Utilize of_get_mac_address()Tobias Klauser1-5/+6
2016-12-08net: axienet: Utilize of_get_mac_address()Tobias Klauser1-6/+7
2016-11-16net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-3/+4
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser1-6/+5
2016-10-07net: axienet: Add missing \n to end of dev_err messagesColin Ian King1-2/+2
2016-09-09net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel1-2/+2
2016-09-01net: axienet: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-21net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell1-3/+5
2016-07-21net: axienet: Fix return value check in axienet_probe()Wei Yongjun1-2/+2
2016-07-16net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-45/+2
2016-07-16net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes2-21/+16
2016-07-15net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-15net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes2-22/+16
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal3-4/+4
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn5-11/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-09-25net: fix phy refcounting in a bunch of driversRussell King1-0/+2
2015-09-25net: axinet: Use of_property_read_u32 instead of open-coding itTobias Klauser1-4/+1
2015-09-25net: ll_temac: Use of_property_read_u32 instead of open-coding itTobias Klauser1-5/+4
2015-07-10net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-4/+4
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-08net: ll_temac: Remove sparse warningsMichal Simek1-6/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-05-13net: ll_temac: Fix DMA map size bugMichal Simek1-2/+2
2015-05-11net: ll_temac: Use one return statement instead of twoMichal Simek1-3/+1
2015-05-06net: axienet: Fix kernel-doc warningsMichal Simek3-18/+32
2015-05-06net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala1-7/+7
2015-05-06net: axienet: Use of_property_* callsSrikanth Thokala1-20/+15
2015-05-06net: axienet: Use devm_* callsSrikanth Thokala1-27/+27
2015-05-06net: axienet: Use pdev instead of opSrikanth Thokala1-23/+24
2015-05-06net: axienet: Fix comments blocksMichal Simek3-59/+71
2015-05-06net: axienet: Removed coding style errors and warningsSrikanth Thokala2-20/+21