aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/via-velocity.c
Commit message (Expand)AuthorAge
* via-velocity: Fix races on shared interruptsSimon Kagstrom2010-02-10
* via-velocity: Take spinlock on set coalesceSimon Kagstrom2010-02-10
* via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srvSimon Kagstrom2010-02-10
* via-velocity: Give RX descriptors to the NIC later on open or MTU changeBen Hutchings2010-01-04
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* via-velocity: Set tx checksum from ethtool instead of module parameterSimon Kagstrom2009-11-26
* via-velocity: Re-enable transmit scatter-gather supportSimon Kagstrom2009-11-26
* via-velocity: Change DMA_LENGTH_DEF (from the VIA driver)Simon Kagstrom2009-11-26
* via-velocity: Implement NAPI supportSimon Kagstrom2009-11-26
* via-velocity: Add ethtool interrupt coalescing supportSimon Kagstrom2009-11-26
* via-velocity: Correct 64-byte alignment for rx buffersSimon Kagstrom2009-11-26
* drivers/net/via-velocity.c: remove exceptional & on function nameJulia Lawall2009-11-18
* via-velocity: Remove private device listBen Hutchings2009-10-28
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-13
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\
| * via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULLroel kluin2009-08-14
* | netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* | Remove unnecessary forward declarations from velocity NIC driver.Dave Jones2009-07-23
* | Fix up CodingStyle problems in via-velocity.cDave Jones2009-07-23
* | Remove unused zero-copy code from velocity NIC driver.Dave Jones2009-07-23
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* via-velocity: Fix velocity driver unmapping incorrect size.Dave Jones2009-06-22
* via-velocity : fix no link detection on bootSéguier Régis2009-06-18
* net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet2009-05-27
* via-velocity : fix compilation warning.Séguier Régis2009-04-11
* via-velocity: Fix DMA mapping length errors on transmit.Dave Jones2009-03-13
* via-velocity: fix hot spinroel kluin2009-01-20
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-11
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
* via-velocity: convert to net_device_opsStephen Hemminger2008-11-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-19
|\
| * via-velocity: enable perfect filtering for multicast packetsJoey Zhuo2008-11-16
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
|/
* via-velocity: use driver string instead of dev->name before register_netdev()Sven Hartge2008-10-27
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-13
* via-velocity: Fix warnings on sparc64.Francois Romieu2008-10-08
* via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL).Francois Romieu2008-07-31
* via-velocity: separated struct allow wholesale copy during MTU changes.Francois Romieu2008-07-31
* via-velocity: add velocity_set_rxbufsize helperFrancois Romieu2008-07-11
* via-velocity: move residual free rx descriptors count register updateFrancois Romieu2008-07-11
* via-velocity: lean and clean velocity_init_ringsFrancois Romieu2008-07-11
* via-velocity: remove the bounce buffersFrancois Romieu2008-07-11
* via-velocity: use memmoveStephen Hemminger2008-05-22
* via-velocity: use netdev_alloc_skbStephen Hemminger2008-05-22
* via-velocity: fix vlan receiptFrancois Romieu2008-04-25
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev2008-02-28
* [IPV4]: Remove ifa != NULL check.Denis V. Lunev2008-02-28
* via-velocity: section fixAndrew Morton2008-02-10