summaryrefslogtreecommitdiff
path: root/drivers/net/ethoc.c
Commit message (Expand)AuthorAge
* ethoc: Move the Avionic driverJeff Kirsher2011-08-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-25
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-10
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-21
* | ethoc: enable transmit time stamping.Richard Cochran2011-06-13
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-06
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* 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