Bluetooth: Fix a compile warning in RFCOMM
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net /
2011-12-27 Gustavo F. PadovanBluetooth: Fix a compile warning in RFCOMM
2011-12-23 Hemant GuptaBluetooth: Incorrect address while storing LTK.
2011-12-22 Gustavo F. PadovanBluetooth: Don't disable interrupt when locking the...
2011-12-22 Gustavo F. PadovanBluetooth: remove *_bh usage from hci_dev_list and...
2011-12-22 Gustavo F. PadovanBluetooth: add debug output to l2cap_ack_timeout()
2011-12-22 Gustavo F. PadovanBluetooth: Remove l2cap priority from inside RFCOMM.
2011-12-22 Brian GixBluetooth: Add SMP to User Passkey and Confirm
2011-12-22 Brian GixBluetooth: Add MITM mechanism to LE-SMP
2011-12-22 Ulisses FurquimBluetooth: Fix deadlocks with sock lock and L2CAP timer...
2011-12-22 Ulisses FurquimBluetooth: Make HCI call directly into SCO and L2CAP...
2011-12-22 Andrei EmeltchenkoBluetooth: Remove magic numbers from le scan cmd
2011-12-22 Gustavo F. PadovanBluetooth: fix bt_accept_dequeue() to work in process...
2011-12-21 Ulisses FurquimBluetooth: Always compile SCO and L2CAP in Bluetooth...
2011-12-21 Ulisses FurquimBluetooth: Remove global mutex hci_task_lock
2011-12-20 Gustavo F. PadovanBluetooth: Rename info_work to info_timer
2011-12-20 Gustavo F. PadovanBluetooth: convert security timer to delayed_work
2011-12-20 Gustavo F. PadovanBluetooth: Move l2cap_{set,clear}_timer to l2cap.h
2011-12-20 Andrei EmeltchenkoBluetooth: Clean up magic pointers
2011-12-20 Andrei EmeltchenkoBluetooth: Check for flow control mode
2011-12-20 Andrei EmeltchenkoBluetooth: Initialize default flow control mode
2011-12-20 Andrei EmeltchenkoBluetooth: Split ctrl init to BREDR and AMP parts
2011-12-19 Yogesh Ashok Powarmac80211: Fixing sparse warning at sta_info.c
2011-12-19 Dan CarpenterNFC: use kfree_skb() for sk_buffs
2011-12-19 Dan CarpenterNFC: double unlock in nfc_llcp_recv_connect()
2011-12-19 Johannes Bergmac80211: handle SMPS action frames
2011-12-19 Samuel OrtizNFC: Fix LLCP related build failure
2011-12-19 Paul Stewartcfg80211: Return beacon loss count in station
2011-12-19 Nikolay Martynovmac80211: split addba retries in time
2011-12-19 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-19 Gustavo F. PadovanMerge git://git./linux/kernel/git/padovan/bluetooth
2011-12-19 Gustavo F. PadovanRevert "Bluetooth: Revert: Fix L2CAP connection establi...
2011-12-19 Mat MartineauBluetooth: Clear RFCOMM session timer when disconnectin...
2011-12-19 Mat MartineauBluetooth: Prevent uninitialized data access in L2CAP...
2011-12-18 Mat MartineauBluetooth: Incoming ACL packets do not force active...
2011-12-18 Andrei EmeltchenkoBluetooth: Simplify num_comp_pkts_evt function
2011-12-18 Andrei EmeltchenkoBluetooth: Add HCI Read Data Block Size function
2011-12-18 Johan HedbergBluetooth: Use correct struct for user_confirm_neg_reply
2011-12-18 Johan HedbergBluetooth: Add timer for automatically disabling the...
2011-12-18 Johan HedbergBluetooth: Move EIR and CoD update functions to a bette...
2011-12-18 Johan HedbergBluetooth: Remove mgmt_set_service_cache
2011-12-18 Johan HedbergBluetooth: Move mgmt_set_fast_connectable to the right...
2011-12-18 Johan HedbergBluetooth: Update mgmt_read_info and related mgmt messages
2011-12-18 Gustavo F. PadovanBluetooth: Add ProFUSION's copyright
2011-12-18 Gustavo F. PadovanBluetooth: Use system workqueue to schedule power_on
2011-12-18 Gustavo F. PadovanBluetooth: Remove work_add and work_del from hci_sysfs
2011-12-18 Gustavo F. PadovanBluetooth: Use new alloc_workqueue()
2011-12-18 Gustavo F. PadovanBluetooth: move power_off to system workqueue
2011-12-18 Gustavo F. PadovanBluetooth: Change l2cap chan_list to use RCU
2011-12-18 Gustavo F. PadovanBluetooth: invert locking order in connect path
2011-12-18 Gustavo F. PadovanBluetooth: convert info timer to delayed_work
2011-12-18 Gustavo F. PadovanBluetooth: convert tx_task to workqueue
2011-12-18 Gustavo F. PadovanBluetooth: Move command task to workqueue
2011-12-18 Gustavo F. PadovanBluetooth: Don't disable tasklets to call hdev->notify()
2011-12-18 Gustavo F. PadovanBluetooth: convert conn hash to RCU
2011-12-18 Gustavo F. PadovanBluetooth: Use RCU to manipulate chan_list
2011-12-18 Gustavo F. PadovanBluetooth: convert chan_lock to mutex
2011-12-18 Gustavo F. PadovanBluetooth: move hci_task_lock to mutex
2011-12-18 Gustavo F. PadovanBluetooth: Remove sk_backlog usage from L2CAP
2011-12-18 Gustavo F. PadovanBluetooth: Don't use spin_lock socket lock anymore
2011-12-18 Gustavo F. PadovanBluetooth: Move L2CAP timers to workqueue
2011-12-18 Gustavo F. PadovanBluetooth: hci_conn_auto_accept() doesn't need locking
2011-12-18 Gustavo F. PadovanBluetooth: Use delayed work for advertisiment cache...
2011-12-18 Gustavo F. PadovanBluetooth: Use delayed_work for connection timeout
2011-12-18 Gustavo F. PadovanBluetooth: Replace spin_lock by mutex in hci_dev
2011-12-18 Marcel HoltmannBluetooth: Process recv path in a workqueue instead...
2011-12-16 Gustavo F. PadovanBluetooth: make hci_conn_enter_sniff_mode static
2011-12-16 Gustavo F. PadovanBluetooth: Use list_for_each_entry in hci_conn_hash_flush()
2011-12-16 Gustavo F. PadovanBluetooth: Use chan instead of l2cap_pi macro
2011-12-16 Gustavo F. PadovanBluetooth: remove struct hci_chan_hash
2011-12-16 Kalle ValoMerge remote branch 'wireless-next/master' into ath6kl...
2011-12-16 Rajkumar Manoharancfg80211: Restore orig channel values upon disconnect
2011-12-16 Luis R. Rodriguezcfg80211: allow following country IE power for custom...
2011-12-15 Mohammed Shafi Sha... mac80211: Fix power save in change interface
2011-12-15 Mohammed Shafi Sha... mac80211: remove an unnecessary paraenthesis
2011-12-15 Helmut Schaamac80211: Use appropriate TID for sending BAR, ADDBA...
2011-12-15 Johannes Bergmac80211: reduce station management complexity
2011-12-15 Johannes Bergmac80211: delay IBSS station insertion
2011-12-15 Johannes Bergmac80211: make address arguments to sta_info_alloc...
2011-12-15 Johannes Bergmac80211: count authorized stations per BSS
2011-12-15 Johannes Bergmac80211: refactor station state transitions
2011-12-15 Johannes Bergmac80211: use station mutex in configuration
2011-12-15 Johannes Bergmac80211: remove duplicate TDLS peer verification
2011-12-15 Johannes Bergcfg80211: validate nl80211 station handling better
2011-12-15 Johannes Bergnl80211: add TDLS peer flag to policy
2011-12-14 Samuel OrtizNFC: Initial LLCP support
2011-12-14 Samuel OrtizNFC: Set and get DEP general bytes
2011-12-14 Samuel OrtizNFC: Add a DEP link control netlink command
2011-12-14 Samuel OrtizNFC: Atomic socket allocation
2011-12-14 Samuel OrtizNFC: Do not take the genl mutex from the netlink releas...
2011-12-14 Samuel OrtizNFC: Add tx skb allocation routine
2011-12-14 Samuel OrtizNFC: Add function name to the NFC pr_fmt() routine
2011-12-14 Simon Wunderlichmac80211: free skb on error path of ieee80211_ibss_join()
2011-12-14 Johannes Bergnl80211: accept testmode dump with netdev
2011-12-14 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-13 Eliad Pellermac80211: don't check sdata_running in vif notifier
2011-12-13 Eliad Pellermac80211: configure BSS_CHANGED_ARP_FILTER on reconfigu...
2011-12-13 Dmitry TARNYAGINmac80211: Do not request FIF_BCN_PRBRESP_PROMISC for...
2011-12-13 Rajkumar Manoharancfg80211: notify core hints that helps to restore regd...
2011-12-13 Helmut Schaamac80211: Make use of ieee80211_is_* functions in tx...
2011-12-13 Yogesh Ashok Powarmac80211: Purge A-MPDU TX queues before station destruc...
next