summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-23Bluetooth: Set HCI_QUIRK_RESET_ON_CLOSE for Socket SDIO cardsMarcel Holtmann1-0/+3
2013-12-176lowpan: cleanup udp compress functionAlexander Aring1-5/+15
2013-12-176lowpan: udp use subtraction on both conditionsAlexander Aring1-1/+1
2013-12-176lowpan: udp use lowpan_fetch_skb functionAlexander Aring1-19/+18
2013-12-176lowpan: add udp warning for elided checksumAlexander Aring2-3/+9
2013-12-176lowpan: fix udp byte orderingAlexander Aring1-19/+20
2013-12-176lowpan: fix udp compress orderingAlexander Aring1-1/+1
2013-12-176lowpan: udp use lowpan_push_hc_data functionAlexander Aring1-17/+20
2013-12-176lowpan: introduce lowpan_push_hc_data functionAlexander Aring1-0/+7
2013-12-14Bluetooth: fix return value checkWei Yongjun1-4/+4
2013-12-14Bluetooth: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-12-136lowpan: fix/move/cleanup debug functionsAlexander Aring4-91/+37
2013-12-12Bluetooth: Fix test for lookup_dev return valueJohan Hedberg1-1/+1
2013-12-12Bluetooth: Add missing 6lowpan.h includeJohan Hedberg1-0/+2
2013-12-12Bluetooth: Manually enable or disable 6LoWPAN between devicesJukka Rissanen1-0/+45
2013-12-12Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen8-1/+935
2013-12-12ipv6: Add checks for 6LOWPAN ARP typeJukka Rissanen1-1/+3
2013-12-12net: if_arp: add ARPHRD_6LOWPAN typeJukka Rissanen1-0/+1
2013-12-126lowpan: Moving generic compression code into 6lowpan_iphc.cJukka Rissanen4-719/+875
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann3-3/+15
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-06Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-06Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg3-26/+14
2013-12-05Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg1-4/+12
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg2-11/+44
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg2-2/+8
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg1-4/+4
2013-12-05Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg1-4/+14
2013-12-05Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg1-0/+3
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg2-0/+4
2013-12-05Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg1-3/+76
2013-12-05Bluetooth: Add LE L2CAP segmentation support for outgoing dataJohan Hedberg1-1/+126
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg2-0/+10
2013-12-05Bluetooth: Reject LE CoC commands when the feature is not enabledJohan Hedberg1-0/+11
2013-12-05Bluetooth: Add LE flow control disciplineJohan Hedberg1-1/+66
2013-12-05Bluetooth: Implement returning of LE L2CAP creditsJohan Hedberg1-0/+26
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg2-0/+79
2013-12-05Bluetooth: Limit L2CAP_OPTIONS socket option usage with LEJohan Hedberg1-0/+15
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg3-5/+16
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg3-3/+38
2013-12-05Bluetooth: Make l2cap_le_sig_cmd logic consistentJohan Hedberg1-8/+16
2013-12-05Bluetooth: Add L2CAP Disconnect suppport for LEJohan Hedberg1-0/+7
2013-12-05Bluetooth: Fix L2CAP channel closing for LE connectionsJohan Hedberg1-2/+4
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg2-0/+153
2013-12-05Bluetooth: Refactor L2CAP connect rejection to its own functionJohan Hedberg1-18/+24
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg2-4/+13
2013-12-05Bluetooth: Add initial code for LE L2CAP Connect RequestJohan Hedberg1-8/+98
2013-12-05Bluetooth: Add definitions for LE connection oriented channelsJohan Hedberg1-0/+31