Age | Commit message (Expand) | Author |
2011-08-12 | skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers | Jeff Kirsher |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-06-21 | mv643xx_eth: enable transmit time stamping. | Richard Cochran |
2011-06-21 | mv643xx_eth: fix race in trasmit path. | Richard Cochran |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches |
2011-04-29 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny |
2011-04-21 | mv643xx_eth: Fix build regression. | David S. Miller |
2011-04-17 | net: mv643xx: convert to hw_features | Michał Mirosław |
2011-03-03 | mv643xx_eth: Use netdev_<level> and pr_<level> | Joe Perches |
2010-12-12 | drivers/net: don't use flush_scheduled_work() | Tejun Heo |
2010-12-10 | netdev: Use default implementation of ethtool_ops::get_link where possible | Ben Hutchings |
2010-09-27 | mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues() | Ben Hutchings |
2010-07-23 | mv643xx_eth: potential null dereference | Dan Carpenter |
2010-07-18 | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran |
2010-07-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-06-30 | ethtool: Change ethtool_op_set_flags to validate flags | Ben Hutchings |
2010-06-30 | mv643xx_eth: use sw csum for big packets | Saeed Bishara |
2010-05-17 | drivers/net: Use kzalloc | Julia Lawall |
2010-05-10 | net: trans_start cleanups | Eric Dumazet |
2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-04-03 | net: convert multicast list to list_head | Jiri Pirko |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-02-26 | net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 | Jiri Pirko |
2010-02-17 | mv643xx_eth: fix missing validate_addr hook | kirjanov@gmail.com |
2010-01-25 | net: use helpers to access uc list V2 | Jiri Pirko |
2010-01-07 | mv643xx_eth: don't include cache padding in rx desc buffer size | Saeed Bishara |
2009-12-08 | mv643xx_eth: check for valid hw address (resubmit) | Denis Kirjanov |
2009-11-29 | mv643xx: convert to netdev_tx_t | Denis Kirjanov |
2009-09-11 | mv643xx_eth.c: remove unused txq_set_wrr() | Mikael Pettersson |
2009-06-19 | mv643xx_eth: fix unicast filter programming in promiscuous mode | Prabhanjan Sarnaik |
2009-06-18 | net: group address list and its count | Jiri Pirko |
2009-05-29 | net: convert unicast addr list | Jiri Pirko |
2009-05-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-05-17 | mv643xx_eth: fix PPC DMA breakage | Gabriel Paubert |
2009-05-06 | mv643xx_eth: only unmask RX and TX_END interrupts for available queues | Saeed Bishara |
2009-05-06 | mv643xx_eth: rework receive skb cache alignment | Lennert Buytenhek |
2009-05-06 | mv643xx_eth: minor register definition cleanup | Lennert Buytenhek |
2009-05-06 | mv643xx_eth: count handling a link event as one unit of napi work | Lennert Buytenhek |
2009-05-06 | mv643xx_eth: fix variable shadowing sparse warning | Lennert Buytenhek |
2009-04-29 | mv643xx_eth: 64bit mib counter read fix | Lennert Buytenhek |
2009-04-29 | mv643xx_eth: OOM handling fixes | Lennert Buytenhek |
2009-04-08 | mv643xx_eth: don't reset the rx coal timer on interface up | Lennert Buytenhek |
2009-03-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-03-13 | mv643xx_eth: fix unicast address filter corruption on mtu change | Lennert Buytenhek |
2009-02-24 | mv643xx_eth: set sane default receive coalescing timeout | Lennert Buytenhek |
2009-02-24 | mv643xx_eth: move a couple of init actions from ->open() to port probe | Lennert Buytenhek |
2009-02-24 | mv643xx_eth: convert to net_device_ops | Lennert Buytenhek |
2009-02-24 | mv643xx_eth: make LRO unconditional | Lennert Buytenhek |
2009-02-24 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller |
2009-02-18 | net/mv643xx: don't disable the mib timer too early and lock properly | Sebastian Siewior |