summaryrefslogtreecommitdiff
path: root/drivers/net/ethoc.c
AgeCommit message (Expand)Author
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-06-13ethoc: enable transmit time stamping.Richard Cochran
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely
2010-11-28ethoc: remove division from loopsJonas Bonn
2010-11-28ethoc: fix function return typeJonas Bonn
2010-11-28ethoc: rework mdio read/writeJonas Bonn
2010-11-28ethoc: rework interrupt handlingJonas Bonn
2010-11-28ethoc: Double check pending RX packetJonas Bonn
2010-11-28ethoc: enable interrupts after napi_completeAdam Edvardsson
2010-11-28ethoc: remove unused spinlockJonas Bonn
2010-11-28ethoc: Add device tree configurationJonas Bonn
2010-08-24ethoc: get rid of ethoc_stats()Eric Dumazet
2010-07-26ethoc: add devinit/devexit section initializersJonas Bonn
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-07-07ethoc: Fix warning in ethoc_init_ring().David S. Miller
2010-07-05ethoc: Use the instance of net_device_stats from net_device.Kulikov Vasiliy
2010-06-11ethoc: use devres resource managementJonas Bonn
2010-06-11ethoc: Clear command buffer after writeJonas Bonn
2010-06-11Remove unused variableJonas Bonn
2010-06-11ethoc: Clean up PHY probingJonas Bonn
2010-06-11ethoc: write number of TX buffers in init_ringJonas Bonn
2010-06-11ethoc: Write bus addresses to registersJonas Bonn
2010-06-11ethoc: calculate number of buffers in ethoc_probeJonas Bonn
2010-05-23ethoc: fix null dereference in ethoc_probeThomas Chou
2010-05-10net: trans_start cleanupsEric Dumazet
2010-05-06ethoc: Remove unnecessary memset of napi member in netdev private dataTobias Klauser
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-01-15ethoc: Use resource_sizeTobias Klauser
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18drivers/net: remove exceptional & on function nameJulia Lawall
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-10-18ethoc: clear only pending irqsThomas Chou
2009-10-18ethoc: inline regs accessThomas Chou
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-13ethoc: fix warning from 32bit buildAlan Cox
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-07ethoc: limit the number of buffers to 128Thomas Chou
2009-10-07ethoc: use system memory as bufferThomas Chou
2009-10-07ethoc: align received packet to make IP header at word boundaryThomas Chou
2009-10-07ethoc: fix buffer address mappingThomas Chou