| Commit message (Expand) | Author | Age |
* | AR7 ethernet: small post-merge cleanups and fixes | Matteo Croce | 2007-10-23 |
* | Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth in... | Jeff Garzik | 2007-10-23 |
|\ |
|
| * | mv643xx_eth: Remove obsolete checksum offload comment | Dale Farnsworth | 2007-10-23 |
| * | mv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643xx_eth.c | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Remove unused register defines | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Clean up mv643xx_eth.h | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Remove MV643XX_ETH_ register prefix | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Remove SHARED_REGS register address bias | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Enable use on Orion platforms | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Disable RX/TX byte swapping on little-endian systems | Lennert Buytenhek | 2007-10-23 |
| * | mv643xx_eth: Move ethernet register definitions into private header | Lennert Buytenhek | 2007-10-23 |
* | | Merge branch 'bug-fixes' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth i... | Jeff Garzik | 2007-10-23 |
|\ \ |
|
| * | | mv643xx_eth: Hook up mv643xx_get_sset_count | Dale Farnsworth | 2007-10-23 |
| |/ |
|
* | | Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jeff Garzik | 2007-10-23 |
|\ \ |
|
| * | | r8169: more phy init for the 8168 | Francois Romieu | 2007-10-18 |
| * | | r8169: update the phy init for the 8168C | Francois Romieu | 2007-10-18 |
| * | | r8169: phy init cleanup | Francois Romieu | 2007-10-18 |
| * | | r8169: phy init for the 8168 | Francois Romieu | 2007-10-18 |
| * | | r8169: make room for more phy init changes | Francois Romieu | 2007-10-18 |
| * | | r8169: remove dead wood | Francois Romieu | 2007-10-18 |
| * | | r8169: add MAC identifiers | Francois Romieu | 2007-10-18 |
| * | | r8169: use the existing symbolic name of vendor PCI ID 0x1259 | Francois Romieu | 2007-10-18 |
| * | | r8169: remove private net_device_stats structure | Francois Romieu | 2007-10-18 |
| * | | r8169: MSI support | Francois Romieu | 2007-10-18 |
| * | | r8169: convert bitfield to plain enum mask | Francois Romieu | 2007-10-18 |
| * | | r8169: KERN_XXX vs PFX (trivial) | Joe Perches | 2007-10-18 |
| * | | r8169: add KERN_DEBUG to dprintk (trivial) | Joe Perches | 2007-10-18 |
* | | | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 |
* | | | mmc: fix sg->page fallout | Emil Medve | 2007-10-23 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 |
|\ \ \ |
|
| * | | | mlx4_core: Increase command timeout for INIT_HCA to 10 seconds | Jack Morgenstein | 2007-10-21 |
| * | | | IPoIB/cm: Use common CQ for CM send completions | Michael S. Tsirkin | 2007-10-20 |
| * | | | IB/uverbs: Fix checking of userspace object ownership | Roland Dreier | 2007-10-19 |
| * | | | IB/mlx4: Sanity check userspace send queue sizes | Jack Morgenstein | 2007-10-18 |
| * | | | IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" | Roland Dreier | 2007-10-18 |
| * | | | IB/ehca: Enable large page MRs by default | Joachim Fenkes | 2007-10-18 |
| * | | | IB/ehca: Change meaning of hca_cap_mr_pgsize | Joachim Fenkes | 2007-10-18 |
| * | | | IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr() | Joachim Fenkes | 2007-10-18 |
| * | | | IB/ehca: Fix masking error in {,re}reg_phys_mr() | Joachim Fenkes | 2007-10-18 |
| * | | | IB/ehca: Supply QP token for SRQ base QPs | Joachim Fenkes | 2007-10-18 |
| * | | | IPoIB: Use round_jiffies() for ah_reap_task | Anton Blanchard | 2007-10-16 |
| * | | | RDMA/cma: Fix deadlock destroying listen requests | Sean Hefty | 2007-10-16 |
| * | | | RDMA/cma: Add locking around QP accesses | Sean Hefty | 2007-10-16 |
| * | | | IB/mthca: Avoid alignment traps when writing doorbells | Roland Dreier | 2007-10-15 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2007-10-23 |
|\ \ \ \ |
|
| * | | | | generalize lgread_u32/lgwrite_u32. | Rusty Russell | 2007-10-23 |
| * | | | | Lguest support for Virtio | Rusty Russell | 2007-10-23 |
| * | | | | Remove old lguest I/O infrrasructure. | Rusty Russell | 2007-10-23 |
| * | | | | Remove old lguest bus and drivers. | Rusty Russell | 2007-10-23 |
| * | | | | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 2007-10-23 |