aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pcnet32.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* pcnet32: add suspend and resume capabilityDon Fry2007-10-101-3/+32
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-35/+47
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-2/+2
* pcnet32: change to use netdev_privDon Fry2007-04-281-42/+42
* pcnet32: only allocate init_block dma consistentDon Fry2007-04-281-43/+34
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* pcnet32: Fix PCnet32 performance bug on non-coherent architecutresDon Fry2007-03-061-2/+2
* drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2006-10-061-7/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-2/+0
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* [PATCH] pcnet32: NAPI implementationDon Fry2006-09-131-28/+104
* [PATCH] pcnet32: break receive routine into two pieces.Don Fry2006-09-131-161/+141
* [PATCH] pcnet32: move/create receive and transmit routinesDon Fry2006-09-131-256/+259
* [PATCH] pcnet32: magic number cleanupDon Fry2006-09-131-30/+30
* [PATCH] pcnet32: remove unnecessary save/restore register accesses.Don Fry2006-09-131-6/+1
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-241-8/+17
|\
| * [PATCH] pcnet32: break in 2.6.18-rc1 identifiedDon Fry2006-08-241-8/+17
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
|/
* [PATCH] pcnet32: Cleanup rx buffers after loopback test.Don Fry2006-07-051-59/+43
* [PATCH] pcnet32: Suspend the chip rather than restart when changing multicast...Don Fry2006-07-051-27/+68
* [PATCH] pcnet32: Handle memory allocation failures cleanly when resizing tx/r...Don Fry2006-07-051-24/+251
* [PATCH] pcnet32: Use kcalloc instead of kmalloc and memsetDon Fry2006-07-051-14/+10
* [PATCH] pcnet32: Fix off-by-one in get_ringparamDon Fry2006-07-051-4/+4
* [PATCH] pcnet32: Use PCI_DEVICE macroDon Fry2006-07-051-7/+4
* [PATCH] pcnet32: Fix Section mismatch errorDon Fry2006-07-051-3/+2
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [netdrvr] Remove long-unused bits from Becker template driversJeff Garzik2006-06-261-6/+0
* [PATCH] pcnet32: remove incorrect pcnet32_free_ringDon Fry2006-05-261-2/+0
* [PATCH] Janitor: drivers/net/pcnet32: fix incorrect commentsLinas Vepstas2006-03-291-2/+2
* [netdrvr] pcnet32: other source formatting cleanupsJeff Garzik2006-03-211-174/+54
* [netdrvr] pcnet32: LindentJeff Garzik2006-03-211-1999/+2156
* [PATCH] pcnet32: support boards with multiple physDon Fry2006-03-211-24/+212
* Massive net driver const-ification.Arjan van de Ven2006-03-031-3/+3
* [PATCH] pcnet32: use MAC address from prom also on powerpcOlaf Hering2005-12-121-5/+0
* [PATCH] pcnet32: Prevent hang with 79c976Don Fry2005-11-051-1/+5
* [PATCH] pcnet32: AT2700/2701 and Bugzilla 2699 & 4551Don Fry2005-11-051-7/+16
* [PATCH] pcnet32: show name of failing deviceDon Fry2005-11-051-21/+41
* [PATCH] pcnet32: set min ring size to 4Hubert WS Lin2005-09-161-7/+12
* [PATCH] pcnet32: set_ringparam implementationHubert WS Lin2005-09-161-54/+209
* [PATCH] pcnet32: support ETHTOOL_GPERMADDRJohn W. Linville2005-09-141-1/+3
* [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-281-3/+3
* [PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan2005-06-261-1/+1
* [PATCH] pcnet32: fix resource leak with loopback testDon Fry2005-05-151-2/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2358