aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/via-velocity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-06via-velocity: remove private #defineFrancois Romieu1-57/+57
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-25via-velocity: Fix FLOW_CNTL_TX_RX handling in set_mii_flow_control()David S. Miller1-1/+1
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-3/+3
2010-02-17via-velocity: Enable scatter/gather IO by defaultSimon Kagstrom1-1/+1
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-21/+20
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+4
2010-02-10via-velocity: Fix races on shared interruptsSimon Kagstrom1-11/+10
2010-02-10via-velocity: Take spinlock on set coalesceSimon Kagstrom1-0/+3
2010-02-10via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srvSimon Kagstrom1-10/+7
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-03via-velocity: Give RX descriptors to the NIC later on open or MTU changeBen Hutchings1-4/+4
2009-12-29drivers/net/via-velocity.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-8/+8
2009-11-26via-velocity: Set tx checksum from ethtool instead of module parameterSimon Kagstrom1-14/+4
2009-11-26via-velocity: Re-enable transmit scatter-gather supportSimon Kagstrom1-30/+53
2009-11-26via-velocity: Change DMA_LENGTH_DEF (from the VIA driver)Simon Kagstrom1-1/+1
2009-11-26via-velocity: Implement NAPI supportSimon Kagstrom1-35/+46
2009-11-26via-velocity: Add ethtool interrupt coalescing supportSimon Kagstrom1-1/+159
2009-11-26via-velocity: Correct 64-byte alignment for rx buffersSimon Kagstrom1-1/+2
2009-11-18drivers/net/via-velocity.c: remove exceptional & on function nameJulia Lawall1-1/+1
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