summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau1-0/+113
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau1-8/+142
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2-21/+21
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko2-6/+13
2012-05-09Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko1-0/+3
2012-05-09Bluetooth: mgmt: Fix missing connect failed event for LEHemant Gupta1-0/+2
2012-05-09Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta1-1/+0
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes1-7/+7
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta1-1/+1
2012-05-09Bluetooth: Remove unneeded zero initializationAndrei Emeltchenko1-1/+0
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann1-1/+1
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan2-5/+5
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko1-3/+0
2012-05-09Bluetooth: Ignore inquiry results from periodic inquiryAndre Guedes1-0/+9
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes1-0/+6
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-1/+9
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+11
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes1-16/+24
2012-05-09Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes1-1/+1
2012-05-09Bluetooth: Silence sparse warningAndrei Emeltchenko1-3/+1
2012-05-09Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc1-1/+8
2012-05-09Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc1-6/+6
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes2-2/+10
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes1-0/+18
2012-05-09Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann1-6/+6
2012-05-09Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko1-1/+2
2012-05-09Bluetooth: Fix type in cpu_to_le conversionAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: trivial: Correct typesAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Convert error codes to le16Andrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Correct CID endian notationAndrei Emeltchenko1-2/+4
2012-05-09Bluetooth: Correct length calc in L2CAP conf rspAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Correct ediv in SMPAndrei Emeltchenko1-1/+1
2012-05-09Bluetooth: Fix broken usage of put_unaligned_le16Marcel Holtmann1-17/+16
2012-05-09Bluetooth: Add management command for setting Device IDMarcel Holtmann1-0/+26
2012-05-09Bluetooth: Handle EIR tags for Device IDMarcel Holtmann1-0/+13
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann2-3/+15
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann1-1/+0
2012-05-09Bluetooth: Check FINDING state in interleaved discoveryAndre Guedes1-1/+2
2012-05-09Bluetooth: Correct chan->psm endian conversionsAndrei Emeltchenko1-5/+5
2012-05-09Bluetooth: Fix extra conversion to __le32Andrei Emeltchenko1-1/+1
2012-05-09Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko1-1/+1
2012-05-09Bluetooth: trivial: Correct endian conversionAndrei Emeltchenko1-1/+1
2012-05-08{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan5-1/+16
2012-05-08mac80211: Allow nonHT/HT peering in meshAshok Nagarajan1-3/+9
2012-05-08mac80211: Implement HT mixed protection modeAshok Nagarajan2-7/+77
2012-05-08mac80211: Advertise HT protection mode in IEsAshok Nagarajan4-9/+8
2012-05-08cfg80211: fix BSS comparisonEmmanuel Grumbach1-1/+5