summaryrefslogtreecommitdiffstats
path: root/drivers/net/8139cp.c
Commit message (Expand)AuthorAgeFilesLines
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+2Star
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-68/+54Star
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * Merge tag '8139cp-20060912-00' of git://electric-eye.fr.zoreil.com/home/romie...Jeff Garzik2006-09-131-63/+51Star
| |\
| | * 8139cp: ring_info removal for the transmit pathFrancois Romieu2006-09-121-19/+13Star
| | * 8139cp: use PCI_DEVICE() to shorten the PCI device tableFrancois Romieu2006-08-311-4/+2Star
| | * 8139cp: pci_get_drvdata(pdev) can not be NULL in suspend handlerFrançois Romieu2006-08-311-6/+4Star
| | * 8139cp: removal of useless BUG_ON() checkFrancois Romieu2006-08-311-1/+0Star
| | * 8139cp: sync the device private data with its r8169 counterpartFrancois Romieu2006-08-311-6/+6
| | * 8139cp: ring_info removal for the receive pathFrancois Romieu2006-08-311-7/+7
| | * 8139cp: remove gratuitous indirectionFrancois Romieu2006-08-311-2/+2
| | * 8139cp: trim ring_infoFrancois Romieu2006-08-311-17/+16Star
| * | Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-3/+1Star
| |\ \
| | * | [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+1Star
| | |/
| * / drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
| |/
* / [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
|/
* [PATCH] 8139cp.c printk fixAndrew Morton2006-07-121-1/+1
* [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik2006-07-051-10/+7Star
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-051-16/+22
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman2006-06-271-1/+1
* [PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman2006-06-271-4/+5
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-1/+1
* [PATCH] 8139cp: add ethtool eeprom supportPhilip Craig2006-06-231-12/+167
* [PATCH] 8139cp: fix eeprom read command lengthPhilip Craig2006-06-231-1/+1
* [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik2006-05-271-7/+7
* BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-021-8/+4Star
* Massive net driver const-ification.Arjan van de Ven2006-03-041-1/+1
* 8139cp: fix broken suspend/resumeFrancois Romieu2006-02-271-16/+21
* Merge /spare/repo/linux-2.6/Jeff Garzik2005-09-221-23/+23
|\
| * [PATCH] 8139cp: allocate statistics space only when neededStephen Hemminger2005-09-161-23/+23
* | [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-2/+1Star
* | [PATCH] 8139cp: support ETHTOOL_GPERMADDRJohn W. Linville2005-09-141-0/+2
|/
* [PATCH] 8139cp - redetect link after suspendPierre Ossman2005-08-181-0/+7
* [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-291-2/+2
* 8139cp: safer spin loop for get_statisticsStephen Hemminger2005-06-271-6/+6
* Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.Jeff Garzik2005-06-261-31/+69
|\
| * [PATCH] 8139cp net driver: add MODULE_VERSION2005-05-131-0/+1
| * [PATCH] 8139cp - add netpoll supportSteffen Klassert2005-05-131-0/+19
| * [PATCH] 8139cp - module_paramStephen Hemminger2005-05-131-2/+3
| * [PATCH] 8139cp: SG support fixesFrancois Romieu2005-05-131-12/+13
| * [netdrvr 8139cp] TSO supportJeff Garzik2005-05-131-17/+33
* | [PATCH] drivers/net/8139cp: Use the DMA_{64, 32}BIT_MASK constantsTobias Klauser2005-05-131-4/+5
|/
* [PATCH] u32 vs. pm_message_t fixes for drivers/netPavel Machek2005-04-171-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1904