summaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)AuthorLines
2007-10-10forcedeth: "no link" is informationalEd Swierk-1/+1
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik-23/+22
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-7/+5
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger-31/+38
2007-08-25fix realtek phy id in forcedethWilly Tarreau-1/+1
2007-08-18fix random hang in forcedeth driver when using netconsoleTimo Jantunen-5/+5
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox-1/+0
2007-07-30forcedeth: mac address correctAyaz Abdulla-17/+19
2007-07-24forcedeth: mcp73 device additionAyaz Abdulla-0/+16
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-4/+2
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds-10/+152
2007-07-16forcedeth bug fix: realtek phyAyaz Abdulla-0/+54
2007-07-16forcedeth bug fix: vitesse phyAyaz Abdulla-0/+88
2007-07-16forcedeth bug fix: cicada phyAyaz Abdulla-10/+10
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok-3/+1
2007-06-20forcedeth: use unicast receive mode for WoLTim Mann-1/+3
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger-7/+1
2007-05-24forcedeth: fix cpu irq maskAyaz Abdulla-1/+1
2007-04-25[FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo-11/+7
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo-10/+20
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo-2/+0
2007-03-28forcedeth: fix tx timeoutAyaz Abdulla-1/+2
2007-03-28forcedeth: fix nic pollAyaz Abdulla-1/+4
2007-02-27forcedeth: fix checksum feature in mcp65Ayaz Abdulla-4/+4
2007-02-27forcedeth: disable msixAyaz Abdulla-1/+1
2007-02-27forcedeth: fixed missing call in napi pollAyaz Abdulla-3/+7
2007-02-05forcedeth: statistics optimizationAyaz Abdulla-21/+17
2007-02-05forcedeth: statistics supportedAyaz Abdulla-79/+110
2007-02-05forcedeth: tx max workAyaz Abdulla-6/+12
2007-02-05forcedeth: irq data path optimizationAyaz Abdulla-72/+77
2007-02-05forcedeth: rx data path optimizationAyaz Abdulla-182/+148
2007-02-05forcedeth: tx data path optimizationAyaz Abdulla-57/+58
2007-02-05forcedeth: tx limitingAyaz Abdulla-16/+13
2007-02-05forcedeth: optimized routinesAyaz Abdulla-133/+501
2007-02-05forcedeth: rx skb recycleAyaz Abdulla-35/+43
2007-02-05forcedeth: tx lockingAyaz Abdulla-4/+5
2007-02-05forcedeth: ring accessAyaz Abdulla-186/+265
2007-02-05forcedeth: dma accessAyaz Abdulla-2/+2
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven-5/+1
2007-01-09forcedeth: sideband management fixAyaz Abdulla-55/+56
2006-12-26forcedeth: modified comment headerAyaz Abdulla-3/+2
2006-12-26netpoll: drivers must not enable IRQ unconditionally in their NAPI handlerFrancois Romieu-4/+7
2006-12-02[PATCH] forcedeth: add support for new mcp67 deviceAyaz Abdulla-0/+16
2006-12-02[PATCH] forcedeth: add recoverable error supportAyaz Abdulla-4/+74
2006-12-02[PATCH] forcedeth: add mgmt unit supportAyaz Abdulla-17/+134
2006-12-02[PATCH] forcedeth: power management supportFrancois Romieu-1/+46
2006-10-11Merge branch 'master' into upstream-fixesJeff Garzik-10/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-10/+10