aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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