aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ks8842.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27ks8842: Fix warnings on 64-bit.David S. Miller1-3/+3
2010-07-27ks8842: Support DMA when accessed via timberdaleRichard Röjfors1-21/+443
2010-07-26ks8842: Support 100Mbps when accessed via timberdaleRichard Röjfors1-5/+10
2010-07-19ks8842: Fix ks8842_tx_frame() for 16bit case.David S. Miller1-5/+3
2010-07-13drivers/net: Add Micrel KS8841/42 support to ks8842 driverDavid J. Choi1-45/+129
2010-07-08ks8842: Remove unnecessary bank select.Richard Röjfors1-1/+0
2010-07-08ks8842: Do the TX timeout work in workqueue context.Richard Röjfors1-2/+22
2010-07-05ks8842: Replace usage of dev_dbg with netdev_dbgRichard Röjfors1-24/+18
2010-04-21ks8842: Add platform data for setting mac addressRichard Röjfors1-11/+42
2010-03-16drivers/net/ks*: Use netdev_<level>, netif_<level> and pr_<level>Joe Perches1-4/+4
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-06-08netdev: Added KS8842 driverRichard Ršöjfors1-0/+732