aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ll_temac_main.c
Commit message (Expand)AuthorAge
* dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-28
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* | ll_temac: Fix section mismatch from the temac_of_probeMichal Simek2011-01-03
* | net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-16
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-06
|\
| * of: Fix missing includes - ll_temacMichal Simek2010-09-01
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-23
| |\
* | | drivers/net: return operator cleanupEric Dumazet2010-09-26
* | | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-22
|\ \ \ | |/ / |/| / | |/
| * ll_temac: Fix poll implementationMichal Simek2010-08-19
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-06
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-04
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-04
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-06-16
| |\ \
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-16
* | | | ll_temac: Fix missing validate_addr hookDenis Kirjanov2010-07-12
* | | | ll_temac: fix memory leakKulikov Vasiliy2010-07-09
* | | | ll_temac: fix DMA resources leakDenis Kirjanov2010-07-09
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-07
|\ \ \ \ | | |_|/ | |/| |
| * | | ll_temac: Fix missing iounmapsDenis Kirjanov2010-07-07
| | |/ | |/|
* / | ll_temac: add error checking to DMA init pathDenis Kirjanov2010-07-02
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-28
|\ \
| * | net: ll_temac: fix checksum offload logicBrian Hill2010-05-26
| * | net: ll_temac: fix interrupt bug when interrupt 0 is usedBrian Hill2010-05-26
| |/
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-22
|\|
| * net: trans_start cleanupsEric Dumazet2010-05-10
| * Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-13
| * net: ll_temac: remove virt_to_bus callJohn Linn2010-04-13
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
| |\
| * | Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller2010-04-08
| * | Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-06
| * | net: convert multicast list to list_headJiri Pirko2010-04-03
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-22
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-18
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-26
* ll_temac: Fix MAC address configuration from userlandSteven J. Magnani2010-02-17
* ll_temac: Add support for V2 LLTEMAC coreSteven J. Magnani2010-02-17
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* drivers/net : Correct the size argument to kzallocJulia Lawall2010-01-04
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* trivial: remove unnecessary semicolonsJoe Perches2009-09-21
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* net: add Xilinx ll_temac device driverGrant Likely2009-04-27