Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
 messages from 2015-05-06 09:12:35 to 2015-05-20 08:45:29 UTC [more...]

[PATCH bluetooth-next 00/34] ieee802154: capabilities, atusb support and fakelb rework
 2015-05-20  8:45 UTC  (43+ messages)
` [PATCH bluetooth-next 01/34] nl802154: cleanup invalid argument handling
` [PATCH bluetooth-next 02/34] ieee802154: move validation check out of softmac
` [PATCH bluetooth-next 03/34] ieee802154: change transmit power to s32
` [PATCH bluetooth-next 04/34] ieee802154: change transmit power to mbm
` [PATCH bluetooth-next 05/34] ieee802154: change cca ed level "
` [PATCH bluetooth-next 06/34] ieee802154: introduce wpan_phy_supported
` [PATCH bluetooth-next 07/34] ieee802154: add several phy supported handling
` [PATCH bluetooth-next 08/34] mac802154: check for really changes
` [PATCH bluetooth-next 09/34] mac802154: remove check if operation is supported
` [PATCH bluetooth-next 10/34] cfg802154: introduce wpan phy flags
` [PATCH bluetooth-next 11/34] ieee802154: add iftypes capability
` [PATCH bluetooth-next 12/34] at86rf230: set cca_modes supported flags
` [PATCH bluetooth-next 13/34] at86rf230: rework tx power support
` [PATCH bluetooth-next 14/34] at86rf230: rework tx cca energy detection level
` [PATCH bluetooth-next 15/34] at86rf230: add cca ed level reset value
` [PATCH bluetooth-next 16/34] at86rf230: add reset states of tx power level
` [PATCH bluetooth-next 17/34] nl802154: add support for dump phy capabilities
` [PATCH bluetooth-next 18/34] mac802154: fakelb: Fix potential NULL pointer dereference
` [PATCH bluetooth-next 19/34] at86rf230: fix callback for aret handling
` [PATCH bluetooth-next 20/34] mac802154: tx: allow xmit complete from hard irq
` [PATCH bluetooth-next 21/34] ieee802154: add support for atusb transceiver
` [PATCH bluetooth-next 22/34] fakelb: creating two virtual phys per default
` [PATCH bluetooth-next 23/34] fakelb: use list_for_each_entry_safe
` [PATCH bluetooth-next 24/34] fakelb: rename fakelb_dev_priv to fakelb_phy
` [PATCH bluetooth-next 25/34] fakelb: don't deliver when one phy
` [PATCH bluetooth-next 26/34] fakelb: declare rwlock static
` [PATCH bluetooth-next 27/34] fakelb: declare fakelb list static
` [PATCH bluetooth-next 28/34] fakelb: move lock out of iteration
` [PATCH bluetooth-next 29/34] fakelb: introduce fakelb ifup phys list
` [PATCH bluetooth-next 30/34] fakelb: use own channel and page attributes
` [PATCH bluetooth-next 31/34] fakelb: add virtual phy reset defaults
` [PATCH bluetooth-next 32/34] fakelb: remove fakelb_hw_deliver
` [PATCH bluetooth-next 33/34] fakelb: add support for async xmit handling
` [PATCH bluetooth-next 34/34] fakelb: cleanup code

[PATCH 1/8] ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big
 2015-05-20  8:40 UTC  (12+ messages)
` [PATCH 2/8] Documentation/networking/ieee802154.txt: fix various inaccuracies
` [PATCH 3/8] ieee802154: Remove ieee802154_reduced_mlme_ops references
` [PATCH 4/8] ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU
` [PATCH 5/8] ieee802154 6lowpan: Don't implement ieee802154_mlme_ops
` [PATCH 6/8] ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind()
` [PATCH 7/8] mac802154: mac802154_header_create() optimisation
` [PATCH 8/8] mac802154: mac802154_mlme_start_req() optimisation

Your recent work on at86rf230 kernel driver
 2015-05-20  7:38 UTC 

[PATCH bluetooth-next] at86rf230: add missing cca ed level values
 2015-05-20  7:27 UTC 

[PATCH wpan-tools] info: change dbm format string
 2015-05-20  7:26 UTC 

[PATCH 0/8] ieee802154: Assorted fixes and cleanups
 2015-05-19 19:49 UTC 

[PATCH] mac802154: select CRYPTO when needed
 2015-05-19 17:39 UTC  (3+ messages)

Kernel crash when using multiple interfaces
 2015-05-19 11:18 UTC  (12+ messages)

[Unstrung-hackers] latest kernel
 2015-05-18 14:12 UTC 

pending linux-wpan patches
 2015-05-16 15:39 UTC 

[RFC bluetooth-next 00/13] fakelb: rework driver implementation
 2015-05-16 15:26 UTC  (14+ messages)
` [RFC bluetooth-next 01/13] fakelb: creating two virtual phys per default
` [RFC bluetooth-next 02/13] fakelb: use list_for_each_entry_safe
` [RFC bluetooth-next 03/13] fakelb: rename fakelb_dev_priv to fakelb_phy
` [RFC bluetooth-next 04/13] fakelb: don't deliver when one phy
` [RFC bluetooth-next 05/13] fakelb: declare rwlock static
` [RFC bluetooth-next 06/13] fakelb: declare fakelb list static
` [RFC bluetooth-next 07/13] fakelb: move lock out of iteration
` [RFC bluetooth-next 08/13] fakelb: introduce fakelb ifup phys list
` [RFC bluetooth-next 09/13] fakelb: use own channel and page attributes
` [RFC bluetooth-next 10/13] fakelb: add virtual phy reset defaults
` [RFC bluetooth-next 11/13] fakelb: remove fakelb_hw_deliver
` [RFC bluetooth-next 12/13] fakelb: add support for async xmit handling
` [RFC bluetooth-next 13/13] fakelb: cleanup code

atusb availability
 2015-05-13 20:05 UTC  (4+ messages)

[PFC bluetooth-next] ieee802154: add support for atusb transceiver
 2015-05-13 19:54 UTC 

cc2520 issue
 2015-05-13 17:36 UTC  (5+ messages)

[PATCH bluetooth-next] mac802154: tx: allow xmit complete from hard irq
 2015-05-13 11:49 UTC 

RPi, Raspbian with openlabs transceiver - lib/tool versions and updated instructions(?)
 2015-05-13  6:46 UTC  (6+ messages)
  ` Fwd: "

[PATCH bluetooth-next 0/3] mac802154: remove pib/mib locks
 2015-05-12 12:25 UTC  (9+ messages)
` [PATCH bluetooth-next 1/3] mac802154: fix hold rtnl while ioctl
` [PATCH bluetooth-next 2/3] mac802154: remove pib lock
` [PATCH bluetooth-next 3/3] mac802154: remove mib lock

Ieee802154 socket problem with SIOCGIFADDR
 2015-05-12 10:33 UTC  (12+ messages)

testing and building for RPI
 2015-05-12  8:28 UTC  (3+ messages)

[PATCH bluetooth-next] at86rf230: fix callback for aret handling
 2015-05-10 20:48 UTC 

IEEE802154 MRF24J40
 2015-05-09 16:47 UTC 

[PATCHv3 bluetooth-next 00/17] ieee802154: add support for phy capabilities
 2015-05-08 18:24 UTC  (18+ messages)
` [PATCHv3 bluetooth-next 01/17] nl802154: cleanup invalid argument handling
` [PATCHv3 bluetooth-next 02/17] ieee802154: move validation check out of softmac
` [PATCHv3 bluetooth-next 03/17] ieee802154: change transmit power to s32
` [PATCHv3 bluetooth-next 04/17] ieee802154: change transmit power to mbm
` [PATCHv3 bluetooth-next 05/17] ieee802154: change cca ed level "
` [PATCHv3 bluetooth-next 06/17] ieee802154: introduce wpan_phy_supported
` [PATCHv3 bluetooth-next 07/17] ieee802154: add several phy supported handling
` [PATCHv3 bluetooth-next 08/17] mac802154: check for really changes
` [PATCHv3 bluetooth-next 09/17] mac802154: remove check if operation is supported
` [PATCHv3 bluetooth-next 10/17] cfg802154: introduce wpan phy flags
` [PATCHv3 bluetooth-next 11/17] ieee802154: add iftypes capability
` [PATCHv3 bluetooth-next 12/17] at86rf230: set cca_modes supported flags
` [PATCHv3 bluetooth-next 13/17] at86rf230: rework tx power support
` [PATCHv3 bluetooth-next 14/17] at86rf230: rework tx cca energy detection level
` [PATCHv3 bluetooth-next 15/17] at86rf230: add cca ed level reset value
` [PATCHv3 bluetooth-next 16/17] at86rf230: add reset states of tx power level
` [PATCHv3 bluetooth-next 17/17] nl802154: add support for dump phy capabilities

Error in including IEEE802154.h
 2015-05-08 16:53 UTC  (4+ messages)

netlink 802154
 2015-05-08 16:48 UTC 

HW Address Filter
 2015-05-08 12:53 UTC  (2+ messages)

CHIP - 9 dollar computer on Kickstarter
 2015-05-08 12:14 UTC 

[PATCHv2 bluetooth-next] mac802154: fakelb: Fix potential NULL pointer dereference
 2015-05-08 10:22 UTC  (5+ messages)

[PATCHv2 bluetooth-next] mac802154: fakelb: Fix potential NULL pointer dereference
 2015-05-08  9:00 UTC 

[PATCH bluetooth-next] mac802154: fakelb: Fix potential NULL pointer deference
 2015-05-08  8:56 UTC 

[PATCH bluetooth-next] mac802154: fakelb: Fix potential NULL pointer deference
 2015-05-08  8:39 UTC 

[PATCHv2 wpan-tools] interface: use hexadecimal for print extended addr
 2015-05-08  8:08 UTC  (6+ messages)

Oops with latest bluetooth-next kernel
 2015-05-07 18:26 UTC  (7+ messages)

[PATCHv wpan-tools] inteface: use hexadecimal for print extended addr
 2015-05-07 12:16 UTC  (2+ messages)

for all openlabs tranceiver users
 2015-05-07 11:02 UTC  (2+ messages)

[PATCHv2 wpan-next 00/16] ieee802154: add support for phy capabilities
 2015-05-06 13:19 UTC  (19+ messages)
` [PATCHv2 wpan-next 01/16] ieee802154: change transmit power to s32
` [PATCHv2 wpan-next 02/16] ieee802154: change transmit power to mbm
` [PATCHv2 wpan-next 03/16] ieee802154: change cca ed level "
` [PATCHv2 wpan-next 04/16] ieee802154: introduce wpan_phy_supported
` [PATCHv2 wpan-next 05/16] ieee802154: add several phy supported handling
` [PATCHv2 wpan-next 06/16] mac802154: check for really changes
` [PATCHv2 wpan-next 07/16] mac802154: remove check if operation is supported
` [PATCHv2 wpan-next 08/16] ieee802154: add iftypes capability
` [PATCHv2 wpan-next 09/16] ieee802154: add support for get tx powers
` [PATCHv2 wpan-next 10/16] ieee802154: add support for get cca ed levels
` [PATCHv2 wpan-next 11/16] at86rf230: set cca_modes supported flags
` [PATCHv2 wpan-next 12/16] at86rf230: add reset states of tx power level
` [PATCHv2 wpan-next 13/16] at86rf230: rework tx power support
` [PATCHv2 wpan-next 14/16] at86rf230: rework tx cca energy detection level
` [PATCHv2 wpan-next 15/16] ieee802154: check transmit power before driver layer
` [PATCHv2 wpan-next 16/16] nl802154: add support for dump phy capabilities

[PATCHv2 wpan-tools 1/2] treewide: change transmit power to mbm
 2015-05-06 11:43 UTC  (2+ messages)
` [PATCHv2 wpan-tools 2/2] info: add support for phy capability dump


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