summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethoc.c
Commit message (Expand)AuthorAgeFilesLines
* ethoc: remove division from loopsJonas Bonn2010-11-281-4/+13
* ethoc: fix function return typeJonas Bonn2010-11-281-3/+2
* ethoc: rework mdio read/writeJonas Bonn2010-11-281-8/+6
* ethoc: rework interrupt handlingJonas Bonn2010-11-281-27/+49
* ethoc: Double check pending RX packetJonas Bonn2010-11-281-2/+13
* ethoc: enable interrupts after napi_completeAdam Edvardsson2010-11-281-1/+1
* ethoc: remove unused spinlockJonas Bonn2010-11-281-3/+0
* ethoc: Add device tree configurationJonas Bonn2010-11-281-2/+30
* ethoc: get rid of ethoc_stats()Eric Dumazet2010-08-241-6/+0
* ethoc: add devinit/devexit section initializersJonas Bonn2010-07-261-4/+4
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+1
* ethoc: Fix warning in ethoc_init_ring().David S. Miller2010-07-071-2/+2
* ethoc: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-051-25/+22
* ethoc: use devres resource managementJonas Bonn2010-06-111-27/+1
* ethoc: Clear command buffer after writeJonas Bonn2010-06-111-1/+4
* Remove unused variableJonas Bonn2010-06-111-1/+0
* ethoc: Clean up PHY probingJonas Bonn2010-06-111-16/+8
* ethoc: write number of TX buffers in init_ringJonas Bonn2010-06-111-2/+2
* ethoc: Write bus addresses to registersJonas Bonn2010-06-111-5/+22
* ethoc: calculate number of buffers in ethoc_probeJonas Bonn2010-06-111-7/+7
* ethoc: fix null dereference in ethoc_probeThomas Chou2010-05-231-4/+30
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* ethoc: Remove unnecessary memset of napi member in netdev private dataTobias Klauser2010-05-061-1/+0
* 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
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-3/+3
* ethoc: Use resource_sizeTobias Klauser2010-01-151-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-231-10/+11
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-151-1/+2
| |\ \
| * | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | | drivers/net: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-10/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | ethoc: clear only pending irqsThomas Chou2009-10-181-1/+1
| * | | ethoc: inline regs accessThomas Chou2009-10-181-9/+10
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-131-1/+2
|\ \ \ | |/ /
| * | ethoc: fix warning from 32bit buildAlan Cox2009-10-131-1/+2
| |/
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-2/+2
|/
* ethoc: limit the number of buffers to 128Thomas Chou2009-10-071-2/+2
* ethoc: use system memory as bufferThomas Chou2009-10-071-20/+44
* ethoc: align received packet to make IP header at word boundaryThomas Chou2009-10-071-0/+4
* ethoc: fix buffer address mappingThomas Chou2009-10-071-4/+3
* ethoc: fix typo to compute number of tx descriptorsThomas Chou2009-10-071-1/+1
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* drivers/net: Correct redundant testJulia Lawall2009-07-271-1/+1
* net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-131-3/+3
* net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding2009-03-271-0/+1112
OpenPOWER on IntegriCloud