aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-07net: 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-12net: 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-03-17net: xilinx: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-31net: Xilinx: fix error return codeJulia Lawall1-0/+2
2014-11-21net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-10-01net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-08-08ll_temac: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-06-22xilinx: Fix compiler warningManuel Schölling1-1/+1
2014-05-22xilinx: Use time_before_eq()Manuel Schölling1-1/+1
2014-03-12xilinx: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-0/+6
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring1-0/+1
2013-10-01ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-6/+6
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-4/+2
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-8/+3
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-7/+3
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+2
2013-01-03ll_temac: fix mac address settingJiri Pirko1-14/+17
2012-12-03net/xilinx: remove __dev* attributesBill Pemberton1-4/+4
2012-07-10ll_temac: remove unnecessary setting of skb->devJon Mason1-1/+0
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-04-04ll_temac: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-02-20ll_temac: Fix build.David S. Miller1-1/+1
2012-02-17xilinx ll_temac: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-1/+3
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+2
2011-12-21net: ethernet: xilinx: Don't use NO_IRQ in xilinxMichal Simek1-1/+1
2011-12-04ll_temac: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-11/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-11-09net/ll_temac: FIX : Wait for indirect wait to endRicardo Ribalda1-0/+1
2011-11-09net/temac: FIX segfault when process old irqsRicardo Ribalda1-1/+5
2011-11-08ll_temac: Add support for phy_mii_ioctlRicardo Ribalda1-0/+14
2011-11-02net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.cStephen Rothwell1-2/+2
2011-10-20ll_temac: Add support for ethtoolRicardo1-0/+27
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-10ll_temac: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-12xilinx/ll_temac: Move the Xilinx driversJeff Kirsher1-0/+1154