aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/6lowpan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-03Bluetooth: 6LoWPAN: Remove network devices when unloadingJukka Rissanen1-0/+54
2014-07-03Bluetooth: 6LoWPAN: Count module usageJukka Rissanen1-0/+5
2014-07-03Bluetooth: 6LoWPAN: Create a kernel moduleJukka Rissanen1-2/+11
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen1-207/+580
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-30/+35
2014-05-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen1-30/+35
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring1-1/+1
2014-01-07Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi1-2/+2
2014-01-07Bluetooth: Fix setting Universal/Local bitClaudio Takahasi1-1/+1
2014-01-06Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg1-1/+1
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 Aring1-27/+0
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: Enable 6LoWPAN support for BT LE devicesJukka Rissanen1-0/+886