summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
AgeCommit message (Expand)Author
2019-11-20net: xilinx: fix return type of ndo_start_xmit functionYueHaibing
2019-07-31net: axienet: Fix race condition causing TX hangRobert Hancock
2019-05-04net: xilinx: fix possible object reference leakWen Yang
2017-07-17net: axienet: add support for standard phy-mode bindingAlvaro G. M
2017-03-06net: axienet: use eth_hw_addr_random()Tobias Klauser
2016-12-08net: axienet: Utilize of_get_mac_address()Tobias Klauser
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser
2016-10-06net: axienet: Add missing \n to end of dev_err messagesColin Ian King
2016-08-31net: axienet: constify ethtool_ops structuresJulia Lawall
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun
2016-07-15net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-07-09net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski
2015-05-05net: axienet: Fix kernel-doc warningsMichal Simek
2015-05-05net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala
2015-05-05net: axienet: Use of_property_* callsSrikanth Thokala
2015-05-05net: axienet: Use devm_* callsSrikanth Thokala
2015-05-05net: axienet: Use pdev instead of opSrikanth Thokala
2015-05-05net: axienet: Fix comments blocksMichal Simek
2015-05-05net: axienet: Removed coding style errors and warningsSrikanth Thokala
2015-05-05net: axienet: Support phy-less mode of operationSrikanth Thokala
2015-05-05net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala
2015-05-05net: axienet: Service completion interrupts ASAPPeter Crosthwaite
2015-05-05net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite
2015-05-05net: axienet: Support for RGMIISrikanth Thokala
2015-03-17net: xilinx: constify of_device_id arrayFabian Frederick
2014-12-31net: axienet: fix error return codeJulia Lawall
2014-12-26net: xilinx: Remove unnecessary temac_property in the driverAppana Durga Kedareswara Rao
2014-09-12net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek
2014-08-08net: axienet: delete unneeded test before of_node_putJulia Lawall
2014-03-12xilinx: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-13net: axienet: Fix compilation warningsMichal Simek
2014-02-13net: axienet: Fix compilation errorMichal Simek
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-10net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-03xilinx_axienet: remove __dev* attributesBill Pemberton
2012-11-20net: fix build failure in xilinxJeff Mahoney
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng