summaryrefslogtreecommitdiffstats
path: root/drivers/net/ll_temac_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-24/+58
| * net: ll_temac: fix interrupt bug when interrupt 0 is usedBrian Hill2010-05-271-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/+1Star
| * 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-081-104/+33Star
| * | Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-071-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-191-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-041-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-061-1/+1
* net: add Xilinx ll_temac device driverGrant Likely2009-04-271-0/+969