aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cassini.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-270/+270
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-268/+268
| * 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-2/+2
|/
* [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik2006-07-051-15/+10
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-051-10/+10
* [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/+0
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-2/+1
* [PATCH] netdrvr: Convert cassini to pci_iomapMarc Zyngier2006-04-201-5/+4
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-5/+6
* [CASSINI]: sem2mutexIngo Molnar2006-03-201-20/+20
* [CASSINI]: dont touch page_countNick Piggin2006-01-181-4/+32
* [CASSINI]: Fix printk warning.Andrew Morton2006-01-171-2/+2
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
* [PATCH] gfp_t: drivers/netAl Viro2005-10-281-2/+2
* [CASSINI]: Convert to ethtool_opsAl Viro2005-10-031-288/+214
* [PATCH] cassini annotations and fixesAl Viro2005-09-301-9/+9
* [NET]: Add Sun Cassini driver.David S. Miller2005-09-271-0/+5311