summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Add mute LED support for HP laptop with ALC269Takashi Iwai2010-03-301-0/+38
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-03-301-15/+81
|\
| * ALSA: hda - Add missing printk argument in previous patchTakashi Iwai2010-03-301-1/+2
| * ALSA: hda - Fix ADC/MUX assignment of ALC269 codecTakashi Iwai2010-03-291-15/+80
* | ALSA: hda - Report errors when invalid values are passed to snd_hda_amp_*()Takashi Iwai2010-03-291-0/+5
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-03-292-26/+27
|\|
| * ALSA: hda - Fix invalid bit values passed to snd_hda_codec_amp_stereo()Takashi Iwai2010-03-291-26/+26
| * ALSA: hda: Use LPIB for ga-ma770-ud3 boardDaniel T Chen2010-03-291-0/+1
* | Merge remote branch 'alsa/devel' into topic/hdaTakashi Iwai2010-03-2656-262/+533
|\ \
| * | ALSA: hda-intel - probe_only module option is int type nowJaroslav Kysela2010-03-261-1/+1
| * | ALSA: hda-intel - remove model=hwio from documentationJaroslav Kysela2010-03-261-6/+0
| * | ALSA: hda-intel - remove model=hwio , use probe_only=3 insteadJaroslav Kysela2010-03-263-10/+7
| * | ALSA: hda-intel - AD1984 thinkpad - add analog beep input controlJaroslav Kysela2010-03-261-4/+17
| * | ALSA: hda-intel - add special 'hwio' model to bypass initializationJaroslav Kysela2010-03-263-10/+25
| * | ALSA: ua101: remove experimental statusClemens Ladisch2010-03-231-2/+1
| * | Fix up prototype for sys_ipc breakageLinus Torvalds2010-03-221-1/+1
| * | 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-2245-235/+463
| |\ \ \
| | * | | ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-03-221-1/+3
| | * | | if_tunnel.h: add missing ams/byteorder.h includePaulius Zaleckas2010-03-221-0/+1
| | * | | ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-03-221-1/+2
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-03-226-51/+119
| | |\ \ \
| | | * | | Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko2010-03-211-0/+5
| | | * | | Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-216-88/+114
| | | * | | Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann2010-03-214-4/+41
| | * | | | net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney2010-03-221-1/+3
| | |/ / /
| | * | | 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
| | * | | | netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2010-03-203-4/+6
| | * | | | netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso2010-03-202-4/+15
| | * | | | NET_DMA: free skbs periodicallySteven J. Magnani2010-03-201-20/+43
| | * | | | netlink: fix unaligned access in nla_get_be64()Pablo Neira Ayuso2010-03-201-1/+5
| | * | | | tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte2010-03-201-0/+3
| | * | | | net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-202-0/+6
| | * | | | KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov2010-03-201-15/+9
| | * | | | igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny2010-03-203-0/+3
| | * | | | ixgbevf: Message formatting cleanupsGreg Rose2010-03-201-2/+2
| | * | | | ixgbevf: Shorten up delay timer for watchdog taskGreg Rose2010-03-201-1/+1
| | * | | | ixgbevf: Fix VF Stats accounting after resetGreg Rose2010-03-203-38/+78
| | * | | | ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala2010-03-201-2/+6
| | * | | | ixgbe: fix for real_num_tx_queues update issueVasu Dev2010-03-201-3/+3
| | * | | | TCP: check min TTL on received ICMP packetsstephen hemminger2010-03-201-0/+5
| | * | | | ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu2010-03-201-1/+1
| | * | | | ipv4: check rt_genid in dst_checkTimo Teräs2010-03-201-4/+10
| | * | | | smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning2010-03-191-3/+15
| | * | | | ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala2010-03-191-3/+0