Age | Commit message (Expand) | Author | Files | Lines |
2011-11-09 | Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups | Johan Hedberg | 1 | -13/+2 |
2011-11-09 | Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd | Johan Hedberg | 1 | -1/+1 |
2011-11-09 | Bluetooth: Fix cancel_delayed_work_sync usage with locks | Johan Hedberg | 2 | -5/+5 |
2011-11-09 | Bluetooth: Add missing hci_dev locking when calling mgmt functions | Johan Hedberg | 3 | -13/+57 |
2011-11-09 | Bluetooth: Move pending management command list into struct hci_dev | Johan Hedberg | 2 | -40/+45 |
2011-11-09 | Bluetooth: Pass full hci_dev struct to mgmt callbacks | Johan Hedberg | 3 | -140/+145 |
2011-11-09 | mac80211: allow frame aggregation for mesh | Thomas Pedersen | 4 | -15/+8 |
2011-11-09 | mac80211: set HT capabilities for mesh peer | Thomas Pedersen | 2 | -12/+28 |
2011-11-09 | mac80211: add HT IEs to mesh frames | Thomas Pedersen | 4 | -0/+60 |
2011-11-09 | mac80211: Add HT helper functions | Alexander Simon | 3 | -45/+108 |
2011-11-09 | mac80211: comment allocation of mesh frames | Thomas Pedersen | 3 | -35/+48 |
2011-11-09 | mac80211: support adding IV-room in the skb for CCMP keys | Arik Nemtsov | 2 | -3/+14 |
2011-11-09 | nl80211: clean up genlmsg_end uses | Johannes Berg | 1 | -78/+19 |
2011-11-09 | mac80211: exit cooked monitor RX early if there are none | Johannes Berg | 1 | -0/+4 |
2011-11-09 | mac80211: fix confusing parentheses | Johannes Berg | 1 | -1/+1 |
2011-11-09 | mac80211: call set_wmm_default only for valid vifs | Eliad Peller | 1 | -8/+8 |
2011-11-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2 | -9/+9 |
2011-11-08 | Bluetooth: Add address type fields to mgmt messages that need them | Johan Hedberg | 2 | -21/+46 |
2011-11-08 | Bluetooth: Update link key mgmt APIs to match latest spec. | Johan Hedberg | 2 | -22/+25 |
2011-11-08 | Bluetooth: Fix response for mgmt_start_discovery when powered off | Johan Hedberg | 1 | -0/+5 |
2011-11-08 | Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock | Johan Hedberg | 1 | -21/+0 |
2011-11-08 | Bluetooth: Convert power off mechanism to use delayed_work | Johan Hedberg | 2 | -29/+18 |
2011-11-08 | Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails | Johan Hedberg | 2 | -3/+19 |
2011-11-08 | Bluetooth: Add timeout field to mgmt_set_discoverable | Johan Hedberg | 3 | -1/+36 |
2011-11-08 | Bluetooth: Periodic Inquiry and Discovery | Andre Guedes | 1 | -32/+11 |
2011-11-08 | Bluetooth: Create hci_cancel_inquiry() | Andre Guedes | 2 | -1/+11 |
2011-11-08 | Bluetooth: Create hci_do_inquiry() | Andre Guedes | 2 | -8/+21 |
2011-11-08 | Bluetooth: EFS: parse L2CAP config response | Andrei Emeltchenko | 1 | -0/+24 |
2011-11-08 | Bluetooth: Define HCI reasons instead of magic number | Andrei Emeltchenko | 3 | -7/+7 |
2011-11-07 | Bluetooth: Clean up logic in hci_cc_write_scan_enable | Johan Hedberg | 1 | -19/+21 |
2011-11-07 | Bluetooth: Add debug print to l2cap_chan_create | Szymon Janc | 1 | -0/+2 |
2011-11-07 | Bluetooth: Fix mgmt response when adapter goes down or is removed | Johan Hedberg | 1 | -1/+18 |
2011-11-07 | Bluetooth: Guarantee BR-EDR device will be registered as hci0 | Mat Martineau | 1 | -1/+6 |
2011-11-07 | Bluetooth: Add signal handlers for channel moves | Mat Martineau | 1 | -0/+136 |
2011-11-07 | Bluetooth: Use symbolic values for the fixed channel map | Mat Martineau | 1 | -1/+7 |
2011-11-07 | Bluetooth: Add signal handlers for channel creation | Mat Martineau | 1 | -0/+47 |
2011-11-07 | Bluetooth: Add channel policy to getsockopt/setsockopt | Mat Martineau | 1 | -0/+35 |
2011-11-07 | Bluetooth: Initialize tx_win_max for fixed channel | Andrei Emeltchenko | 1 | -0/+2 |
2011-11-07 | Bluetooth: recalculate priorities when channels are starving | Luiz Augusto von Dentz | 1 | -1/+55 |
2011-11-07 | Bluetooth: handle priority change within quote | Luiz Augusto von Dentz | 1 | -2/+16 |
2011-11-07 | Bluetooth: prioritizing data over HCI | Luiz Augusto von Dentz | 4 | -54/+208 |
2011-11-07 | Bluetooth: Fix hidp_get_connection() | Gustavo F. Padovan | 1 | -6/+6 |
2011-11-07 | Bluetooth: hidp: Fix module reference cleanup | David Herrmann | 1 | -2/+2 |
2011-11-07 | Bluetooth: Set HCI_MGMT flag only in read_controller_info | Johan Hedberg | 1 | -2/+0 |
2011-11-07 | Bluetooth: Increase HCI reset timeout in hci_dev_do_close | Szymon Janc | 1 | -1/+1 |
2011-11-07 | Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm | Szymon Janc | 1 | -2/+7 |
2011-11-07 | Bluetooth: Fix command complete/status for discovery commands | Johan Hedberg | 2 | -0/+29 |
2011-11-07 | Bluetooth: make use sk_priority to priritize RFCOMM packets | Luiz Augusto von Dentz | 2 | -16/+37 |
2011-11-07 | Bluetooth: set skbuffer priority based on L2CAP socket priority | Luiz Augusto von Dentz | 2 | -8/+21 |
2011-11-07 | Bluetooth: replace list_for_each with list_for_each_entry whenever possible | Luiz Augusto von Dentz | 9 | -120/+51 |