summaryrefslogtreecommitdiffstats
path: root/drivers/net/via-rhine.c
Commit message (Expand)AuthorAgeFilesLines
* net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet2009-05-281-26/+32
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* via-rhine: fix non-constant printk warningsStephen Hemminger2009-02-271-2/+3
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-2/+2
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-2/+2
* netdevice: Kill netdev->privWang Chen2008-12-081-4/+5
* via-rhine: convert to net_device_opsStephen Hemminger2008-11-221-11/+17
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* via-rhine: changed to use netdev_alloc_skb() from dev_alloc_skbKevin Lo2008-09-031-4/+4
* via-rhine: delete non NAPI code from the driver.Francois Romieu2008-07-111-25/+2Star
* [netdrvr] via-rhine: Use register offset definition for WOLcgClrLaura Garcia2008-02-241-1/+1
* via-rhine.c:rhine_hw_init() must be __devinitAdrian Bunk2008-02-031-1/+1
* drivers/net: Add missing "space"Joe Perches2008-01-291-1/+1
* via-rhine: endiannessAl Viro2007-10-111-8/+8
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-8/+5Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-2/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-16/+26
* via-rhine: disable rx_copybreak on archs that don't allow unaligned DMA accessDustin Marquess2007-08-141-0/+6
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-8/+5Star
|\
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-8/+5Star
* | [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-111-2/+2
|/
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* via-rhine: set avoid_D3 for broken BIOSesRoger Luethi2007-03-091-2/+30
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-8/+5Star
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
| * Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-5/+2Star
| |\
| | * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-5/+2Star
| * | 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-1/+1
|/
* [PATCH] via-rhine: add option avoid_D3 (work around broken BIOSes)Roger Luethi2006-08-191-1/+11
* [PATCH] via-rhine: NAPI poll enableStephen Hemminger2006-08-191-1/+2
* [PATCH] via-rhine: NAPI supportRoger Luethi2006-08-191-12/+65
* [netdrvr] minor cleanups in Becker-derived driversJeff Garzik2006-07-051-6/+5Star
* [netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik2006-07-051-107/+3Star
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-5/+2Star
* [PATCH] via-rhine: revert "change mdelay to msleep and remove from ISR path"John W. Linville2006-05-201-31/+3Star
* [PATCH] via-rhine: zero pad short packets on Rhine I ethernet cardsCraig Brind2006-05-021-0/+6
* [PATCH] drivers/net/via-rhine.c: make a function staticAdrian Bunk2006-04-131-1/+1
* [PATCH] via-rhine: execute bounce buffers code on Rhine-I onlyRoger Luethi2006-04-131-2/+3
* [PATCH] via-rhine: link state fixRoger Luethi2006-03-301-0/+21
* [PATCH] via-rhine: change mdelay to msleep and remove from ISR pathJohn W. Linville2005-10-191-3/+31
* [PATCH] via-rhine: support ETHTOOL_GPERMADDRJohn W. Linville2005-09-141-1/+3
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-06-291-3/+3
|\
| * [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-291-3/+3