summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg1-2/+1
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg5-32/+28
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg5-46/+55
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2-38/+16
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2-14/+14
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg1-1/+1
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg1-10/+20
2015-02-16Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg1-0/+14
2015-02-15Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann3-1/+32
2015-02-15Bluetooth: btusb: Use matching names for Broadcom firmware filesMarcel Holtmann1-22/+53
2015-02-15Bluetooth: Make __next_ident function static.Marcel Holtmann2-2/+1
2015-02-15Bluetooth: Make a2mp_send function staticMarcel Holtmann2-2/+1
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2-18/+17
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2-5/+2
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2-2/+2
2015-02-15Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe cardAlexander Ploumistos2-0/+2
2015-02-15Bluetooth: Add device shutdown routine for Intel Bluetooth deviceTedd Ho-Jeong An1-0/+22
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2-0/+7
2015-02-15at86rf230: assign wait_for_completion_timeout to appropriately typed varNicholas Mc Guire1-1/+1
2015-02-156lowpan: nhc: add other known rfc6282 compressionsAlexander Aring9-0/+213
2015-02-156lowpan: add udp compression via nhc layerAlexander Aring4-170/+205
2015-02-156lowpan: add generic nhc layer interfaceAlexander Aring3-1/+388
2015-02-15Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout()Johan Hedberg1-16/+6
2015-02-14Bluetooth: Enhance error codes pair device commandLukasz Rymanowski1-0/+4
2015-02-14Bluetooth: Improve error handling in connect aclLukasz Rymanowski1-1/+5
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski1-0/+8
2015-02-14ieee802154: cleanup ieee802154_le64_to_be64Alexander Aring1-3/+1
2015-02-14ieee802154: cleanup ieee802154_be64_to_le64Alexander Aring1-3/+2
2015-02-14ieee802154: correct ieee802154_is_valid_psdu_lenAlexander Aring1-2/+10
2015-02-14ieee802154: fix netns settingsNicolas Dichtel2-2/+5
2015-02-14Bluetooth: btmrvl: support SCO routing to host interfaceAmitkumar Karwar2-0/+15
2015-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2874-61529/+91018
2015-02-12Revert "crypto: Fix regressions caused by iov_iter changes."David S. Miller2-4/+5
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds116-1717/+2491
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds237-3143/+5084
2015-02-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds73-919/+1533
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds82-1030/+1640
2015-02-12Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-25/+193
2015-02-12Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds60-1729/+5236
2015-02-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter1-2/+2
2015-02-12mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev2-13/+15
2015-02-12Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesCyrill Gorcunov1-0/+23
2015-02-12mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz1-13/+42
2015-02-12vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-02-12mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka1-4/+14
2015-02-12mm: always steal split buddies in fallback allocationsVlastimil Babka1-33/+29
2015-02-12mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2-10/+9
2015-02-12mincore: apply page table walker on do_mincore()Naoya Horiguchi2-126/+60