summaryrefslogtreecommitdiff
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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
2006-08-08[PATCH] forcedeth: mac address correctedAyaz Abdulla1-11/+31
2006-08-08[PATCH] forcedeth: move mac address setup/teardownAyaz Abdulla1-15/+14
2006-07-29[PATCH] forcedeth: le32 annotationStephen Hemminger1-8/+8
2006-07-29[PATCH] forcedeth: coding style cleanupsStephen Hemminger1-123/+123
2006-07-12[PATCH] forcedeth: watermark fixupAyaz Abdulla1-4/+19
2006-07-12[PATCH] forcedeth: deferral fixupAyaz Abdulla1-7/+19
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-07-03[PATCH] lockdep: annotate forcedeth.c disable_irq()Ingo Molnar1-10/+10
2006-07-03[PATCH] forcedeth: typecast cleanupAndrew Morton1-4/+4
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-9/+9
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-06-22[PATCH] make drivers/net/forcedeth.c:nv_update_pause() staticAdrian Bunk1-1/+1
2006-06-20[FORCEDETH] Fix xmit_lock/netif_tx_lock after mergeHerbert Xu1-10/+10
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-9/+9
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-9/+9