| Commit message (Expand) | Author | Age |
* | drivers/net: Use kzalloc | Julia Lawall | 2010-05-18 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 |
|/ |
|
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 | Jiri Pirko | 2010-02-26 |
* | mv643xx_eth: fix missing validate_addr hook | kirjanov@gmail.com | 2010-02-17 |
* | net: use helpers to access uc list V2 | Jiri Pirko | 2010-01-25 |
* | mv643xx_eth: don't include cache padding in rx desc buffer size | Saeed Bishara | 2010-01-07 |
* | mv643xx_eth: check for valid hw address (resubmit) | Denis Kirjanov | 2009-12-08 |
* | mv643xx: convert to netdev_tx_t | Denis Kirjanov | 2009-11-29 |
* | mv643xx_eth.c: remove unused txq_set_wrr() | Mikael Pettersson | 2009-09-11 |
* | mv643xx_eth: fix unicast filter programming in promiscuous mode | Prabhanjan Sarnaik | 2009-06-19 |
* | net: group address list and its count | Jiri Pirko | 2009-06-18 |
* | net: convert unicast addr list | Jiri Pirko | 2009-05-30 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-19 |
|\ |
|
| * | mv643xx_eth: fix PPC DMA breakage | Gabriel Paubert | 2009-05-18 |
* | | 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-05-06 |
|/ |
|
* | mv643xx_eth: 64bit mib counter read fix | Lennert Buytenhek | 2009-04-29 |
* | mv643xx_eth: OOM handling fixes | Lennert Buytenhek | 2009-04-29 |
* | mv643xx_eth: don't reset the rx coal timer on interface up | Lennert Buytenhek | 2009-04-08 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-17 |
|\ |
|
| * | mv643xx_eth: fix unicast address filter corruption on mtu change | Lennert Buytenhek | 2009-03-13 |
* | | mv643xx_eth: set sane default receive coalescing timeout | Lennert Buytenhek | 2009-02-25 |
* | | mv643xx_eth: move a couple of init actions from ->open() to port probe | Lennert Buytenhek | 2009-02-25 |
* | | mv643xx_eth: convert to net_device_ops | Lennert Buytenhek | 2009-02-25 |
* | | mv643xx_eth: make LRO unconditional | Lennert Buytenhek | 2009-02-25 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 |
|\| |
|
| * | net/mv643xx: don't disable the mib timer too early and lock properly | Sebastian Siewior | 2009-02-18 |
| * | net/mv643xx: use GFP_ATOMIC while atomic | Sebastian Siewior | 2009-02-18 |
* | | mv643xx_eth: implement Large Receive Offload | Lennert Buytenhek | 2009-02-16 |
* | | mv643xx_eth: allow enabling/disabling tx checksumming via ethtool | Lennert Buytenhek | 2009-02-16 |
* | | mv643xx_eth: export rx csum get/set methods via ethtool | Lennert Buytenhek | 2009-02-16 |
* | | mv643xx_eth: implement ethtool rx/tx ring size query and resizing | Lennert Buytenhek | 2009-02-16 |
* | | mv643xx_eth: rework interrupt coalescing, and export via ethtool | Lennert Buytenhek | 2009-02-16 |
* | | mv643xx_eth: unify ethtool ops for phy'd and phy-less interfaces | Lennert Buytenhek | 2009-02-16 |
* | | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-27 |
|/ |
|
* | mv643xx_eth: prevent interrupt storm on ifconfig down | Gabriel Paubert | 2009-01-19 |
* | mv643xx_eth: fix multicast filter programming | Lennert Buytenhek | 2009-01-19 |
* | Revert "mv643xx_eth: use longer DMA bursts". | Lennert Buytenhek | 2009-01-19 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-20 |
|\ |
|
| * | mv643xx_eth: fix recycle check bound | Lennert Buytenhek | 2008-11-20 |
| * | mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls | Lennert Buytenhek | 2008-11-20 |
* | | mv643xx_eth: calculate descriptor pointer only once in rxq_refill() | Lennert Buytenhek | 2008-11-20 |
* | | mv643xx_eth: move receive error handling out of line | Lennert Buytenhek | 2008-11-20 |
* | | mv643xx_eth: implement ->set_rx_mode() | Lennert Buytenhek | 2008-11-20 |