aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-21mv643xx_eth: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-21mv643xx_eth: fix race in trasmit path.Richard Cochran1-2/+4
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-3/+3
2011-04-21mv643xx_eth: Fix build regression.David S. Miller1-1/+1
2011-04-17net: mv643xx: convert to hw_featuresMichał Mirosław1-21/+7
2011-03-03mv643xx_eth: Use netdev_<level> and pr_<level>Joe Perches1-41/+33
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings1-6/+1
2010-09-27mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings1-1/+2
2010-07-23mv643xx_eth: potential null dereferenceDan Carpenter1-1/+2
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+6
2010-06-30mv643xx_eth: use sw csum for big packetsSaeed Bishara1-2/+7
2010-05-17drivers/net: Use kzallocJulia Lawall1-2/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-1/+1
2010-02-17mv643xx_eth: fix missing validate_addr hookkirjanov@gmail.com1-0/+1
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-2/+1
2010-01-07mv643xx_eth: don't include cache padding in rx desc buffer sizeSaeed Bishara1-2/+4
2009-12-08mv643xx_eth: check for valid hw address (resubmit)Denis Kirjanov1-0/+3
2009-11-29mv643xx: convert to netdev_tx_tDenis Kirjanov1-1/+1
2009-09-11mv643xx_eth.c: remove unused txq_set_wrr()Mikael Pettersson1-34/+0
2009-06-19mv643xx_eth: fix unicast filter programming in promiscuous modePrabhanjan Sarnaik1-4/+3
2009-06-18net: group address list and its countJiri Pirko1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko1-5/+6
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-19/+22
2009-05-17mv643xx_eth: fix PPC DMA breakageGabriel Paubert1-19/+22
2009-05-06mv643xx_eth: only unmask RX and TX_END interrupts for available queuesSaeed Bishara1-6/+14
2009-05-06mv643xx_eth: rework receive skb cache alignmentLennert Buytenhek1-8/+13
2009-05-06mv643xx_eth: minor register definition cleanupLennert Buytenhek1-23/+21
2009-05-06mv643xx_eth: count handling a link event as one unit of napi workLennert Buytenhek1-0/+1
2009-05-06mv643xx_eth: fix variable shadowing sparse warningLennert Buytenhek1-1/+0
2009-04-29mv643xx_eth: 64bit mib counter read fixLennert Buytenhek1-2/+0
2009-04-29mv643xx_eth: OOM handling fixesLennert Buytenhek1-9/+13
2009-04-08mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek1-2/+2
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2009-03-13mv643xx_eth: fix unicast address filter corruption on mtu changeLennert Buytenhek1-5/+5
2009-02-24mv643xx_eth: set sane default receive coalescing timeoutLennert Buytenhek1-1/+1
2009-02-24mv643xx_eth: move a couple of init actions from ->open() to port probeLennert Buytenhek1-5/+5
2009-02-24mv643xx_eth: convert to net_device_opsLennert Buytenhek1-12/+17
2009-02-24mv643xx_eth: make LRO unconditionalLennert Buytenhek1-12/+0
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-5/+4
2009-02-18net/mv643xx: don't disable the mib timer too early and lock properlySebastian Siewior1-4/+3
2009-02-18net/mv643xx: use GFP_ATOMIC while atomicSebastian Siewior1-1/+1