summaryrefslogtreecommitdiffstats
path: root/drivers/net/sundance.c
AgeCommit message (Expand)AuthorLines
2008-01-28sundance: SIOCDEVPRIVATE pollutionFrancois Romieu-26/+0
2007-12-14sundance fixesAl Viro-17/+17
2007-10-10[netdrvr] sundance: fix phy scanning on IP100AJeff Garzik-3/+11
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-6/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-1/+0
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox-1/+0
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-5/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok-5/+2
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller-1/+1
2007-05-09remove broken URLs from net drivers' outputMarkus Dahms-2/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo-1/+0
2006-12-02[PATCH] sundance: use NULL for pointerRandy Dunlap-2/+2
2006-12-02[PATCH] sundance: solve host error problem in low performance embedded system...Jesse Huang-3/+23
2006-12-02[PATCH] sundance: correct initial and close hardware step.Jesse Huang-0/+8
2006-12-02[PATCH] subdance: fix TX Pause bug (reset_tx, intr_handler)Jesse Huang-2/+14
2006-12-02[PATCH] sundance: remove TxStartThresh and RxEarlyThreshJesse Huang-6/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-2/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik-22/+22
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik-4/+2
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek-4/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik-1/+1
2006-08-19Merge branch 'upstream-fixes' into upstreamJeff Garzik-1/+1
2006-08-19[PATCH] sundance section fixAndrew Morton-1/+1
2006-08-09[PATCH] sundance: small cleanupPhilippe De Muyter-8/+5
2006-07-05[netdrvr] minor cleanups in Becker-derived driversJeff Garzik-11/+11
2006-07-05[netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik-81/+3
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-15sundance: PCI ID for ip100aPedro Alejandro López-Valencia-2/+6
2006-03-03Merge branch 'net-const'Jeff Garzik-2/+2
2006-03-03Massive net driver const-ification.Arjan van de Ven-2/+2
2006-01-26sundance: Really read addr 0Arnaldo Carvalho de Melo-1/+5
2005-10-28[PATCH] sundance: fix DFE-580TX Tx UnderrunPhilippe De Muyter-14/+48
2005-10-20[PATCH] sundance: include MII address 0 in PHY probeJohn W. Linville-4/+5
2005-10-18[PATCH] sundance: expand reset maskJohn W. Linville-1/+1
2005-10-18[PATCH] sundance: remove if (1) { ... } block in sundance_probe1John W. Linville-23/+21
2005-09-14[PATCH] sundance: support ETHTOOL_GPERMADDRJohn W. Linville-0/+2
2005-06-28[NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1785