summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-2/+1
* c2port: fix device_create() return value checkJani Nikula2010-03-241-2/+2
* drivers/gpio/max730x.c: add license macroRichard Röjfors2010-03-241-0/+4
* rtc/mc13783: fix use after free bugUwe Kleine-König2010-03-241-10/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Linus Torvalds2010-03-221-2/+13
|\
| * virtio: console: Check if port is valid in resize_consoleAmit Shah2010-03-221-0/+4
| * virtio: console: Generate a kobject CHANGE event on adding 'name' attributeAmit Shah2010-03-221-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-2220-137/+229
|\ \
| * \ Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2010-03-202-10/+18
| |\ \
| | * | vhost: fix error handling in vring ioctlsMichael S. Tsirkin2010-03-171-6/+12
| | * | vhost: fix interrupt mitigation with raw socketsMichael S. Tsirkin2010-03-171-1/+1
| | * | vhost: fix error path in vhost_net_set_backendJeff Dike2010-03-071-3/+5
| * | | KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov2010-03-191-15/+9
| * | | igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny2010-03-193-0/+3
| * | | ixgbevf: Message formatting cleanupsGreg Rose2010-03-191-2/+2
| * | | ixgbevf: Shorten up delay timer for watchdog taskGreg Rose2010-03-191-1/+1
| * | | ixgbevf: Fix VF Stats accounting after resetGreg Rose2010-03-193-38/+78
| * | | ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala2010-03-191-2/+6
| * | | ixgbe: fix for real_num_tx_queues update issueVasu Dev2010-03-191-3/+3
| * | | smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning2010-03-181-3/+15
| * | | ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala2010-03-181-3/+0
| * | | ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala2010-03-183-36/+54
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-183-22/+4
| |\ \ \
| | * | | iwlwifi: Silence tfds_in_queue messageAdel Gadllah2010-03-161-1/+1
| | * | | ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau2010-03-161-20/+1
| | * | | wl1251: fix potential crashGrazvydas Ignotas2010-03-161-1/+2
| * | | | jme: Advance driver version numberGuo-Fu Tseng2010-03-181-1/+1
| * | | | jme: Protect vlgrp structure by pause RX actions.Guo-Fu Tseng2010-03-181-0/+33
| * | | | jme: Fix VLAN memory leakGuo-Fu Tseng2010-03-181-0/+2
| * | | | KS8851: Avoid NULL pointer in set rx modeAbraham Arce2010-03-181-1/+0
* | | | | edac, mce: Filter out invalid valuesBorislav Petkov2010-03-221-1/+6
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-03-192-2/+30
|\ \ \ \
| * | | | serial: sh-sci: remove duplicated #includeHuang Weiyi2010-03-151-1/+0
| * | | | sh: Support CPU affinity masks for INTC controllers.Paul Mundt2010-03-081-1/+30
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-193-51/+69
|\ \ \ \ \
| * | | | | uwb: remove duplicate cpu_to_le16()Dan Carpenter2010-02-251-4/+2
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2010-02-25663-5268/+19612
| |\ \ \ \ \
| * | | | | | uwb: declare MODULE_FIRMWARE() in i1480 DFU driverBen Hutchings2010-01-141-0/+4
| * | | | | | uwb: make USB device id table constantMárton Németh2010-01-142-2/+2
| * | | | | | uwb: wlp: refactor wlp_get_<attribute>() macrosDavid Vrabel2010-01-111-45/+61
* | | | | | | Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarz...Linus Torvalds2010-03-191-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Delete zero-length file drivers/mtd/maps/omap_nor.cJeff Garzik2010-03-191-0/+0
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-03-196-35/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel2010-03-192-1/+2
| * | | | | | | | tty: cpm_uart: use resource_size()Tobias Klauser2010-03-191-2/+2
| * | | | | | | | tty_buffer: Fix distinct type warningFang Wenqi2010-03-191-2/+2
| * | | | | | | | hvc_console: Fix race between hvc_close and hvc_removeAmit Shah2010-03-191-10/+21
| * | | | | | | | uartlite: Fix build on sparc.David Miller2010-03-191-5/+5
| * | | | | | | | Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...Greg Kroah-Hartman2010-03-191-20/+19
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-1910-18/+62
|\ \ \ \ \ \ \ \ \