summaryrefslogtreecommitdiff
path: root/drivers/net/ethoc.c
Commit message (Expand)AuthorAge
* driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-21
* ethoc: remove division from loopsJonas Bonn2010-11-28
* ethoc: fix function return typeJonas Bonn2010-11-28
* ethoc: rework mdio read/writeJonas Bonn2010-11-28
* ethoc: rework interrupt handlingJonas Bonn2010-11-28
* ethoc: Double check pending RX packetJonas Bonn2010-11-28
* ethoc: enable interrupts after napi_completeAdam Edvardsson2010-11-28
* ethoc: remove unused spinlockJonas Bonn2010-11-28
* ethoc: Add device tree configurationJonas Bonn2010-11-28
* ethoc: get rid of ethoc_stats()Eric Dumazet2010-08-24
* ethoc: add devinit/devexit section initializersJonas Bonn2010-07-26
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-18
* ethoc: Fix warning in ethoc_init_ring().David S. Miller2010-07-07
* ethoc: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-05
* ethoc: use devres resource managementJonas Bonn2010-06-11
* ethoc: Clear command buffer after writeJonas Bonn2010-06-11
* Remove unused variableJonas Bonn2010-06-11
* ethoc: Clean up PHY probingJonas Bonn2010-06-11
* ethoc: write number of TX buffers in init_ringJonas Bonn2010-06-11
* ethoc: Write bus addresses to registersJonas Bonn2010-06-11
* ethoc: calculate number of buffers in ethoc_probeJonas Bonn2010-06-11
* ethoc: fix null dereference in ethoc_probeThomas Chou2010-05-23
* net: trans_start cleanupsEric Dumazet2010-05-10
* ethoc: Remove unnecessary memset of napi member in netdev private dataTobias Klauser2010-05-06
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-22
* ethoc: Use resource_sizeTobias Klauser2010-01-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-18
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-23
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-15
| |\ \
| * | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* | | | drivers/net: remove exceptional & on function nameJulia Lawall2009-11-18
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-27
|\ \ \ \ | | |_|/ | |/| |
| * | | ethoc: clear only pending irqsThomas Chou2009-10-18
| * | | ethoc: inline regs accessThomas Chou2009-10-18
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-13
|\ \ \ | |/ /
| * | ethoc: fix warning from 32bit buildAlan Cox2009-10-13
| |/
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-13
|/
* ethoc: limit the number of buffers to 128Thomas Chou2009-10-07
* ethoc: use system memory as bufferThomas Chou2009-10-07
* ethoc: align received packet to make IP header at word boundaryThomas Chou2009-10-07
* ethoc: fix buffer address mappingThomas Chou2009-10-07
* ethoc: fix typo to compute number of tx descriptorsThomas Chou2009-10-07
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-02
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* drivers/net: Correct redundant testJulia Lawall2009-07-27
* net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-13
* net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Thierry Reding2009-03-27