aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethoc.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-23ethoc: fix null dereference in ethoc_probeGravatar Thomas Chou 1-4/+30
2010-05-10net: trans_start cleanupsGravatar Eric Dumazet 1-1/+0
2010-05-06ethoc: Remove unnecessary memset of napi member in netdev private dataGravatar Tobias Klauser 1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-04-03net: convert multicast list to list_headGravatar Jiri Pirko 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Gravatar Jiri Pirko 1-3/+3
2010-01-15ethoc: Use resource_sizeGravatar Tobias Klauser 1-4/+4
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2009-11-18drivers/net: remove exceptional & on function nameGravatar Julia Lawall 1-1/+1
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-10/+11
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-10/+11
2009-10-18ethoc: clear only pending irqsGravatar Thomas Chou 1-1/+1
2009-10-18ethoc: inline regs accessGravatar Thomas Chou 1-9/+10
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+2
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+2
2009-10-13net: Use netdev_alloc_skb_ip_align()Gravatar Eric Dumazet 1-2/+2
2009-10-13ethoc: fix warning from 32bit buildGravatar Alan Cox 1-1/+2
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-10-07ethoc: limit the number of buffers to 128Gravatar Thomas Chou 1-2/+2
2009-10-07ethoc: use system memory as bufferGravatar Thomas Chou 1-20/+44
2009-10-07ethoc: align received packet to make IP header at word boundaryGravatar Thomas Chou 1-0/+4
2009-10-07ethoc: fix buffer address mappingGravatar Thomas Chou 1-4/+3
2009-10-07ethoc: fix typo to compute number of tx descriptorsGravatar Thomas Chou 1-1/+1
2009-09-02drivers: Kill now superfluous ->last_rx storesGravatar Eric Dumazet 1-1/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tGravatar Stephen Hemminger 1-1/+1
2009-07-27drivers/net: Correct redundant testGravatar Julia Lawall 1-1/+1
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Gravatar Patrick McHardy 1-3/+3
2009-03-27net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.Gravatar Thierry Reding 1-0/+1112