aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAge
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-24
|\
| * Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-09-21
| |\
| * | drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-13
| * | drivers/net: Trim trailing whitespaceJeff Garzik2006-09-13
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-23
|\ \ \ | |_|/ |/| |
| * | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-22
| |/
* / [netdrvr] mv643xx_eth: fix obvious typo, which caused build breakageJeff Garzik2006-09-21
|/
* [PATCH] mv643xx_eth: Unmap DMA buffers in receive pathDale Farnsworth2006-09-13
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* [NET]: Clean up skb_linearizeHerbert Xu2006-06-18
* [PATCH] mv643xx_eth: provide sysfs class device symlinkOlaf Hering2006-05-02
* [PATCH] mv643xx_eth: Fix tx_timeout to only conditionally wake tx queueDale Farnsworth2006-04-12
* [PATCH] mv643xx_eth: Always free completed tx descs on tx interruptBrent Cook2006-04-12
* [PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refillDale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Clean up interrupt handlingDale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.hDale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Refactor/clean up tx queue handlingDale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Refactor tx command queuing codeDale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Rename "channels" to "queues"Dale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rxDale Farnsworth2006-03-03
* [PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.hDale Farnsworth2006-03-03
* Merge branch 'viro'Jeff Garzik2006-02-09
|\
| * [PATCH] missing includes in drivers/net/mv643xx_eth.cAl Viro2006-02-07
* | [PATCH] mv643xx_eth: Clean up platform_data configurationDale Farnsworth2006-01-27
* | [PATCH] mv643xx_eth: use MII library for ethtool functionsJames Chapman2006-01-27
* | [PATCH] mv643xx_eth: use MII library for PHY managementJames Chapman2006-01-27
* | [PATCH] mv643xx_eth: Make port queue enable/disable code consistentDale Farnsworth2006-01-27
* | [PATCH] mv643xx_eth: Rename mp->tx_ring_skbs to mp->tx_desc_countDale Farnsworth2006-01-27
* | [PATCH] mv643xx_eth: Merge unicast and multicast address filtering codeDale Farnsworth2006-01-27
* | [PATCH] mv643xx_eth: Remove needless mp->port_mac_addrDale Farnsworth2006-01-27
|/
* [PATCH] mv643xx_eth: Whitespace cleanupDale Farnsworth2006-01-27
* [PATCH] mv643xx_eth: Update dev->last_rx on packet receivePaolo Galtieri2006-01-27
* [PATCH] mv643xx_eth: Fix spinlock recursion bugDale Farnsworth2006-01-27
* [PATCH] mv643xx_eth: Remove needless mask of extended intr registerDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: Merge open and stop helper functionsDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: Fix transmit skb accountingDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: Request HW checksum generation only for IPv4Wolfram Joost2006-01-17
* [PATCH] mv643xx_eth: Hold spinlocks only where neededDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: iounmap the correct SRAM bufferDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: Fix handling of small, unaligned fragmentsPaul Janzen2006-01-17
* [PATCH] mv643xx_eth: Receive buffers require 8 byte alignmentDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: Add multicast supportDale Farnsworth2006-01-17
* [PATCH] mv643xx_eth: Fix a NULL pointer dereferencePaolo Galtieri2006-01-17
* [PATCH] mv643xx_eth: Fix dma_map/dma_unmap relationsPaolo Galtieri2006-01-17
* [PATCH] mv643xx_eth: 2.6.16 needs ip.h and in.hOlaf Hering2006-01-17
* [PATCH] remove bouncing mail address of mv643xx_eth maintainerOlaf Hering2006-01-09
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-09
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-31
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-29