summaryrefslogtreecommitdiffstats
path: root/drivers/net/ll_temac_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-061-0/+1
|\
| * of: Fix missing includes - ll_temacMichal Simek2010-09-011-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-231-2/+2
| |\
* | | drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* | | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-211-2/+2
|\ \ \ | |/ / |/| / | |/
| * ll_temac: Fix poll implementationMichal Simek2010-08-191-2/+2
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-041-5/+13
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-06-161-31/+65
| |\ \
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* | | | ll_temac: Fix missing validate_addr hookDenis Kirjanov2010-07-121-0/+1
* | | | ll_temac: fix memory leakKulikov Vasiliy2010-07-081-1/+4
* | | | ll_temac: fix DMA resources leakDenis Kirjanov2010-07-081-0/+32
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-5/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | ll_temac: Fix missing iounmapsDenis Kirjanov2010-07-071-5/+13
| | |/ | |/|
* | | ll_temac: add error checking to DMA init pathDenis Kirjanov2010-07-011-2/+23
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-281-25/+59
|\ \
| * | net: ll_temac: fix checksum offload logicBrian Hill2010-05-261-24/+58
| * | net: ll_temac: fix interrupt bug when interrupt 0 is usedBrian Hill2010-05-261-1/+1
| |/
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-45/+114
|\ \ | |/
| * net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
| * Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-131-33/+104
| * net: ll_temac: remove virt_to_bus callJohn Linn2010-04-131-3/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| * | Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller2010-04-071-104/+33
| * | Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-061-33/+104
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-8/+8
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-1/+1
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-5/+5
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-261-3/+4
* ll_temac: Fix MAC address configuration from userlandSteven J. Magnani2010-02-171-1/+8
* ll_temac: Add support for V2 LLTEMAC coreSteven J. Magnani2010-02-171-1/+4
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* drivers/net : Correct the size argument to kzallocJulia Lawall2010-01-031-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: add Xilinx ll_temac device driverGrant Likely2009-04-271-0/+969
OpenPOWER on IntegriCloud