aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-09forcedeth: sideband management fixAyaz Abdulla1-55/+56
2006-12-26forcedeth: modified comment headerAyaz Abdulla1-3/+2
2006-12-26netpoll: 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
2006-09-25[PATCH] fix possible NULL ptr deref in forcedethJesper Juhl1-1/+7
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-201/+361
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-11[PATCH] cleanup unnecessary forcedeth printkAndy Gospodarek1-1/+0
2006-09-06[PATCH] forcedeth: decouple vlan and rx checksum dependencyAyaz Abdulla1-14/+9
2006-09-06[PATCH] forcedeth: errata for marvell physAyaz Abdulla1-17/+56
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-08[PATCH] forcdeth: revised NAPI supportStephen Hemminger1-16/+124