Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [SCSI] mpt fusion: Update MPI Headers to version 01.05.19 | Kashyap, Desai | 2009-01-13 | 14 | -53/+191 | |
| * | | | | | [SCSI] qla2xxx: Fix ISP restart bug in multiq code | Anirban Chakraborty | 2009-01-13 | 3 | -26/+40 | |
* | | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-01-16 | 8 | -67/+404 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | drm/i915: lock correct mutex around object unreference. | Dave Airlie | 2009-01-16 | 1 | -6/+11 | |
| * | | | | | | drm/i915: add support for physical memory objects | Dave Airlie | 2009-01-16 | 4 | -13/+233 | |
| * | | | | | | drm/i915: make LVDS fixed mode a preferred mode | Jesse Barnes | 2009-01-16 | 1 | -0/+7 | |
| * | | | | | | drm: handle depth & bpp changes correctly | Jesse Barnes | 2009-01-16 | 2 | -15/+35 | |
| * | | | | | | drm: initial KMS config fixes | Jesse Barnes | 2009-01-16 | 1 | -34/+93 | |
| * | | | | | | drm/i915: setup sarea properly in master_priv | Dave Airlie | 2009-01-12 | 1 | -0/+8 | |
| * | | | | | | drm/i915: set vblank enabled flag correctly across IRQ install/uninstall | Jesse Barnes | 2009-01-11 | 1 | -3/+15 | |
| * | | | | | | drm/i915: don't enable vblanks on disabled pipes | Jesse Barnes | 2009-01-11 | 1 | -0/+6 | |
* | | | | | | | Revert "PCI PM: Register power state of devices during initialization" | Linus Torvalds | 2009-01-16 | 1 | -6/+2 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-15 | 50 | -557/+765 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | b44: GFP_DMA skb should not escape from driver | Eric Dumazet | 2009-01-15 | 2 | -2/+4 | |
| * | | | | | korina: do not use IRQF_SHARED with IRQF_DISABLED | Phil Sutter | 2009-01-15 | 1 | -4/+4 | |
| * | | | | | korina: do not stop queue here | Phil Sutter | 2009-01-15 | 1 | -1/+0 | |
| * | | | | | korina: fix handling tx_chain_tail | Phil Sutter | 2009-01-15 | 1 | -11/+11 | |
| * | | | | | korina: do tx at the right position | Phil Sutter | 2009-01-15 | 1 | -4/+4 | |
| * | | | | | korina: do schedule napi after testing for it | Phil Sutter | 2009-01-15 | 1 | -1/+1 | |
| * | | | | | korina: rework korina_rx() for use with napi | Phil Sutter | 2009-01-15 | 1 | -56/+53 | |
| * | | | | | korina: disable napi on close and restart | Phil Sutter | 2009-01-15 | 1 | -0/+4 | |
| * | | | | | korina: reset resource buffer size to 1536 | Phil Sutter | 2009-01-15 | 1 | -1/+4 | |
| * | | | | | korina: fix usage of driver_data | Phil Sutter | 2009-01-15 | 1 | -1/+0 | |
| * | | | | | bnx2x: First slow path interrupt race | Eilon Greenstein | 2009-01-15 | 1 | -9/+9 | |
| * | | | | | bnx2x: MTU Filter | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 | |
| * | | | | | bnx2x: Indirection table initialization index | Eilon Greenstein | 2009-01-15 | 1 | -5/+4 | |
| * | | | | | bnx2x: Missing brackets | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 | |
| * | | | | | bnx2x: Fixing the doorbell size | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 | |
| * | | | | | bnx2x: Endianness issues | Eilon Greenstein | 2009-01-15 | 1 | -5/+6 | |
| * | | | | | bnx2x: VLAN tagged packets without VLAN offload | Eilon Greenstein | 2009-01-15 | 2 | -14/+40 | |
| * | | | | | bnx2x: Protecting the link change indication | Eilon Greenstein | 2009-01-15 | 1 | -3/+5 | |
| * | | | | | bnx2x: Flow control updated before reporting the link | Eilon Greenstein | 2009-01-15 | 1 | -1/+2 | |
| * | | | | | bnx2x: Missing mask when calculating flow control | Eilon Greenstein | 2009-01-15 | 1 | -1/+2 | |
| * | | | | | bnx2x: Using system page size for SGE | Eilon Greenstein | 2009-01-15 | 2 | -16/+19 | |
| * | | | | | bnx2x: Missing memory barriers | Eilon Greenstein | 2009-01-15 | 1 | -2/+26 | |
| * | | | | | bnx2x: Using singlethread work queue | Eilon Greenstein | 2009-01-15 | 2 | -6/+16 | |
| * | | | | | ax88796: start_xmit fix using net_device_ops | Magnus Damm | 2009-01-14 | 1 | -6/+21 | |
| * | | | | | net: Add init_dummy_netdev() and fix EMAC driver using it | Benjamin Herrenschmidt | 2009-01-14 | 2 | -1/+5 | |
| * | | | | | drivers/net/irda/irda-usb.c: fix buffer overflow | Jos-Vicente Gilabert | 2009-01-14 | 1 | -1/+1 | |
| * | | | | | netxen: handle dma mapping failures | Dhananjay Phadke | 2009-01-14 | 3 | -40/+67 | |
| * | | | | | netxen: hold tx lock while sending firmware commands | Dhananjay Phadke | 2009-01-14 | 1 | -0/+4 | |
| * | | | | | netxen: cleanup mac list on driver unload | Dhananjay Phadke | 2009-01-14 | 3 | -0/+17 | |
| * | | | | | netxen: firmware init fix | Dhananjay Phadke | 2009-01-14 | 3 | -37/+51 | |
| * | | | | | netxen: fix link speed reporting for some boards | Dhananjay Phadke | 2009-01-14 | 4 | -18/+58 | |
| * | | | | | netxen: fix ipv6 offload and tx cleanup | Dhananjay Phadke | 2009-01-14 | 3 | -91/+57 | |
| * | | | | | netxen: fix endianness in firmware commands | Dhananjay Phadke | 2009-01-14 | 4 | -97/+95 | |
| * | | | | | sis900: generate fake MAC address if the hardware doesn't have one | Daniele Venzano | 2009-01-14 | 1 | -4/+4 | |
| * | | | | | powerpc/fs_enet: Add missing irq free in error path. | Mike Ditto | 2009-01-14 | 1 | -0/+1 | |
| * | | | | | i4l: minor cleanups | Paul Bolle | 2009-01-14 | 1 | -5/+0 | |
| * | | | | | i4l: do not print a warning when shutting down an i4l ppp interface | Paul Bolle | 2009-01-14 | 1 | -1/+3 |