summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann1-1/+6
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-126lowpan: fix/move/cleanup debug functionsAlexander Aring4-91/+37
2013-12-11Bluetooth: Fix test for lookup_dev return valueJohan Hedberg1-1/+1
2013-12-11Bluetooth: Add missing 6lowpan.h includeJohan Hedberg1-0/+2
2013-12-11Bluetooth: Manually enable or disable 6LoWPAN between devicesJukka Rissanen1-0/+45
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen5-1/+932
2013-12-11ipv6: Add checks for 6LOWPAN ARP typeJukka Rissanen1-1/+3
2013-12-116lowpan: 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 Holtmann1-3/+3
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-05Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2-25/+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 Hedberg1-2/+7
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 Hedberg1-0/+3
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 Hedberg1-0/+9
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 Hedberg1-0/+76
2013-12-05Bluetooth: Limit L2CAP_OPTIONS socket option usage with LEJohan Hedberg1-0/+15
2013-12-05Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg2-5/+13
2013-12-05Bluetooth: Add LE L2CAP flow control modeJohan Hedberg2-3/+31
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 Hedberg1-0/+152
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: Move LE L2CAP initiator procedure to its own functionJohan Hedberg1-1/+6
2013-12-05Bluetooth: Pass command length to LE signaling channel handlersJohan Hedberg1-6/+6