summaryrefslogtreecommitdiffstats
path: root/drivers/net/ll_temac_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-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
|/
* 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