aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David S. Miller1-5/+26
2008-04-12forcedeth: mac address fixAyaz Abdulla1-2/+24
2008-04-04fix endian lossage in forcedethAl Viro1-3/+2
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+10
2008-03-28forcedeth: 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-28forcedeth endianness bugsAl Viro1-18/+28
2008-01-08[FORCEDETH]: Fix reversing the MAC address on suspend.Björn Steinbrink1-4/+2
2007-11-23forcedeth boot delay fixAyaz Abdulla1-13/+9
2007-11-23forcedeth: new mcp79 pci idsAyaz Abdulla1-0/+16
2007-10-25[netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla1-0/+16
2007-10-17forcedeth msi bugfixManfred Spraul1-8/+11
2007-10-17forcedeth: fix rx-work condition in nv_rx_process_optimized() tooIngo Molnar1-3/+5
2007-10-16[netdrvr] forcedeth: remove in-driver copy of net_device_statsJeff Garzik1-36/+36
2007-10-16[netdrvr] forcedeth: improved probe info; dev_printk() cleanupsJeff Garzik1-31/+57
2007-10-16forcedeth: fix NAPI rx poll functionIngo Molnar1-3/+5
2007-10-10forcedeth: "no link" is informationalEd Swierk1-1/+1
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-23/+22
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-7/+5
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-31/+38
2007-08-25fix realtek phy id in forcedethWilly Tarreau1-1/+1
2007-08-18fix random hang in forcedeth driver when using netconsoleTimo Jantunen1-5/+5
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-30forcedeth: mac address correctAyaz Abdulla1-17/+19
2007-07-24forcedeth: mcp73 device additionAyaz Abdulla1-0/+16
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-10/+152
2007-07-16forcedeth bug fix: realtek phyAyaz Abdulla1-0/+54
2007-07-16forcedeth bug fix: vitesse phyAyaz Abdulla1-0/+88
2007-07-16forcedeth bug fix: cicada phyAyaz Abdulla1-10/+10
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-06-20forcedeth: use unicast receive mode for WoLTim Mann1-1/+3
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-7/+1