aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ll_temac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-29net: include dma-mapping.h in ll_temac_main.c for dma_map_single etcStephen Rothwell1-0/+1
2011-06-20ll_temac: enable transmit and receive time stamping.Richard Cochran1-1/+4
2011-06-08net: add needed interrupt.hStephen Rothwell1-0/+1
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-03ll_temac: Fix section mismatch from the temac_of_probeMichal Simek1-1/+1
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-09-01of: Fix missing includes - ll_temacMichal Simek1-0/+1
2010-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-08-19ll_temac: Fix poll implementationMichal Simek1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-4/+4
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-5/+13
2010-07-12ll_temac: Fix missing validate_addr hookDenis Kirjanov1-0/+1
2010-07-08ll_temac: fix memory leakKulikov Vasiliy1-1/+4
2010-07-08ll_temac: fix DMA resources leakDenis Kirjanov1-0/+32
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+13
2010-07-07ll_temac: Fix missing iounmapsDenis Kirjanov1-5/+13
2010-07-01ll_temac: add error checking to DMA init pathDenis Kirjanov1-2/+23
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-31/+65
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-25/+59
2010-05-26net: ll_temac: fix checksum offload logicBrian Hill1-24/+58
2010-05-26net: ll_temac: fix interrupt bug when interrupt 0 is usedBrian Hill1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-45/+114
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+5
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-13Add non-Virtex5 support for LL TEMAC driverJohn Linn1-33/+104
2010-04-13net: ll_temac: remove virt_to_bus callJohn Linn1-3/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller1-104/+33
2010-04-06Add non-Virtex5 support for LL TEMAC driverJohn Linn1-33/+104
2010-04-03net: convert multicast list to list_headJiri Pirko1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-3/+4
2010-02-17ll_temac: Fix MAC address configuration from userlandSteven J. Magnani1-1/+8
2010-02-17ll_temac: Add support for V2 LLTEMAC coreSteven J. Magnani1-1/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-03drivers/net : Correct the size argument to kzallocJulia Lawall1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-27net: add Xilinx ll_temac device driverGrant Likely1-0/+969