aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/via-velocity.c
AgeCommit message (Expand)Author
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-26via-velocity: Set tx checksum from ethtool instead of module parameterSimon Kagstrom
2009-11-26via-velocity: Re-enable transmit scatter-gather supportSimon Kagstrom
2009-11-26via-velocity: Change DMA_LENGTH_DEF (from the VIA driver)Simon Kagstrom
2009-11-26via-velocity: Implement NAPI supportSimon Kagstrom
2009-11-26via-velocity: Add ethtool interrupt coalescing supportSimon Kagstrom
2009-11-26via-velocity: Correct 64-byte alignment for rx buffersSimon Kagstrom
2009-11-18drivers/net/via-velocity.c: remove exceptional & on function nameJulia Lawall
2009-10-28via-velocity: Remove private device listBen Hutchings
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-14via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULLroel kluin
2009-07-23Remove unnecessary forward declarations from velocity NIC driver.Dave Jones
2009-07-23Fix up CodingStyle problems in via-velocity.cDave Jones
2009-07-23Remove unused zero-copy code from velocity NIC driver.Dave Jones
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-21via-velocity: Fix velocity driver unmapping incorrect size.Dave Jones
2009-06-18via-velocity : fix no link detection on bootSéguier Régis
2009-05-27net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet
2009-04-11via-velocity : fix compilation warning.Séguier Régis
2009-03-13via-velocity: Fix DMA mapping length errors on transmit.Dave Jones
2009-01-20via-velocity: fix hot spinroel kluin
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19via-velocity: convert to net_device_opsStephen Hemminger
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16via-velocity: enable perfect filtering for multicast packetsJoey Zhuo
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27via-velocity: use driver string instead of dev->name before register_netdev()Sven Hartge
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-10-08via-velocity: Fix warnings on sparc64.Francois Romieu
2008-07-31via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL).Francois Romieu
2008-07-31via-velocity: separated struct allow wholesale copy during MTU changes.Francois Romieu
2008-07-11via-velocity: add velocity_set_rxbufsize helperFrancois Romieu
2008-07-11via-velocity: move residual free rx descriptors count register updateFrancois Romieu
2008-07-11via-velocity: lean and clean velocity_init_ringsFrancois Romieu
2008-07-11via-velocity: remove the bounce buffersFrancois Romieu
2008-05-22via-velocity: use memmoveStephen Hemminger
2008-05-22via-velocity: use netdev_alloc_skbStephen Hemminger
2008-04-25via-velocity: fix vlan receiptFrancois Romieu
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev
2008-02-28[IPV4]: Remove ifa != NULL check.Denis V. Lunev
2008-02-09via-velocity: section fixAndrew Morton
2008-02-03big-endian support for via-velocityAl Viro
2007-12-01via-velocity: don't oops on MTU change (resend)Stephen Hemminger
2007-11-14[VIA_VELOCITY]: Don't oops on MTU change.Stephen Hemminger
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day