aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sundance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-12-25sundance: Fix oopses with corrupted skb_shared_infoJarek Poplawski1-2/+2
2010-12-21sundance: Program station address into HWDenis Kirjanov1-1/+15
2010-12-21sundance: Wrap up acceess to ASICCtrl high word with a macroDenis Kirjanov1-2/+5
2010-10-16sundance: Add initial ethtool stats supportDenis Kirjanov1-7/+87
2010-10-09sundance: get_stats proper lockingEric Dumazet1-4/+6
2010-10-06sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL includesDenis Kirjanov1-7/+0
2010-09-21sundance: Use dev_kfree_skb_any() helperDenis Kirjanov1-5/+1
2010-09-21sundance: Handle DMA mapping errorsDenis Kirjanov1-0/+21
2010-09-21sundance: Convert to DMA APIDenis Kirjanov1-44/+43
2010-09-13sundance: Add power management hooksDenis Kirjanov1-0/+48
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-5/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-2/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
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