mwifiex: HT capability information handling
[deliverable/linux.git] / net / bluetooth /
2011-04-26  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-25  John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-04-20  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-19  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-18  Ruiyi ZhangBluetooth: Only keeping SAR bits when retransmitting...
2011-04-18  Luiz Augusto von... Bluetooth: fix shutdown on SCO sockets
2011-04-18  Vinicius Costa GomesBluetooth: Fix keeping the command timer running
2011-04-18  Ville TervoBluetooth: Fix refcount balance for hci connection
2011-04-14  Gustavo F. PadovanBluetooth: Fix lockdep warning in L2CAP
2011-04-14  Gustavo F. PadovanBluetooth: Fix another locking unbalance
2011-04-13  Gustavo F. PadovanBluetooth: Don't lock sock inside l2cap_get_sock_by_scid()
2011-04-13  Szymon JancBluetooth: Fix Out Of Band pairing when mgmt interface...
2011-04-13  Gustavo F. PadovanBluetooth: Add proper handling of received LE data
2011-04-13  Gustavo F. PadovanBluetooth: Fix wrong comparison in listen()
2011-04-13  Gustavo F. PadovanBluetooth: Move tx queue to struct l2cap_chan
2011-04-13  Gustavo F. PadovanBluetooth: Remove unneeded uninitialized_vars()
2011-04-13  Gustavo F. PadovanBluetooth: Remove some sk references from l2cap_core.c
2011-04-13  Gustavo F. PadovanBluetooth: Move SREJ list to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Fix lockdep warning with skb list lock
2011-04-07  Gustavo F. PadovanBluetooth: Move busy workqueue to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move srej and busy queues to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move ERTM timers to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move remote info to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move SDU related vars to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move more ERTM stuff to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move of ERTM *_seq vars to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move conn_state to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: clean up l2cap_sock_recvmsg()
2011-04-07  Gustavo F. PadovanBluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Move ident to struct l2cap_chan
2011-04-07  Gustavo F. PadovanBluetooth: Remove struct del_list
2011-04-07  Gustavo F. PadovanBluetooth: Use struct list_head for L2CAP channels...
2011-04-07  Gustavo F. PadovanBluetooth: Create struct l2cap_chan
2011-04-07  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-07  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-05  Alexey DobriyanBluetooth: convert net/bluetooth/ to kstrtox
2011-04-05  Gustavo F. PadovanBluetooth: Use GFP_KERNEL in user context
2011-04-05  Gustavo F. PadovanBluetooth: Don't use spin_lock_bh in user context
2011-04-05  Szymon JancBluetooth: Use kthread API in cmtp
2011-04-05  Szymon JancBluetooth: Use kthread API in bnep
2011-04-05  Szymon JancBluetooth: Use kthread API in hidp
2011-04-04  Johan HedbergBluetooth: Add mgmt_remote_name event
2011-04-04  Johan HedbergBluetooth: Add mgmt_device_found event
2011-04-04  Gustavo F. PadovanBluetooth: Remove gfp_mask param from hci_reassembly()
2011-04-04  John W. LinvilleMerge branch 'wireless-next-2.6' of git://git./linux...
2011-04-02  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-03-31  Gustavo F. PadovanMerge branch 'master' of git://git./linux/kernel/git...
2011-03-31  Thomas GleixnerBluetooth: Fix warning with hci_cmd_timer
2011-03-31  Andrei EmeltchenkoBluetooth: delete hanging L2CAP channel
2011-03-31  Johan HedbergBluetooth: Fix missing hci_dev_lock_bh in user_confirm_...
2011-03-31  Gustavo F. PadovanBluetooth: Fix HCI_RESET command synchronization
2011-03-31  Suraj SumangalaBluetooth: Increment unacked_frames count only the...
2011-03-31  Johan HedbergBluetooth: Add local Extended Inquiry Response (EIR...
2011-03-31  Andrei EmeltchenkoBluetooth: check L2CAP info_rsp ident and state
2011-03-31  Gustavo F. PadovanBluetooth: Move bt_accept_enqueue() to outside __l2cap_...
2011-03-31  Szymon JancBluetooth: Enable support for out of band association...
2011-03-31  Szymon JancBluetooth: Add add/remove_remote_oob_data management...
2011-03-31  Szymon JancBluetooth: Add read_local_oob_data management command
2011-03-31  Szymon JancBluetooth: Allow for NULL data in mgmt_pending_add
2011-03-31  Szymon JancBluetooth: Rename cmd to param in pending_cmd
2011-03-31  Szymon JancBluetooth: Fix checkpatch error in cmtp.h
2011-03-31  Szymon JancBluetooth: Use #include <linux/uaccess.h> instead of...
2011-03-31  Szymon JancBluetooth: Do not use assignments in IF conditions
2011-03-31  Szymon JancBluetooth: Fix checkpatch errors, code style issues...
2011-03-31  Szymon JancBluetooth: Use #include <linux/uaccess.h> instead of...
2011-03-31  Szymon JancBluetooth: Fix checkpatch errors and some code style...
2011-03-31  Szymon JancBluetooth: Opencode macros in bnep/core.c
2011-03-31  Gustavo F. PadovanBluetooth: Improve error message on wrong link type
2011-03-31  Johan HedbergBluetooth: mgmt: Add support for setting the local...
2011-03-31  Johan HedbergBluetooth: mgmt: Add local name information to read_inf...
2011-03-31  Johan HedbergBluetooth: Add define for the maximum name length on...
2011-03-31  Gustavo F. PadovanBluetooth: remove unnecessary function declaration
2011-03-29  Linus TorvaldsMerge branch 'stable/bug-fixes-rc1' of git://git./linux...
2011-03-28  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-03-28  Linus TorvaldsMerge branch 'for-linus' of git://www.jni.nu/cris
2011-03-28  Linus TorvaldsMerge branch 'for-linus-unmerged' of git://git./linux...
2011-03-28  Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2011-03-28  Joel BeckerMerge branch 'mlog_replace_for_39' of git://repo.or...
2011-03-28  Matthew GarrettMerge branch 'x86-platform-next' into x86-platform
2011-03-28  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-28  Linus TorvaldsMerge branch 'omap-fixes-for-linus' of git://git./linux...
2011-03-28  Linus TorvaldsMerge branch 'for-2.6.39/drivers' of git://git.kernel...
2011-03-28  Linus TorvaldsMerge branch 'docs-next' of git://git.lwn.net/linux-2.6
2011-03-26  Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-26  Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2011-03-26  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-26  Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2011-03-26  Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2011-03-26  Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2011-03-25  Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-25  Artem BityutskiyMerge branch 'master' of git://git./linux/kernel/git...
2011-03-25  Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2011-03-24  Trond MyklebustMerge branch 'nfs-for-2.6.39' into nfs-for-next
2011-03-24  Thomas GleixnerBluetooth: Fix warning with hci_cmd_timer
2011-03-24  Andrei EmeltchenkoBluetooth: delete hanging L2CAP channel
2011-03-24  Johan HedbergBluetooth: Fix missing hci_dev_lock_bh in user_confirm_...
2011-03-24  Gustavo F. PadovanBluetooth: Fix HCI_RESET command synchronization
2011-03-24  Suraj SumangalaBluetooth: Increment unacked_frames count only the...
2011-03-24  Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-24  Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
next
This page took 0.071765 seconds and 8 git commands to generate.