summaryrefslogtreecommitdiff
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-23/+22
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-7/+5
2007-10-11[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-11[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-08-01[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-30forcedeth: mac address correctAyaz Abdulla1-17/+19
2007-07-25forcedeth: mcp73 device additionAyaz Abdulla1-0/+16
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2007-07-17Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+152
2007-07-17forcedeth bug fix: realtek phyAyaz Abdulla1-0/+54
2007-07-17forcedeth bug fix: vitesse phyAyaz Abdulla1-0/+88
2007-07-17forcedeth bug fix: cicada phyAyaz Abdulla1-10/+10
2007-07-12PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-06-21forcedeth: use unicast receive mode for WoLTim Mann1-1/+3
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-7/+1
2007-05-25forcedeth: fix cpu irq maskAyaz Abdulla1-1/+1
2007-04-26[FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo1-11/+7
2007-04-26[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-10/+20
2007-04-26[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-06forcedeth: statistics optimizationAyaz Abdulla1-21/+17
2007-02-06forcedeth: statistics supportedAyaz Abdulla1-79/+110
2007-02-06forcedeth: tx max workAyaz Abdulla1-6/+12
2007-02-06forcedeth: irq data path optimizationAyaz Abdulla1-72/+77
2007-02-06forcedeth: rx data path optimizationAyaz Abdulla1-182/+148
2007-02-06forcedeth: tx data path optimizationAyaz Abdulla1-57/+58
2007-02-06forcedeth: tx limitingAyaz Abdulla1-16/+13
2007-02-06forcedeth: optimized routinesAyaz Abdulla1-133/+501
2007-02-06forcedeth: rx skb recycleAyaz Abdulla1-35/+43
2007-02-06forcedeth: tx lockingAyaz Abdulla1-4/+5
2007-02-06forcedeth: ring accessAyaz Abdulla1-186/+265
2007-02-06forcedeth: dma accessAyaz Abdulla1-2/+2
2007-02-06remove NETIF_F_TSO ifdeferyArjan van de Ven1-5/+1
2007-01-09forcedeth: sideband management fixAyaz Abdulla1-55/+56
2006-12-27forcedeth: modified comment headerAyaz Abdulla1-3/+2
2006-12-27netpoll: drivers must not enable IRQ unconditionally in their NAPI handlerFrancois Romieu1-4/+7
2006-12-02[PATCH] forcedeth: add support for new mcp67 deviceAyaz Abdulla1-0/+16
2006-12-02[PATCH] forcedeth: add recoverable error supportAyaz Abdulla1-4/+74
2006-12-02[PATCH] forcedeth: add mgmt unit supportAyaz Abdulla1-17/+134
2006-12-02[PATCH] forcedeth: power management supportFrancois Romieu1-1/+46
2006-10-11Merge branch 'master' into upstream-fixesJeff Garzik1-10/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-10/+10
2006-10-05[PATCH] forcedeth: hardirq lockdep warningPeter Zijlstra1-14/+17