summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_axienet_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-09-201-1/+2
* net: axienet: remove stale comment of axienet_openYueHaibing2018-06-031-1/+0
* net: axienet: add support for standard phy-mode bindingAlvaro G. M2017-07-171-12/+36
* net: axienet: use eth_hw_addr_random()Tobias Klauser2017-03-071-1/+1
* net: axienet: Utilize of_get_mac_address()Tobias Klauser2016-12-081-6/+7
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-3/+4
* 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-071-2/+2
* net: axienet: constify ethtool_ops structuresJulia Lawall2016-09-011-1/+1
* 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-161-45/+2
* net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes2016-07-161-19/+16
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-101-4/+4
* net: axienet: Fix kernel-doc warningsMichal Simek2015-05-061-14/+24
* net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala2015-05-061-7/+7
* net: axienet: Use of_property_* callsSrikanth Thokala2015-05-061-20/+15
* net: axienet: Use devm_* callsSrikanth Thokala2015-05-061-27/+27
* net: axienet: Use pdev instead of opSrikanth Thokala2015-05-061-23/+24
* net: axienet: Fix comments blocksMichal Simek2015-05-061-13/+21
* net: axienet: Removed coding style errors and warningsSrikanth Thokala2015-05-061-10/+10
* net: axienet: Support phy-less mode of operationSrikanth Thokala2015-05-061-5/+5
* net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala2015-05-061-23/+23
* net: axienet: Service completion interrupts ASAPPeter Crosthwaite2015-05-061-2/+4
* net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite2015-05-061-3/+4
* net: axienet: Support for RGMIISrikanth Thokala2015-05-061-1/+8
* net: xilinx: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: axienet: fix error return codeJulia Lawall2015-01-011-0/+2
* net: xilinx: Remove unnecessary temac_property in the driverAppana Durga Kedareswara Rao2014-12-261-4/+0
* net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta2014-09-131-1/+0
* net: xilinx: Remove .owner field for driverMichal Simek2014-08-141-1/+0
* net: axienet: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* xilinx: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* net: axienet: Fix compilation warningsMichal Simek2014-02-141-4/+8
* net: axienet: Fix compilation errorMichal Simek2014-02-141-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: do not pretend FRAGLIST supportEric Dumazet2013-12-021-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-8/+6
* net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-261-4/+2
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-4/+2
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-8/+2
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-151-1/+1
|\
| * net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek2013-01-101-1/+1
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-3/+2
|/
* xilinx_axienet: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* net: fix build failure in xilinxJeff Mahoney2012-11-201-0/+2