summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-19mwifiex: cleanup work in scan.cAmitkumar Karwar1-4/+4
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches34-799/+647
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart6-2/+24
2011-12-19mac80211: split addba retries in timeNikolay Martynov2-1/+24
2011-12-19Bluetooth: Add missing mgmt_confirm_name command definitionJohan Hedberg1-0/+10
2011-12-19Bluetooth: Fix mgmt_(block,unblock)_device opcodesJohan Hedberg1-2/+2
2011-12-19Bluetooth: Add missing confirm_name field to mgmt_ev_device_foundJohan Hedberg1-0/+1
2011-12-19Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan1-1/+1
2011-12-19Bluetooth: Clear RFCOMM session timer when disconnecting last channelMat Martineau1-0/+1
2011-12-19Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau1-1/+11
2011-12-19Bluetooth: Incoming ACL packets do not force active modeMat Martineau1-1/+1
2011-12-19Bluetooth: Simplify num_comp_pkts_evt functionAndrei Emeltchenko1-18/+29
2011-12-19Bluetooth: Add HCI Read Data Block Size functionAndrei Emeltchenko3-0/+39
2011-12-18Bluetooth: Use correct struct for user_confirm_neg_replyJohan Hedberg1-1/+1
2011-12-18Bluetooth: Update ordering and opcodes of mgmt messagesJohan Hedberg1-66/+81
2011-12-18Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg3-5/+40
2011-12-18Bluetooth: Move EIR and CoD update functions to a better positionJohan Hedberg1-173/+173
2011-12-18Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg4-56/+16
2011-12-18Bluetooth: Move mgmt_set_fast_connectable to the right locationJohan Hedberg2-11/+8
2011-12-18Bluetooth: Update mgmt_read_info and related mgmt messagesJohan Hedberg3-63/+113
2011-12-18Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan3-0/+3
2011-12-18Bluetooth: Use system workqueue to schedule power_onGustavo F. Padovan2-2/+2
2011-12-18Bluetooth: Remove work_add and work_del from hci_sysfsGustavo F. Padovan2-47/+27
2011-12-18Bluetooth: Use new alloc_workqueue()Gustavo F. Padovan1-1/+2
2011-12-18Bluetooth: move power_off to system workqueueGustavo F. Padovan2-2/+2
2011-12-18Bluetooth: Change l2cap chan_list to use RCUGustavo F. Padovan1-61/+58
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan3-61/+61
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan2-10/+10
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan4-19/+13
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan4-15/+15
2011-12-18Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan2-16/+4
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan3-36/+62
2011-12-18Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan2-10/+16
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan2-27/+27
2011-12-18Bluetooth: move hci_task_lock to mutexGustavo F. Padovan1-9/+9
2011-12-18Bluetooth: Remove sk_backlog usage from L2CAPGustavo F. Padovan1-11/+1
2011-12-18Bluetooth: Don't use spin_lock socket lock anymoreGustavo F. Padovan1-46/+20
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan2-47/+40
2011-12-18Bluetooth: hci_conn_auto_accept() doesn't need lockingGustavo F. Padovan1-4/+0
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan3-8/+10
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan2-7/+10
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan9-102/+100
2011-12-18Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann2-10/+12
2011-12-16Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan2-37/+36
2011-12-16b43: mark some vars __maybe_unused in b43_nphy_pmu_spur_avoidJohn W. Linville1-2/+2
2011-12-16Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()Gustavo F. Padovan1-8/+2
2011-12-16Bluetooth: Use chan instead of l2cap_pi macroGustavo F. Padovan1-1/+1
2011-12-16Bluetooth: Initialize LE connection countGustavo F. Padovan1-0/+1
2011-12-16Bluetooth: remove lock from struct conn_hashGustavo F. Padovan1-1/+0
2011-12-16Bluetooth: remove struct hci_chan_hashGustavo F. Padovan3-45/+10