| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-05-05 | 19 | -82/+504 |
|\ |
|
| * | e1000: fix virtualization bug | Jesse Brandeburg | 2009-05-04 | 1 | -1/+1 |
| * | bonding: fix alb mode locking regression | Jay Vosburgh | 2009-05-04 | 1 | -9/+3 |
| * | usbnet: CDC EEM support (v5) | Omar Laazimani | 2009-05-04 | 3 | -0/+396 |
| * | ehea: fix invalid pointer access | Hannes Hering | 2009-05-04 | 2 | -14/+19 |
| * | ne2k-pci: Do not register device until initialized. | Lubomir Rintel | 2009-05-02 | 1 | -4/+3 |
| * | virtio_net: Fix function name typo | Alex Williamson | 2009-05-01 | 1 | -4/+4 |
| * | virtio_net: Cleanup command queue scatterlist usage | Alex Williamson | 2009-05-01 | 1 | -6/+10 |
| * | bonding: correct the cleanup in bond_create() | Jiri Pirko | 2009-05-01 | 1 | -7/+6 |
| * | smsc95xx: add support for LAN9512 and LAN9514 | Steve Glendinning | 2009-05-01 | 1 | -0/+5 |
| * | smsc95xx: configure LED outputs | Steve Glendinning | 2009-05-01 | 2 | -0/+13 |
| * | netconsole: take care of NETDEV_UNREGISTER event | Bruno Prémont | 2009-05-01 | 1 | -1/+10 |
| * | bonding: bond_slave_info_query() fix | Eric Dumazet | 2009-05-01 | 1 | -16/+7 |
| * | cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of... | Sergey Senozhatsky | 2009-05-01 | 1 | -1/+1 |
| * | mv643xx_eth: 64bit mib counter read fix | Lennert Buytenhek | 2009-04-29 | 1 | -2/+0 |
| * | mv643xx_eth: OOM handling fixes | Lennert Buytenhek | 2009-04-29 | 1 | -9/+13 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-04-29 | 4 | -8/+13 |
| |\ |
|
| | * | ath5k: fix buffer overrun in rate debug code | Bob Copeland | 2009-04-28 | 1 | -1/+1 |
| | * | iwlwifi: notify on scan completion even when shutting down | Johannes Berg | 2009-04-28 | 1 | -2/+2 |
| | * | rndis_wlan: fix initialization order for workqueue&workers | Jussi Kivilinna | 2009-04-28 | 1 | -4/+10 |
| | * | wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug | Stephen Rothwell | 2009-04-28 | 1 | -1/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-04-29 | 7 | -98/+71 |
|\ \ \
| |/ / |
|
| * | | e100: do not go D3 in shutdown unless system is powering off | Thadeu Lima de Souza Cascardo | 2009-04-28 | 1 | -7/+23 |
| |/ |
|
| * | ixgbe: Fix WoL functionality for 82599 KX4 devices | Waskiewicz Jr, Peter P | 2009-04-27 | 2 | -55/+6 |
| * | veth: prevent oops caused by netdev destructor | Stephen Hemminger | 2009-04-27 | 1 | -25/+16 |
| * | forcedeth: tx timeout fix | Ayaz Abdulla | 2009-04-27 | 1 | -10/+21 |
| * | mlx4_en: Handle page allocation failure during receive | Yevgeny Petrilin | 2009-04-27 | 1 | -0/+4 |
| * | mlx4_en: Fix cleanup flow on cq activation | Yevgeny Petrilin | 2009-04-27 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-04-28 | 1 | -1/+1 |
|\ \ |
|
| * | | mlx4_core: Fix memory leak in mlx4_enable_msi_x() | Nicolas Morey-Chaisemartin | 2009-04-21 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-04-24 | 51 | -380/+571 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ucc_geth.c: Fix upsmr setting in RMII mode | Heiko Schocher | 2009-04-22 | 1 | -1/+2 |
| * | 8139too: fix HW initial flow | Jianjun kong | 2009-04-22 | 1 | -5/+5 |
| * | iwlwifi: DMA fixes | Reinette Chatre | 2009-04-21 | 6 | -96/+165 |
| * | iwlwifi: add debugging for TX path | Reinette Chatre | 2009-04-21 | 2 | -2/+6 |
| * | mwl8: fix build warning. | Rami Rosen | 2009-04-21 | 1 | -2/+1 |
| * | iwl3945: use cancel_delayed_work_sync to cancel rfkill_poll | Reinette Chatre | 2009-04-21 | 1 | -1/+1 |
| * | iwlwifi: fix EEPROM validation mask to include OTP only devices | Jay Sternberg | 2009-04-21 | 1 | -1/+1 |
| * | atmel: fix netdev ops conversion | Johannes Berg | 2009-04-21 | 1 | -1/+0 |
| * | pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCM | Ken Kawasaki | 2009-04-21 | 1 | -1/+1 |
| * | mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() fails | Roland Dreier | 2009-04-21 | 1 | -3/+2 |
| * | mlx4_en: Move to SW counters for total bytes and packets | Yevgeny Petrilin | 2009-04-21 | 1 | -32/+13 |
| * | mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initialization | Yevgeny Petrilin | 2009-04-21 | 1 | -1/+1 |
| * | mlx4_en: Assign dummy event handler for TX queue | Yevgeny Petrilin | 2009-04-21 | 4 | -6/+8 |
| * | mlx4_en: Fix a race at restart task | Yevgeny Petrilin | 2009-04-21 | 1 | -8/+11 |
| * | mlx4_en: Fix error handling while activating RX rings | Yevgeny Petrilin | 2009-04-21 | 1 | -2/+4 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-04-20 | 6 | -59/+95 |
| |\ |
|
| | * | ar9170usb: fix hang on resume | Christian Lamparter | 2009-04-20 | 1 | -20/+90 |
| | * | mwl8k: fix module re-insertion bug | Joerg Albert | 2009-04-20 | 1 | -2/+2 |
| | * | p54: deactivate broken powersave function | Christian Lamparter | 2009-04-20 | 1 | -2/+0 |