summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds9-51/+106
2008-07-23UML - Fix boot crashJeff Dike1-0/+8
2008-07-23drivers/char/nvram.c: Removed duplicated includeHuang Weiyi1-1/+0
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König1-12/+27
2008-07-23Merge branches 'upstream' and 'upstream-fixes' into for-linusJiri Kosina7-19/+66
2008-07-23HID: apple_fn_keys F5 and F6Henrik Rydberg1-0/+2
2008-07-23HID: remove quirk lookup from usbkbd/usbmouseJiri Kosina2-16/+0
2008-07-23HID: Add mapping of new KEY_MEDIA_REPEAT keycodeDmitry Torokhov1-0/+1
2008-07-23HID: gyration remote supportDaniel Walker1-0/+28
2008-07-23HID: gyration sleep button quirkJiri Kosina1-0/+12
2008-07-23HID: add quirk for Logitech DiNovo desktopJiri Kosina1-1/+3
2008-07-23HID: fix quirk handling in usbmouse/kbdJiri Slaby2-2/+2
2008-07-23HID: fix memory leak in hidraw_releaseJiri Kosina1-0/+2
2008-07-23HID: add n-trig digitizer usageRafi Rubin1-1/+1
2008-07-23HID: Invert HWHEEL mappings for some Logitech miceDan Nicholson1-0/+4
2008-07-23HID:usbkbd:mark usb_kbd_keycode array as constMing Lei1-1/+1
2008-07-23HID: add fn key support on Macbook Pro 4,1 and Macbook AirAlexandre Karpenko1-0/+12
2008-07-23HID: remove unused variable from hiddev compat ioctlJiri Kosina1-1/+0
2008-07-23HID: fix compile issue in hiddev ioctlJiri Kosina1-1/+1
2008-07-23HID: Push down BKL into ioctl handler in hidrawAlan Cox1-22/+24
2008-07-23HID: Switch hiddev to unlocked_ioctlAlan Cox1-2/+9
2008-07-23HID: use get/put_unaligned_* helpersHarvey Harrison1-5/+5
2008-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Jiri Kosina6530-426274/+495989
2008-07-23tty: Fix up escaped characterAlan Cox1-1/+1
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds99-7133/+13448
2008-07-23Re-delete zombie 'drivers/usb/serial/airprime.c' fileLinus Torvalds1-355/+0
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-219/+100
2008-07-23ipw2200: Call netif_*_queue() interfaces properly.David S. Miller1-31/+2
2008-07-23netxen: Needs to include linux/vmalloc.hDavid S. Miller1-0/+1
2008-07-23Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller1-1/+1
2008-07-23[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik1-1/+1
2008-07-23Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller63-6938/+13261
2008-07-23r6040: rework init_one error handlingFlorian Fainelli1-19/+25
2008-07-23r6040: bump release number to 0.18Florian Fainelli1-2/+2
2008-07-23r6040: handle RX fifo full and no descriptor interruptsFlorian Fainelli1-7/+15
2008-07-23r6040: change the default waiting timeFlorian Fainelli1-2/+2
2008-07-23r6040: use definitions for magic values in descriptor statusFlorian Fainelli1-11/+26
2008-07-23r6040: completely rework the RX pathFlorian Fainelli1-82/+62
2008-07-23r6040: call napi_disable when puting down the interface and set lp->dev accor...Florian Fainelli1-2/+2
2008-07-23mv643xx_eth: fix NETPOLL buildLennert Buytenhek1-1/+1
2008-07-23r6040: rework the RX buffers allocation routineFlorian Fainelli1-9/+44
2008-07-23r6040: fix scheduling while atomic in r6040_tx_timeoutFlorian Fainelli1-41/+58
2008-07-23r6040: fix null pointer access and tx timeoutsFlorian Fainelli1-8/+20
2008-07-23r6040: prefix all functions with r6040Florian Fainelli1-30/+30
2008-07-23rndis_host: support WM6 devices as modemsThomas Backlund2-1/+14
2008-07-23at91_ether: use netstats in net_device structurePaulius Zaleckas2-21/+19
2008-07-23sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings1-1/+18
2008-07-23sfc: Use a separate workqueue for resetsBen Hutchings2-4/+21
2008-07-23sfc: I2C adapter initialisation fixesBen Hutchings1-9/+3
2008-07-23e1000: make ioport freeTaku Izumi2-13/+74