Linux bluetooth development
 help / color / mirror / Atom feed
From: Jukka Rissanen <jukka.rissanen@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Subject: [RFC v2 0/7] Bluetooth LE 6LoWPAN
Date: Wed, 30 Oct 2013 11:00:54 +0200	[thread overview]
Message-ID: <1383123661-15087-1-git-send-email-jukka.rissanen@linux.intel.com> (raw)

Hi,

this is 6LoWPAN code for BT LE as described in
http://tools.ietf.org/html/draft-ietf-6lowpan-btle-12

v2:
- Change ARPHRD_IEEE802154 to ARPHRD_RAWIP. The generic code
  in patches 1 and 2 is also sent to netdev mailing list.
- Sending route exporting patch 5 to netdev ml
- Check private/public BT address and toggle universal/local bit
  accordingly in patch 3.
- The virtual interface template name is now shorter (bt%d)
- Various function name renames
- devtype of the interface set to "bluetooth"


v1:
- initial release


TODO:
- Discovery of 6LoWPAN service needs be automatic.
- Refactor compression and fragmentation code after these are fixed
  in net/ieee802154/6lowpan.c. Bluetooth 6LoWPAN should be able to share
  that part of the code.


Cheers,
Jukka


Jukka Rissanen (7):
  net: if_arp: add ARPHRD_RAWIP type
  ipv6: Add checks for RAWIP ARP type
  Bluetooth: Initial skeleton code for BT 6LoWPAN
  Bluetooth: Enable 6LoWPAN support for BT LE devices
  route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it
  Bluetooth: Set route to peer for 6LoWPAN
  Bluetooth: Manually enable or disable 6LoWPAN between devices

 include/net/bluetooth/l2cap.h |    1 +
 include/uapi/linux/if_arp.h   |    1 +
 net/bluetooth/6lowpan.c       | 1722 +++++++++++++++++++++++++++++++++++++++++
 net/bluetooth/6lowpan.h       |   28 +
 net/bluetooth/Makefile        |    2 +-
 net/bluetooth/hci_core.c      |    4 +
 net/bluetooth/l2cap_core.c    |   20 +-
 net/ipv6/addrconf.c           |   14 +-
 net/ipv6/route.c              |    1 +
 9 files changed, 1790 insertions(+), 3 deletions(-)
 create mode 100644 net/bluetooth/6lowpan.c
 create mode 100644 net/bluetooth/6lowpan.h

-- 
1.7.11.7


             reply	other threads:[~2013-10-30  9:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30  9:00 Jukka Rissanen [this message]
2013-10-30  9:00 ` [RFC v2 1/7] net: if_arp: add ARPHRD_RAWIP type Jukka Rissanen
2013-10-30  9:00 ` [RFC v2 2/7] ipv6: Add checks for RAWIP ARP type Jukka Rissanen
2013-10-30  9:00 ` [RFC v2 3/7] Bluetooth: Initial skeleton code for BT 6LoWPAN Jukka Rissanen
2013-10-30 12:02   ` Marcel Holtmann
2013-10-30  9:00 ` [RFC v2 4/7] Bluetooth: Enable 6LoWPAN support for BT LE devices Jukka Rissanen
2013-10-30 12:11   ` Marcel Holtmann
2013-10-30  9:00 ` [RFC v2 5/7] route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it Jukka Rissanen
2013-10-30  9:01 ` [RFC v2 6/7] Bluetooth: Set route to peer for 6LoWPAN Jukka Rissanen
2013-10-30  9:01 ` [RFC v2 7/7] Bluetooth: Manually enable or disable 6LoWPAN between devices Jukka Rissanen
2013-10-30 12:10   ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383123661-15087-1-git-send-email-jukka.rissanen@linux.intel.com \
    --to=jukka.rissanen@linux.intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox