aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda1-0/+1
2011-11-08cfg80211: fix missing kernel-docJohannes Berg1-0/+4
2011-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothJohn W. Linville1-2/+5
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2-15/+18
2011-11-08Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2-10/+10
2011-11-08Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg1-2/+1
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg1-0/+1
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2-0/+7
2011-11-08Bluetooth: Create hci_cancel_inquiry()Andre Guedes1-0/+1
2011-11-08Bluetooth: Create hci_do_inquiry()Andre Guedes1-0/+2
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2-1/+8
2011-11-07Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau1-0/+4
2011-11-07Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau1-2/+52
2011-11-07Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau1-0/+1
2011-11-07Bluetooth: Change scope of the enable_hs module parameterMat Martineau1-0/+1
2011-11-07Bluetooth: Add BT_CHANNEL_POLICY socket optionMat Martineau1-0/+27
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2-1/+43
2011-11-07Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc1-0/+1
2011-11-07Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg1-0/+1
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2-1/+5
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko1-0/+3
2011-11-07Bluetooth: Make hci_unregister_dev return voidDavid Herrmann1-1/+1
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek1-2/+5
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-3/+14
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds4-24/+32
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-31/+35
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds7-173/+229
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-9/+14
2011-11-06Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds2-0/+321
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds55-215/+231
2011-11-06Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2-22/+31
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds4-37/+178
2011-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-8/+25
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+0
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar2-6/+14
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-10/+15
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar1-3/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-4/+3
2011-11-06ACPI: Fix CONFIG_ACPI_DOCK=n compiler warningBart Van Assche1-1/+1
2011-11-06ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki1-1/+0
2011-11-06Merge git://github.com/rustyrussell/linuxLinus Torvalds1-0/+1
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-0/+7
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+1
2011-11-05Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-14/+5
2011-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+2
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-14/+37
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+41
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-39/+27
2011-11-04bonding: comparing a u8 with -1 is always falseDan Carpenter1-0/+2
2011-11-04netlink: clarify attribute length check documentationJohannes Berg1-2/+9