summaryrefslogtreecommitdiff
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-5/+5
2008-12-08netdevice: Kill netdev->privWang Chen1-2/+2
2008-12-04forcedeth: power down phy when interface is downEd Swierk1-2/+10
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger1-3/+19
2008-11-20forcedeth: convert to net_device_opsStephen Hemminger1-12/+17
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-11-02forcdeth: increase max_interrupt_workJoe Korty1-1/+1
2008-10-28net: convert print_mac to %pMJohannes Berg1-5/+4
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+13
2008-09-25forcedeth fix: take phy out of reset during power upAyaz Abdulla1-1/+1
2008-09-19forcedeth: call restore mac addr in nv_shutdown pathYinghai Lu1-3/+13
2008-09-06forcedeth: fix kexec regressionRafael J. Wysocki1-3/+5
2008-08-27forcedeth: fix checksum flagAyaz Abdulla1-2/+2
2008-08-07forcedeth: add tx pause limitAyaz Abdulla1-1/+6
2008-08-07forcedeth: add jumbo frame support for mcp79Ayaz Abdulla1-4/+4
2008-08-07forcedeth: add new tx stat countersAyaz Abdulla1-33/+56
2008-08-07forcedeth: fix rx error policyAyaz Abdulla1-6/+8
2008-07-30forcedeth bug fix: realtek phy 8211c errataAyaz Abdulla1-6/+58
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+16
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+13
2008-07-04forcedeth: fix lockdep warning on ethtool -sTobias Diedrich1-2/+13
2008-06-28Fix forcedeth hibernate/wake-on-lan problemsTobias Diedrich1-0/+5
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+20
2008-06-11forcedeth: msi interruptsAyaz Abdulla1-0/+20
2008-05-31[netdrvr] forcedeth: reorder suspend/resume codeTobias Diedrich1-15/+11
2008-05-31[netdrvr] forcedeth: save/restore device configuration spaceTobias Diedrich1-6/+15
2008-05-31[netdrvr] forcedeth: setup wake-on-lan before shutting downTobias Diedrich1-0/+16
2008-05-22[netdrvr] forcedeth: Restore multicast settings on resumeTobias Diedrich1-0/+1
2008-04-25forcedeth: realtek phy crossover detectionAyaz Abdulla1-42/+178
2008-04-25forcedeth: new backoff implementationAyaz Abdulla1-34/+178
2008-04-17[netdrvr] forcedeth: internal simplifications; changelog removalJeff Garzik1-160/+74
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+26
2008-04-12forcedeth: mac address fixAyaz Abdulla1-2/+24
2008-04-05fix endian lossage in forcedethAl Viro1-3/+2
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-8/+10
2008-03-29forcedeth: fix locking bug with netconsoleIngo Molnar1-8/+10
2008-03-26forcedeth: Use round_jiffies for stats timerDaniel Drake1-2/+4
2008-03-17forcedeth: limit tx to 16Ayaz Abdulla1-18/+100
2008-02-11forcedeth: tx pause watermarksAyaz Abdulla1-46/+57
2008-02-11forcedeth: tx collision fixAyaz Abdulla1-19/+36
2008-02-06forcedeth: preserve registersAyaz Abdulla1-0/+14
2008-02-06forcedeth: phy status fixAyaz Abdulla1-8/+8
2008-02-06forcedeth: restart tx/rxAyaz Abdulla1-0/+19
2008-02-03forcedeth: mac address mcp77/79Ayaz Abdulla1-8/+8
2008-02-03forcedeth: multicast fixAyaz Abdulla1-4/+9
2008-02-03forcedeth: tx pause fixAyaz Abdulla1-2/+2
2008-02-03forcedeth: updated copyright sectionAyaz Abdulla1-1/+1
2008-02-03forcedeth: checksum fixAyaz Abdulla1-17/+7
2008-02-03forcedeth: reset register fixAyaz Abdulla1-1/+1
2008-01-29forcedeth endianness bugsAl Viro1-18/+28