| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-final-for-linus-v2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-29 | 4 | -8/+7 |
|\ |
|
| * | drivers: Final irq namespace conversion | Thomas Gleixner | 2011-03-29 | 4 | -8/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-03-29 | 15 | -61/+85 |
|\ \
| |/
|/| |
|
| * | netdev: bfin_mac: document TE setting in RMII modes | Mike Frysinger | 2011-03-28 | 1 | -2/+11 |
| * | drivers net: Fix declaration ordering in inline functions. | Balaji G | 2011-03-28 | 1 | -1/+1 |
| * | cxgb3: Apply interrupt coalescing settings to all queues | Anton Blanchard | 2011-03-28 | 1 | -4/+10 |
| * | net: fix ethtool->set_flags not intended -EINVAL return value | Stanislaw Gruszka | 2011-03-27 | 5 | -7/+7 |
| * | mlx4_en: Fix loss of promiscuity | Herbert Xu | 2011-03-27 | 1 | -0/+3 |
| * | tg3: Fix inline keyword usage | Javier Martinez Canillas | 2011-03-27 | 1 | -1/+1 |
| * | tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uacce... | Javier Martinez Canillas | 2011-03-27 | 1 | -2/+2 |
| * | net: use CHECKSUM_NONE instead of magic number | Cesar Eduardo Barros | 2011-03-27 | 1 | -1/+1 |
| * | Net / jme: Do not use legacy PCI power management | Rafael J. Wysocki | 2011-03-27 | 1 | -14/+16 |
| * | myri10ge: small rx_done refactoring | Stanislaw Gruszka | 2011-03-27 | 1 | -14/+23 |
| * | can: c_can: Fix tx_bytes accounting | Jan Altenberg | 2011-03-27 | 1 | -1/+1 |
| * | can: c_can_platform: fix irq check in probe | Marc Kleine-Budde | 2011-03-27 | 1 | -4/+5 |
| * | can: c_can: disable one shot mode until driver is fixed | Marc Kleine-Budde | 2011-03-27 | 1 | -10/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-03-25 | 42 | -258/+1644 |
|\| |
|
| * | net: fix pch_gbe section mismatch warning | Randy Dunlap | 2011-03-24 | 1 | -3/+3 |
| * | mlx4_en: Removing HW info from ethtool -i report. | Yevgeny Petrilin | 2011-03-24 | 1 | -14/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2011-03-24 | 4 | -2/+7 |
| |\ |
|
| | * | ath9k: Fix TX queue stuck issue. | Senthil Balasubramanian | 2011-03-23 | 1 | -0/+2 |
| | * | ath9k: Fix kernel panic caused by invalid rate index access. | Senthil Balasubramanian | 2011-03-23 | 1 | -1/+1 |
| | * | orinoco: Clear dangling pointer on hardware busy | armadefuego@gmail.com | 2011-03-23 | 1 | -0/+3 |
| | * | iwlagn: fix error in command waiting | Johannes Berg | 2011-03-23 | 1 | -1/+1 |
| * | | Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bw... | David S. Miller | 2011-03-23 | 2 | -2/+18 |
| |\ \ |
|
| | * | | sfc: Siena: Disable write-combining when SR-IOV is enabled | Steve Hodgson | 2011-03-23 | 2 | -2/+18 |
| * | | | drivers/net/a2065.c: Convert release_resource to release_region/release_mem_r... | Julia Lawall | 2011-03-23 | 1 | -5/+5 |
| * | | | drivers/net/ariadne.c: Convert release_resource to release_region/release_mem... | Julia Lawall | 2011-03-23 | 1 | -5/+5 |
| * | | | bonding: fix rx_handler locking | Jiri Pirko | 2011-03-23 | 2 | -25/+32 |
| * | | | myri10ge: fix rmmod crash | Stanislaw Gruszka | 2011-03-23 | 1 | -0/+1 |
| * | | | mlx4_en: updated driver version to 1.5.4.1 | Yevgeny Petrilin | 2011-03-23 | 1 | -2/+2 |
| * | | | mlx4_en: Using blue flame support | Yevgeny Petrilin | 2011-03-23 | 3 | -22/+64 |
| * | | | mlx4_core: reserve UARs for userspace consumers | Eli Cohen | 2011-03-23 | 1 | -0/+8 |
| * | | | mlx4_core: maintain available field in bitmap allocator | Eli Cohen | 2011-03-23 | 2 | -0/+15 |
| * | | | mlx4: Add blue flame support for kernel consumers | Eli Cohen | 2011-03-23 | 3 | -0/+128 |
| * | | | mlx4_en: Enabling new steering | Yevgeny Petrilin | 2011-03-23 | 8 | -58/+291 |
| * | | | mlx4: Add support for promiscuous mode in the new steering model. | Yevgeny Petrilin | 2011-03-23 | 3 | -11/+620 |
| * | | | mlx4: generalization of multicast steering. | Yevgeny Petrilin | 2011-03-23 | 5 | -36/+85 |
| * | | | mlx4_en: Reporting HW revision in ethtool -i | Yevgeny Petrilin | 2011-03-23 | 3 | -1/+19 |
| * | | | mlx4: Wake on LAN support | Yevgeny Petrilin | 2011-03-23 | 5 | -2/+89 |
| * | | | mlx4_en: using new mlx4 interrupt scheme | Yevgeny Petrilin | 2011-03-23 | 5 | -23/+62 |
| * | | | mlx4: Changing interrupt scheme | Yevgeny Petrilin | 2011-03-23 | 5 | -13/+126 |
| * | | | mlx4_en: bringing link up when registering netdevice | Yevgeny Petrilin | 2011-03-23 | 1 | -0/+17 |
| * | | | mlx4_en: optimize adaptive moderation algorithm for better latency | Yevgeny Petrilin | 2011-03-23 | 2 | -13/+6 |
| * | | | mlx4_en: moderation parameters are not reseted. | Yevgeny Petrilin | 2011-03-23 | 1 | -2/+1 |
| * | | | mlx4_en: going out of range of TX rings when reporting stats | Yevgeny Petrilin | 2011-03-23 | 1 | -1/+1 |
| * | | | net: davinci_emac:Fix translation logic for buffer descriptor | Sriram | 2011-03-22 | 3 | -4/+13 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2011-03-22 | 6 | -22/+30 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | ath9k: Fix kernel panic in AR2427 | Mohammed Shafi Shajakhan | 2011-03-21 | 1 | -2/+2 |
| | * | | rtlwifi: Fix memset argument order | Ilia Mirkin | 2011-03-21 | 1 | -16/+15 |