aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds44-375/+577
2009-01-26gianfar: Revive VLAN supportAnton Vorontsov1-5/+1
2009-01-26bnx2x: tx_has_work should not wait for FWVladislav Zolotarov1-5/+12
2009-01-26netxen: reduce memory footprintDhananjay Phadke2-7/+10
2009-01-26netxen: fix vlan tso/checksum offloadDhananjay Phadke1-11/+20
2009-01-26isdn: Fix missing ifdef in isdn_pppDaniele Venzano1-0/+2
2009-01-26e1000e: workaround hw errataJesse Brandeburg2-1/+6
2009-01-26Merge git://git.infradead.org/battery-2.6Linus Torvalds1-1/+1
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+6
2009-01-26Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds8-11/+42
2009-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-80/+100
2009-01-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds12-13/+3956
2009-01-26Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+4
2009-01-26Fix annoying DRM_ERROR() string warningLinus Torvalds1-1/+1
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+12
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-6/+13
2009-01-26xen: unitialised return value in xenbus_write_transactionIan Campbell1-6/+5
2009-01-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-7/+29
2009-01-25virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson1-1/+2
2009-01-25lcs: fix compilation for !CONFIG_IP_MULTICASTHeiko Carstens1-2/+6
2009-01-26power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLEDPhilipp Zabel1-1/+1
2009-01-23rtl8187: Add termination packet to prevent stallLarry Finger1-0/+1
2009-01-23iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed2-5/+23
2009-01-23p54usb: fix packet loss with first generation devicesChristian Lamparter1-2/+5
2009-01-23xen: handle highmem pages correctly when shrinking a domainIan Campbell1-4/+7
2009-01-22xen: actually release memory when shrinking domainDan Magenheimer1-0/+5
2009-01-22phy: Add suspend/resume support to SMSC PHYsSteve Glendinning1-0/+12
2009-01-22phylib: Fix oops in suspend/resume pathsAnton Vorontsov1-5/+3
2009-01-22bnx2x: VersionEilon Greenstein1-2/+2
2009-01-22bnx2x: loopback test failureEilon Greenstein1-6/+7
2009-01-22bnx2x: Missing rmb when waiting for FW responseEilon Greenstein1-0/+1
2009-01-22bnx2x: Calling napi_delEilon Greenstein1-0/+6
2009-01-22bnx2x: Carrier off first callEilon Greenstein1-2/+2
2009-01-22bnx2x: Handling load failuresEilon Greenstein1-66/+88
2009-01-22bnx2x: Disable napiEilon Greenstein1-3/+2
2009-01-22bnx2x: Reset HW before useEilon Greenstein1-8/+9
2009-01-22iwlwifi: return NETDEV_TX_OK from _tx opsReinette Chatre2-2/+2
2009-01-22zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id listHin-Tak Leung1-0/+1
2009-01-22p54usb: fix nasty use after freeChristian Lamparter1-21/+13
2009-01-22p54: more cryptographic accelerator fixesChristian Lamparter1-3/+17
2009-01-22p54: add missing break in eeprom parserChr1-2/+2
2009-01-22orinoco: use KERN_DEBUG for link status messagesPavel Roskin1-1/+1
2009-01-22rt2x00: Fix TX rate short preamble detectionIvo van Doorn1-1/+2
2009-01-22orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_genieAndrey Borzenkov1-17/+13
2009-01-22drm/i915: Fix cursor physical address choice to match the 2D driver.Jesse Barnes1-1/+4
2009-01-22drm: stash AGP include under the do-we-have-AGP ifdefEric Anholt1-1/+2
2009-01-22drm: don't whine about not reading EDID dataJesse Barnes1-1/+1
2009-01-22drm/i915: hook up LVDS DPMS propertyJesse Barnes1-0/+13
2009-01-22drm/i915: remove unnecessary debug output in KMS initJesse Barnes1-2/+0
2009-01-22Merge branch 'core/debugobjects' into core/urgentThomas Gleixner190-1837/+5308