aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-24forcedeth: fix cpu irq maskAyaz Abdulla1-1/+1
2007-04-25[FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo1-11/+7
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-10/+20
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-03-28forcedeth: fix tx timeoutAyaz Abdulla1-1/+2
2007-03-28forcedeth: fix nic pollAyaz Abdulla1-1/+4
2007-02-27forcedeth: fix checksum feature in mcp65Ayaz Abdulla1-4/+4
2007-02-27forcedeth: disable msixAyaz Abdulla1-1/+1
2007-02-27forcedeth: fixed missing call in napi pollAyaz Abdulla1-3/+7
2007-02-05forcedeth: statistics optimizationAyaz Abdulla1-21/+17
2007-02-05forcedeth: statistics supportedAyaz Abdulla1-79/+110
2007-02-05forcedeth: tx max workAyaz Abdulla1-6/+12
2007-02-05forcedeth: irq data path optimizationAyaz Abdulla1-72/+77
2007-02-05forcedeth: rx data path optimizationAyaz Abdulla1-182/+148
2007-02-05forcedeth: tx data path optimizationAyaz Abdulla1-57/+58
2007-02-05forcedeth: tx limitingAyaz Abdulla1-16/+13
2007-02-05forcedeth: optimized routinesAyaz Abdulla1-133/+501
2007-02-05forcedeth: rx skb recycleAyaz Abdulla1-35/+43
2007-02-05forcedeth: tx lockingAyaz Abdulla1-4/+5
2007-02-05forcedeth: ring accessAyaz Abdulla1-186/+265
2007-02-05forcedeth: dma accessAyaz Abdulla1-2/+2
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-5/+1