aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/via-velocity.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-11via-velocity : fix compilation warning.Gravatar Séguier Régis 1-2/+2
2009-03-13via-velocity: Fix DMA mapping length errors on transmit.Gravatar Dave Jones 1-8/+7
2009-01-20via-velocity: fix hot spinGravatar roel kluin 1-1/+1
2009-01-11netdev: add missing set_mac_address hookGravatar Stephen Hemminger 1-0/+1
2008-11-20netdev: add more functions to netdevice opsGravatar Stephen Hemminger 1-1/+1
2008-11-19via-velocity: convert to net_device_opsGravatar Stephen Hemminger 1-10/+14
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2008-11-16via-velocity: enable perfect filtering for multicast packetsGravatar Joey Zhuo 1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-2/+0
2008-10-27via-velocity: use driver string instead of dev->name before register_netdev()Gravatar Sven Hartge 1-4/+7
2008-10-13net: Rationalise email address: Network Specific PartsGravatar Alan Cox 1-1/+1
2008-10-08via-velocity: Fix warnings on sparc64.Gravatar Francois Romieu 1-2/+2
2008-07-31via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL).Gravatar Francois Romieu 1-46/+86
2008-07-31via-velocity: separated struct allow wholesale copy during MTU changes.Gravatar Francois Romieu 1-86/+87
2008-07-11via-velocity: add velocity_set_rxbufsize helperGravatar Francois Romieu 1-3/+9
2008-07-11via-velocity: move residual free rx descriptors count register updateGravatar Francois Romieu 1-14/+14
2008-07-11via-velocity: lean and clean velocity_init_ringsGravatar Francois Romieu 1-27/+21
2008-07-11via-velocity: remove the bounce buffersGravatar Francois Romieu 1-54/+18
2008-05-22via-velocity: use memmoveGravatar Stephen Hemminger 1-5/+1
2008-05-22via-velocity: use netdev_alloc_skbGravatar Stephen Hemminger 1-13/+6
2008-04-25via-velocity: fix vlan receiptGravatar Francois Romieu 1-18/+28
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Gravatar Denis V. Lunev 1-0/+3
2008-02-28[IPV4]: Remove ifa != NULL check.Gravatar Denis V. Lunev 1-12/+10
2008-02-09via-velocity: section fixGravatar Andrew Morton 1-1/+1
2008-02-03big-endian support for via-velocityGravatar Al Viro 1-38/+32
2007-12-01via-velocity: don't oops on MTU change (resend)Gravatar Stephen Hemminger 1-8/+3
2007-11-14[VIA_VELOCITY]: Don't oops on MTU change.Gravatar Stephen Hemminger 1-0/+5
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-10via-velocity: more cleanupGravatar Stephen Hemminger 1-11/+167
2007-10-10via-velocity: use standard VLAN interface (resend)Gravatar Stephen Hemminger 1-29/+44
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 1-1/+0
2007-10-10drivers/net/via-velocity.c: mostly kmalloc + memset conversion to kcallocGravatar Mariusz Kozlowski 1-14/+10
2007-07-31in-string typos of "error"Gravatar Eddy L O Jansson 1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-2/+1
2007-06-09typo in via-velocity.cGravatar Dave Jones 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-3/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-2/+1
2006-12-26via-velocity uses INET interfacesGravatar Randy Dunlap 1-5/+13
2006-12-08[PATCH] crc32: replace bitreverse by bitrev32Gravatar Akinobu Mita 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+2
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-115/+113
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEGravatar Patrick McHardy 1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsGravatar Jeff Garzik 1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceGravatar Jeff Garzik 1-110/+110
2006-09-12Merge branch 'tmp' into upstreamGravatar Jeff Garzik 1-2/+0
2006-09-12[PATCH] Remove more unnecessary driver printk'sGravatar Andy Gospodarek 1-2/+0
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Gravatar Jeff Garzik 1-1/+1
2006-07-20via-velocity: fix speed and link status reported by ethtoolGravatar Jay Cliburn 1-4/+13