Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
 messages from 2016-05-23 19:23:05 to 2016-07-23 12:46:35 UTC [more...]

[PATCH 1/3] mac802154: don't warn on unsupported frames
 2016-07-23 12:46 UTC  (4+ messages)
` [PATCH 2/3] mac802154: use rate limited warnings for malformed frames
` [PATCH 3/3] ieee802154: encrypt frame before ieee802154_subif_start_xmit is called

[PATCH] ieee802154: check device type
 2016-07-23 12:21 UTC  (2+ messages)

[PATCHv4 bluetooth-next 0/8] ieee802154: pending/new fixes and cleanup/features
 2016-07-23 11:03 UTC  (13+ messages)
` [PATCHv4 bluetooth-next 1/8] ieee802154: add ieee802154_skb_dst_pan helper
` [PATCHv4 bluetooth-next 2/8] ieee802154: add ieee802154_skb_src_pan helper
` [PATCHv4 bluetooth-next 3/8] ieee802154: 6lowpan: fix intra pan id check
` [PATCHv4 bluetooth-next 4/8] ieee802154: fix skb get fc on big endian
` [PATCHv4 bluetooth-next 5/8] 6lowpan: ndisc: set invalid unicast short addr to unspec
` [PATCHv4 bluetooth-next 6/8] atusb: don't change csma settings while set channel
` [PATCHv4 bluetooth-next 7/8] ieee802154: cleanup WARN_ON for fc fetch
` [PATCHv4 bluetooth-next 8/8] fakelb: allow to run as monitor

[RFC bluetooth-next 00/20] bluetooth: rework 6lowpan implementation
 2016-07-21  8:44 UTC  (54+ messages)
` [RFC bluetooth-next 01/20] 6lowpan: ndisc: don't remove short address
` [RFC bluetooth-next 02/20] nhc: add TODO for nhc work
` [RFC bluetooth-next 03/20] ieee802154: 6lowpan: remove headroom check
` [RFC bluetooth-next 04/20] ieee802154: 6lowpan: move skb cb BUILD_BUG_ON check
` [RFC bluetooth-next 05/20] 6lowpan: remove LOWPAN_IPHC_MAX_HEADER_LEN
` [RFC bluetooth-next 06/20] 6lowpan: hold netdev while unregister
` [RFC bluetooth-next 07/20] 6lowpan: introduce generic default naming
` [RFC bluetooth-next 08/20] 6lowpan: move rx defines to generic
` [RFC bluetooth-next 09/20] bluetooth: introduce l2cap_hdev_chan_connect
` [RFC bluetooth-next 10/20] bluetooth: add hci dev notifier
` [RFC bluetooth-next 11/20] bluetooth: export functions and variables
` [RFC bluetooth-next 12/20] 6lowpan: bluetooth: remove implementation
` [RFC bluetooth-next 13/20] ieee802154: 6lowpan: move header create to 6lowpan
` [RFC bluetooth-next 14/20] 6lowpan: move dev_init to generic
` [RFC bluetooth-next 15/20] 6lowpan: iphc: override l2 packet information
` [RFC bluetooth-next 16/20] ipv6: addrconf: fix 48 bit 6lowpan autoconfiguration
` [RFC bluetooth-next 17/20] 6lowpan: iphc: add handling for btle
` [RFC bluetooth-next 18/20] 6lowpan: move multicast flags to generic
` [RFC bluetooth-next 19/20] 6lowpan: delete addr_len handling "
` [RFC bluetooth-next 20/20] 6lowpan: bluetooth: add new implementation

[PATCH] net: ieee802154: mrf24j40: avoid uninitialized byte in SPI transfer to radio
 2016-07-12 21:45 UTC 

current btle 6lowpan issues
 2016-07-05 13:13 UTC  (6+ messages)

[PATCHv3 bluetooth-next 0/8] ieee802154: pending/new fixes and cleanup/features
 2016-06-30 11:55 UTC  (9+ messages)
` [PATCHv3 bluetooth-next 1/8] ieee802154: add ieee802154_skb_dst_pan helper
` [PATCHv3 bluetooth-next 2/8] ieee802154: add ieee802154_skb_src_pan helper
` [PATCHv3 bluetooth-next 3/8] ieee802154: 6lowpan: fix intra pan id check
` [PATCHv3 bluetooth-next 4/8] ieee802154: fix skb get fc on big endian
` [PATCHv3 bluetooth-next 5/8] 6lowpan: ndisc: set invalid unicast short addr to unspec
` [PATCHv3 bluetooth-next 6/8] atusb: don't change csma settings while set channel
` [PATCHv3 bluetooth-next 7/8] ieee802154: cleanup WARN_ON for fc fetch
` [PATCHv3 bluetooth-next 8/8] fakelb: allow to run as monitor

[PATCHv2 bluetooth-next 0/8] ieee802154: pending/new fixes and cleanup/features
 2016-06-28 10:28 UTC  (10+ messages)
` [PATCHv2 bluetooth-next 1/8] ieee802154: add ieee802154_skb_dst_pan helper
` [PATCHv2 bluetooth-next 2/8] ieee802154: add ieee802154_skb_src_pan helper
` [PATCHv2 bluetooth-next 3/8] ieee802154: 6lowpan: fix intra pan id check
` [PATCHv2 bluetooth-next 4/8] ieee802154: fix skb get fc on big endian
` [PATCHv2 bluetooth-next 5/8] 6lowpan: ndisc: set invalid unicast short addr to unspec
` [PATCHv2 bluetooth-next 6/8] atusb: don't change csma settings while set channel
` [PATCHv2 bluetooth-next 7/8] ieee802154: cleanup WARN_ON for fc fetch
` [PATCHv2 bluetooth-next 8/8] fakelb: allow to run as monitor

[PATCH bluetooth-next 1/3] ieee802154: add ieee802154_skb_dst_pan helper
 2016-06-27  9:19 UTC  (7+ messages)
` [PATCH bluetooth-next 2/3] ieee802154: add ieee802154_skb_src_pan helper
` [PATCH bluetooth-next 3/3] ieee802154: 6lowpan: fix intra pan id check

[PATCH RESEND bluetooth-next 1/3] nl802154: move PAD to right position
 2016-06-27  6:10 UTC  (6+ messages)
` [PATCH RESEND bluetooth-next 2/3] ieee802154: add netns support
` [PATCH RESEND bluetooth-next 3/3] ieee802154: allow netns create of lowpan interface

[PATCH bluetooth-next 1/2] 6lowpan: ndisc: fix double read unlock
 2016-06-27  6:04 UTC  (6+ messages)
` [PATCH bluetooth-next 2/2] 6lowpan: ndisc: add missing 802.15.4 only check

[RFC] UAPI for 6lowpan
 2016-06-22 18:35 UTC 

[PATCH bluetooth-next] ieee802154: fix skb get fc on big endian
 2016-06-22 14:26 UTC  (2+ messages)

[RFC bluetooth-next] 6lowpan: add debugfs to get lltype
 2016-06-22  8:12 UTC  (2+ messages)

[PATCH linux-wpan/radvd 6lowpan] device-linux: detect 6LoWPAN lltype for hwaddr length
 2016-06-21 14:42 UTC 

[PATCH bluetooth-next] atusb: don't change csma settings while set channel
 2016-06-21  9:36 UTC  (2+ messages)

6lowpan: introduce 6lowpan-nd
 2016-06-21  7:31 UTC 

[RFC 2/4] 6lowpan: Set MAC address lenght according to LOWPAN_LLTYPE
 2016-06-20 11:18 UTC  (2+ messages)

linux-wpan radvd upstream
 2016-06-20  6:58 UTC  (2+ messages)

[PATCHv2 linux-wpan/radvd 6lowpan] radvd: add handling for 802.15.4 short addr sllao
 2016-06-18  8:56 UTC 

[PATCHv4 net-next 00/12] 6lowpan: introduce 6lowpan-nd
 2016-06-16 10:51 UTC  (18+ messages)
` [PATCHv4 net-next 01/12] 6lowpan: add private neighbour data
` [PATCHv4 net-next 02/12] 6lowpan: add 802.15.4 short addr slaac
` [PATCHv4 net-next 03/12] 6lowpan: remove ipv6 module request
` [PATCHv4 net-next 04/12] ndisc: add __ndisc_opt_addr_space function
` [PATCHv4 net-next 05/12] ndisc: add __ndisc_opt_addr_data function
` [PATCHv4 net-next 06/12] ndisc: add __ndisc_fill_addr_option function
` [PATCHv4 net-next 07/12] addrconf: put prefix address add in an own function
` [PATCHv4 net-next 08/12] ipv6: introduce neighbour discovery ops
` [PATCHv4 net-next 09/12] ipv6: export several functions
` [PATCHv4 net-next 10/12] 6lowpan: introduce 6lowpan-nd
` [PATCHv4 net-next 11/12] 6lowpan: add support for getting short address
` [PATCHv4 net-next 12/12] 6lowpan: add support for 802.15.4 short addr handling

[PATCHv3 net-next 00/12] 6lowpan: introduce 6lowpan-nd
 2016-06-15 15:18 UTC  (26+ messages)
` [PATCHv3 net-next 01/12] 6lowpan: add private neighbour data
` [PATCHv3 net-next 02/12] 6lowpan: add 802.15.4 short addr slaac
` [PATCHv3 net-next 03/12] 6lowpan: remove ipv6 module request
` [PATCHv3 net-next 04/12] ndisc: add __ndisc_opt_addr_space function
` [PATCHv3 net-next 05/12] ndisc: add __ndisc_opt_addr_data function
` [PATCHv3 net-next 06/12] ndisc: add __ndisc_fill_addr_option function
` [PATCHv3 net-next 07/12] addrconf: put prefix address add in an own function
` [PATCHv3 net-next 08/12] ipv6: introduce neighbour discovery ops
` [PATCHv3 net-next 09/12] ipv6: export several functions
` [PATCHv3 net-next 10/12] 6lowpan: introduce 6lowpan-nd
` [PATCHv3 net-next 11/12] 6lowpan: add support for getting short address
` [PATCHv3 net-next 12/12] 6lowpan: add support for 802.15.4 short addr handling

RX problems with at86rf230 driver
 2016-06-13 14:15 UTC  (2+ messages)

[PATCH net] ieee802154: fix logic error in ieee802154_llsec_parse_dev_addr
 2016-05-30  5:36 UTC  (3+ messages)

[RFC 00/12] 6lowpan: introduce 6lowpan-nd
 2016-05-27 18:54 UTC  (21+ messages)
` [RFC 04/12] ndisc: get rid off dev parameter in ndisc_opt_addr_space
` [RFC 07/12] addrconf: put prefix address add in an own function
` [RFC 08/12] ipv6: introduce neighbour discovery ops
` [RFC 09/12] ipv6: export several functions
` [RFC 10/12] 6lowpan: introduce 6lowpan-nd
` [RFC 11/12] 6lowpan: add support for getting short address
` [RFC 12/12] 6lowpan: add support for 802.15.4 short addr handling

[PATCH net] ieee802154: fix logic error in, ieee802154_llsec_parse_dev_addr
 2016-05-26 13:00 UTC 

[PATCH linux-wpan/radvd 6lowpan] radvd: add handling for 802.15.4 short addr sllao
 2016-05-23 19:32 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox