aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/via-velocity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-28via-velocity: Remove private device listBen Hutchings1-36/+3
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-2/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-4/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-14via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULLroel kluin1-1/+1
2009-07-23Remove unnecessary forward declarations from velocity NIC driver.Dave Jones1-1681/+1580
2009-07-23Fix up CodingStyle problems in via-velocity.cDave Jones1-95/+80
2009-07-23Remove unused zero-copy code from velocity NIC driver.Dave Jones1-66/+11
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-21via-velocity: Fix velocity driver unmapping incorrect size.Dave Jones1-1/+1
2009-06-18via-velocity : fix no link detection on bootSéguier Régis1-1/+3
2009-05-27net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet1-11/+11
2009-04-11via-velocity : fix compilation warning.Séguier Régis1-2/+2
2009-03-13via-velocity: Fix DMA mapping length errors on transmit.Dave Jones1-8/+7
2009-01-20via-velocity: fix hot spinroel kluin1-1/+1
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19via-velocity: convert to net_device_opsStephen Hemminger1-10/+14
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-11-16via-velocity: enable perfect filtering for multicast packetsJoey Zhuo1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-27via-velocity: use driver string instead of dev->name before register_netdev()Sven Hartge1-4/+7
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-10-08via-velocity: Fix warnings on sparc64.Francois Romieu1-2/+2
2008-07-31via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL).Francois Romieu1-46/+86
2008-07-31via-velocity: separated struct allow wholesale copy during MTU changes.Francois Romieu1-86/+87
2008-07-11via-velocity: add velocity_set_rxbufsize helperFrancois Romieu1-3/+9
2008-07-11via-velocity: move residual free rx descriptors count register updateFrancois Romieu1-14/+14
2008-07-11via-velocity: lean and clean velocity_init_ringsFrancois Romieu1-27/+21
2008-07-11via-velocity: remove the bounce buffersFrancois Romieu1-54/+18
2008-05-22via-velocity: use memmoveStephen Hemminger1-5/+1
2008-05-22via-velocity: use netdev_alloc_skbStephen Hemminger1-13/+6
2008-04-25via-velocity: fix vlan receiptFrancois Romieu1-18/+28
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev1-0/+3
2008-02-28[IPV4]: Remove ifa != NULL check.Denis V. Lunev1-12/+10
2008-02-09via-velocity: section fixAndrew Morton1-1/+1
2008-02-03big-endian support for via-velocityAl Viro1-38/+32
2007-12-01via-velocity: don't oops on MTU change (resend)Stephen Hemminger1-8/+3
2007-11-14[VIA_VELOCITY]: Don't oops on MTU change.Stephen Hemminger1-0/+5
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-10via-velocity: more cleanupStephen Hemminger1-11/+167
2007-10-10via-velocity: use standard VLAN interface (resend)Stephen Hemminger1-29/+44
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10drivers/net/via-velocity.c: mostly kmalloc + memset conversion to kcallocMariusz Kozlowski1-14/+10
2007-07-31in-string typos of "error"Eddy L O Jansson1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-2/+1
2007-06-09typo in via-velocity.cDave Jones1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+4