| Commit message (Expand) | Author | Age | Files | Lines |
* | e1000: remove unused Kconfig option for disabling packet split | Brandeburg, Jesse | 2008-09-24 | 3 | -433/+9 |
* | drivers/net/bonding: sparse fixes for exported tables | Ben Dooks | 2008-09-24 | 1 | -0/+8 |
* | [netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable | Weiwei Wang | 2008-09-24 | 1 | -5/+7 |
* | fs-enet: remove code associated with !CONFIG_PPC_MERGE | Kumar Gala | 2008-09-24 | 5 | -89/+3 |
* | netdev: drop CONFIG_PPC_MERGE from Kconfig | Kumar Gala | 2008-09-24 | 2 | -2/+2 |
* | atl2: add tx bytes statistic | Jay Cliburn | 2008-09-24 | 1 | -1/+3 |
* | forcedeth fix: take phy out of reset during power up | Ayaz Abdulla | 2008-09-24 | 1 | -1/+1 |
* | e1000e: avoid duplicated output of device name in kernel warning | Frans Pop | 2008-09-24 | 1 | -2/+4 |
* | atl1e: remove the unneeded (struct atl1e_adapter *) | Jie Yang | 2008-09-24 | 1 | -3/+3 |
* | gianfar: free/iounmap memory after an error in mii bus initialization | Andy Fleming | 2008-09-24 | 1 | -6/+8 |
* | ne.c: fix rmmod, platform driver improvements | David Fries | 2008-09-24 | 1 | -108/+164 |
* | gianfar: Fix error in mdio reset timeout | Trent Piepho | 2008-09-24 | 1 | -2/+2 |
* | e1000e: remove failed request for sw/fw/hw flag | Bruce Allan | 2008-09-24 | 1 | -0/+2 |
* | enic: bug fix: don't set netdev->name too early | Scott Feldman | 2008-09-24 | 2 | -76/+47 |
* | enic: Bug fix: Free MSI intr with correct data handle | Scott Feldman | 2008-09-24 | 1 | -3/+5 |
* | enic: fixes for review items from Ben Hutchings | Scott Feldman | 2008-09-24 | 2 | -26/+37 |
* | enic: Don't indicate IPv6 pkts using soft-LRO | Scott Feldman | 2008-09-24 | 1 | -2/+2 |
* | r6040: fix wrong assignment in r6040_free_txbufs | Florian Fainelli | 2008-09-24 | 1 | -1/+1 |
* | qeth: avoid qeth recovery problems | Ursula Braun | 2008-09-24 | 3 | -8/+15 |
* | qeth: use firmware MAC-address for layer2 hsi-devices | Ursula Braun | 2008-09-24 | 1 | -1/+2 |
* | Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-... | Jeff Garzik | 2008-09-24 | 24 | -777/+820 |
|\ |
|
| * | mv643xx_eth: bump version to 1.4 | Lennert Buytenhek | 2008-09-19 | 1 | -1/+1 |
| * | mv643xx_eth: convert to phylib | Lennert Buytenhek | 2008-09-19 | 2 | -145/+105 |
| * | phylib: allow incremental scanning of an mii bus | Lennert Buytenhek | 2008-09-19 | 2 | -41/+50 |
| * | mv643xx_eth: enforce frequent hardware statistics polling | Lennert Buytenhek | 2008-09-19 | 1 | -0/+29 |
| * | mv643xx_eth: deal with unexpected ethernet header sizes | Lennert Buytenhek | 2008-09-19 | 1 | -48/+47 |
| * | mv643xx_eth: fix receive checksumming | Lennert Buytenhek | 2008-09-19 | 1 | -6/+4 |
| * | mv643xx_eth: add support for chips without transmit bandwidth control | Lennert Buytenhek | 2008-09-14 | 1 | -31/+58 |
| * | mv643xx_eth: avoid reading ->byte_cnt twice during receive processing | Lennert Buytenhek | 2008-09-14 | 1 | -2/+5 |
| * | mv643xx_eth: shrink default receive and transmit queue sizes | Lennert Buytenhek | 2008-09-14 | 1 | -2/+2 |
| * | mv643xx_eth: replace array of skbs awaiting transmit completion with a queue | Lennert Buytenhek | 2008-09-14 | 1 | -29/+10 |
| * | mv643xx_eth: avoid dropping tx lock during transmit reclaim | Lennert Buytenhek | 2008-09-14 | 1 | -15/+7 |
| * | mv643xx_eth: switch to netif tx queue lock, get rid of private spinlock | Lennert Buytenhek | 2008-09-14 | 1 | -30/+55 |
| * | mv643xx_eth: move all work to the napi poll handler | Lennert Buytenhek | 2008-09-14 | 1 | -246/+275 |
| * | mv643xx_eth: transmit multiqueue support | Lennert Buytenhek | 2008-09-05 | 1 | -22/+18 |
| * | mv643xx_eth: delete unused and uninteresting interrupt source mask bits | Lennert Buytenhek | 2008-09-05 | 1 | -11/+6 |
| * | mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up | Lennert Buytenhek | 2008-09-05 | 1 | -19/+8 |
| * | mv643xx_eth: remove force_phy_addr field | Lennert Buytenhek | 2008-09-05 | 20 | -28/+28 |
| * | mv643xx_eth: smi sharing is a per-unit property, not a per-port one | Lennert Buytenhek | 2008-09-05 | 3 | -12/+15 |
| * | mv643xx_eth: require contiguous receive and transmit queue numbering | Lennert Buytenhek | 2008-09-05 | 2 | -82/+47 |
| * | mv643xx_eth: get rid of compile-time configurable transmit checksumming | Lennert Buytenhek | 2008-09-05 | 1 | -22/+3 |
| * | mv643xx_eth: get rid of receive-side locking | Lennert Buytenhek | 2008-09-05 | 1 | -64/+68 |
| * | mv643xx_eth: make napi unconditional | Lennert Buytenhek | 2008-09-05 | 1 | -28/+3 |
| * | mv643xx_eth: use the SMI done interrupt to wait for SMI access completion | Lennert Buytenhek | 2008-09-05 | 1 | -57/+134 |
| * | mv643xx_eth: switch ->phy_lock from a spinlock to a mutex | Lennert Buytenhek | 2008-09-05 | 1 | -16/+7 |
| * | mv643xx_eth: get rid of modulo operations | Lennert Buytenhek | 2008-09-05 | 1 | -8/+24 |
| * | mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM | Lennert Buytenhek | 2008-09-05 | 1 | -2/+1 |
| * | mv643xx_eth: fix receive buffer DMA unmapping | Lennert Buytenhek | 2008-09-05 | 1 | -1/+1 |
| * | mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumption | Lennert Buytenhek | 2008-09-05 | 1 | -1/+1 |
* | | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar... | David S. Miller | 2008-09-24 | 77 | -2376/+3422 |
|\ \ |
|