aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)Author
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger
2007-05-24forcedeth: fix cpu irq maskAyaz Abdulla
2007-04-25[FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-28forcedeth: fix tx timeoutAyaz Abdulla
2007-03-28forcedeth: fix nic pollAyaz Abdulla
2007-02-27forcedeth: fix checksum feature in mcp65Ayaz Abdulla
2007-02-27forcedeth: disable msixAyaz Abdulla
2007-02-27forcedeth: fixed missing call in napi pollAyaz Abdulla
2007-02-05forcedeth: statistics optimizationAyaz Abdulla
2007-02-05forcedeth: statistics supportedAyaz Abdulla
2007-02-05forcedeth: tx max workAyaz Abdulla
2007-02-05forcedeth: irq data path optimizationAyaz Abdulla
2007-02-05forcedeth: rx data path optimizationAyaz Abdulla
2007-02-05forcedeth: tx data path optimizationAyaz Abdulla
2007-02-05forcedeth: tx limitingAyaz Abdulla
2007-02-05forcedeth: optimized routinesAyaz Abdulla
2007-02-05forcedeth: rx skb recycleAyaz Abdulla
2007-02-05forcedeth: tx lockingAyaz Abdulla
2007-02-05forcedeth: ring accessAyaz Abdulla
2007-02-05forcedeth: dma accessAyaz Abdulla
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven
2007-01-09forcedeth: sideband management fixAyaz Abdulla
2006-12-26forcedeth: modified comment headerAyaz Abdulla
2006-12-26netpoll: drivers must not enable IRQ unconditionally in their NAPI handlerFrancois Romieu
2006-12-02[PATCH] forcedeth: add support for new mcp67 deviceAyaz Abdulla
2006-12-02[PATCH] forcedeth: add recoverable error supportAyaz Abdulla
2006-12-02[PATCH] forcedeth: add mgmt unit supportAyaz Abdulla
2006-12-02[PATCH] forcedeth: power management supportFrancois Romieu
2006-10-11Merge branch 'master' into upstream-fixesJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-05[PATCH] forcedeth: hardirq lockdep warningPeter Zijlstra
2006-09-25[PATCH] fix possible NULL ptr deref in forcedethJesper Juhl
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-11[PATCH] cleanup unnecessary forcedeth printkAndy Gospodarek
2006-09-06[PATCH] forcedeth: decouple vlan and rx checksum dependencyAyaz Abdulla
2006-09-06[PATCH] forcedeth: errata for marvell physAyaz Abdulla
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-08-08[PATCH] forcdeth: revised NAPI supportStephen Hemminger
2006-08-08[PATCH] forcedeth: mac address correctedAyaz Abdulla
2006-08-08[PATCH] forcedeth: move mac address setup/teardownAyaz Abdulla
2006-07-29[PATCH] forcedeth: le32 annotationStephen Hemminger
2006-07-29[PATCH] forcedeth: coding style cleanupsStephen Hemminger
2006-07-12[PATCH] forcedeth: watermark fixupAyaz Abdulla
2006-07-12[PATCH] forcedeth: deferral fixupAyaz Abdulla
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu
2006-07-03[PATCH] lockdep: annotate forcedeth.c disable_irq()Ingo Molnar