aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sundance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-8/+8
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-27net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet1-25/+28
2009-02-26sundance: fix non-constant printk warningsStephen Hemminger1-2/+3
2009-02-20sundance: missing parentheses?Roel Kluin1-1/+1
2009-01-07sundance: update to net_device_opsStephen Hemminger1-8/+15
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-09-24sundance: set carrier status on link change eventsDan Nicholson1-33/+62
2008-01-28sundance: SIOCDEVPRIVATE pollutionFrancois Romieu1-26/+0
2007-12-14sundance fixesAl Viro1-17/+17
2007-10-10[netdrvr] sundance: fix phy scanning on IP100AJeff Garzik1-3/+11
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-5/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+2
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-05-09remove broken URLs from net drivers' outputMarkus Dahms1-2/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-12-02[PATCH] sundance: use NULL for pointerRandy Dunlap1-2/+2
2006-12-02[PATCH] sundance: solve host error problem in low performance embedded system when continune down and upJesse Huang1-3/+23
2006-12-02[PATCH] sundance: correct initial and close hardware step.Jesse Huang1-0/+8
2006-12-02[PATCH] subdance: fix TX Pause bug (reset_tx, intr_handler)Jesse Huang1-2/+14
2006-12-02[PATCH] sundance: remove TxStartThresh and RxEarlyThreshJesse Huang1-6/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-22/+22
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik1-4/+2
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek1-4/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-19Merge branch 'upstream-fixes' into upstreamJeff Garzik1-1/+1
2006-08-19[PATCH] sundance section fixAndrew Morton1-1/+1
2006-08-09[PATCH] sundance: small cleanupPhilippe De Muyter1-8/+5
2006-07-05[netdrvr] minor cleanups in Becker-derived driversJeff Garzik1-11/+11
2006-07-05[netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik1-81/+3
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-15sundance: PCI ID for ip100aPedro Alejandro López-Valencia1-2/+6
2006-03-03Merge branch 'net-const'Jeff Garzik1-2/+2
2006-03-03Massive net driver const-ification.Arjan van de Ven1-2/+2
2006-01-26sundance: Really read addr 0Arnaldo Carvalho de Melo1-1/+5
2005-10-28[PATCH] sundance: fix DFE-580TX Tx UnderrunPhilippe De Muyter1-14/+48
2005-10-20[PATCH] sundance: include MII address 0 in PHY probeJohn W. Linville1-4/+5
2005-10-18[PATCH] sundance: expand reset maskJohn W. Linville1-1/+1
2005-10-18[PATCH] sundance: remove if (1) { ... } block in sundance_probe1John W. Linville1-23/+21
2005-09-14[PATCH] sundance: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+2