aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm/ks8695net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12ks8*/ksz8*: Move the Micrel driversJeff Kirsher1-1656/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-3/+4
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell1-1/+1
2011-01-13ks8695net: Use default implementation of ethtool_ops::get_linkBen Hutchings1-15/+1
2011-01-13ks8695net: Disable non-working ethtool operationsBen Hutchings1-183/+99
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-05-06KS8695: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov1-15/+9
2010-03-07fix a race in ks8695_pollFigo.zhang1-1/+1
2010-02-26KS8695: Don't call netif_carrier_off() from ndo_stop()Yegor Yefremov1-1/+0
2010-02-22net/arm: convert to use netdev_for_each_mc_addrJiri Pirko1-11/+9
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-11-16KS8695: fix ks8695_rx() unreasonable action.zeal1-7/+6
2009-11-16KS8695: fix ks8695_rx_irq() bug.zeal1-15/+7
2009-11-01NET:KS8695: add API for get rx interrupt bitFigo.zhang1-12/+55
2009-10-28NET/KS8695: add support NAPI for RxFigo.zhang1-25/+78
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-03-24net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-03-04net: more timeouts that reach -1Roel Kluin1-1/+1
2009-01-11netdev: missing validate_address hooksStephen Hemminger1-0/+1
2008-12-29net: KS8695: removed duplicated #includeHuang Weiyi1-1/+0
2008-12-11net: Add support for the KS8695 ethernet devices.Daniel Silverstone1-0/+1676