summaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-1/+1
* netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings2010-12-101-6/+1
* mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings2010-09-271-1/+2
* mv643xx_eth: potential null dereferenceDan Carpenter2010-07-231-1/+2
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-2/+7
|\
| * mv643xx_eth: use sw csum for big packetsSaeed Bishara2010-06-301-2/+7
* | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-1/+6
|/
* drivers/net: Use kzallocJulia Lawall2010-05-171-2/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-261-1/+1
* mv643xx_eth: fix missing validate_addr hookkirjanov@gmail.com2010-02-171-0/+1
* net: use helpers to access uc list V2Jiri Pirko2010-01-251-2/+1
* mv643xx_eth: don't include cache padding in rx desc buffer sizeSaeed Bishara2010-01-071-2/+4
* mv643xx_eth: check for valid hw address (resubmit)Denis Kirjanov2009-12-081-0/+3
* mv643xx: convert to netdev_tx_tDenis Kirjanov2009-11-291-1/+1
* mv643xx_eth.c: remove unused txq_set_wrr()Mikael Pettersson2009-09-111-34/+0
* mv643xx_eth: fix unicast filter programming in promiscuous modePrabhanjan Sarnaik2009-06-191-4/+3
* net: group address list and its countJiri Pirko2009-06-181-1/+1
* net: convert unicast addr listJiri Pirko2009-05-291-5/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-19/+22
|\
| * mv643xx_eth: fix PPC DMA breakageGabriel Paubert2009-05-171-19/+22
* | mv643xx_eth: only unmask RX and TX_END interrupts for available queuesSaeed Bishara2009-05-061-6/+14
* | mv643xx_eth: rework receive skb cache alignmentLennert Buytenhek2009-05-061-8/+13
* | mv643xx_eth: minor register definition cleanupLennert Buytenhek2009-05-061-23/+21
* | mv643xx_eth: count handling a link event as one unit of napi workLennert Buytenhek2009-05-061-0/+1
* | mv643xx_eth: fix variable shadowing sparse warningLennert Buytenhek2009-05-061-1/+0
|/
* mv643xx_eth: 64bit mib counter read fixLennert Buytenhek2009-04-291-2/+0
* mv643xx_eth: OOM handling fixesLennert Buytenhek2009-04-291-9/+13
* mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek2009-04-081-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-5/+5
|\
| * mv643xx_eth: fix unicast address filter corruption on mtu changeLennert Buytenhek2009-03-131-5/+5
* | mv643xx_eth: set sane default receive coalescing timeoutLennert Buytenhek2009-02-241-1/+1
* | mv643xx_eth: move a couple of init actions from ->open() to port probeLennert Buytenhek2009-02-241-5/+5
* | mv643xx_eth: convert to net_device_opsLennert Buytenhek2009-02-241-12/+17
* | mv643xx_eth: make LRO unconditionalLennert Buytenhek2009-02-241-12/+0
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-5/+4
|\ \ | |/
| * net/mv643xx: don't disable the mib timer too early and lock properlySebastian Siewior2009-02-181-4/+3
| * net/mv643xx: use GFP_ATOMIC while atomicSebastian Siewior2009-02-181-1/+1
* | mv643xx_eth: implement Large Receive OffloadLennert Buytenhek2009-02-151-1/+111
* | mv643xx_eth: allow enabling/disabling tx checksumming via ethtoolLennert Buytenhek2009-02-151-0/+1
* | mv643xx_eth: export rx csum get/set methods via ethtoolLennert Buytenhek2009-02-151-0/+20
* | mv643xx_eth: implement ethtool rx/tx ring size query and resizingLennert Buytenhek2009-02-151-9/+54
* | mv643xx_eth: rework interrupt coalescing, and export via ethtoolLennert Buytenhek2009-02-151-30/+103
* | mv643xx_eth: unify ethtool ops for phy'd and phy-less interfacesLennert Buytenhek2009-02-151-33/+23
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-261-1/+1
|/
* mv643xx_eth: prevent interrupt storm on ifconfig downGabriel Paubert2009-01-191-0/+1
OpenPOWER on IntegriCloud