linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-29 20:36:06 to 2014-12-02 09:23:45 UTC [more...]

[PATCHv2 bluetooth-next 0/2] 6lowpan: introduce nhc framework
 2014-12-02  9:23 UTC  (7+ messages)
` [PATCHv2 bluetooth-next 1/2] 6lowpan: add generic nhc layer interface
` [PATCHv2 bluetooth-next 2/2] 6lowpan: add udp compression via nhc layer

[PATCH bluetooth-next 0/2] 6lowpan: introduce nhc framework
 2014-11-29 15:03 UTC  (5+ messages)
` [PATCH bluetooth-next 1/2] 6lowpan: add generic nhc layer interface
` [PATCH bluetooth-next 2/2] 6lowpan: add udp compression via nhc layer

[PATCH bluetooth-next] ieee802154: fix spelling mistakes
 2014-11-26  5:02 UTC  (3+ messages)

[PATCH bluetooth-next] mac802154: remove unnecessary if statement
 2014-11-26  5:02 UTC  (3+ messages)

Unused function mac802154_header_parse()
 2014-11-22  8:05 UTC  (5+ messages)

Power Management support for IEEE-802.15.4 drivers
 2014-11-21 16:53 UTC  (2+ messages)

[ANN] Kernel integration now merged on backports
 2014-11-18 18:21 UTC 

Power Management support for IEEE-802.15.4 drivers
 2014-11-17  9:15 UTC 

[PATCH bluetooth-next 00/13] ieee802154: cleanups, nl802154 iface handling and byteorder fixes
 2014-11-17  8:55 UTC  (15+ messages)
` [PATCH bluetooth-next 01/13] mac802154: remove unused prototypes
` [PATCH bluetooth-next 02/13] at86rf230: fix commentation for symbol duration
` [PATCH bluetooth-next 03/13] mac802154: remove const for non pointer in driver-ops
` [PATCH bluetooth-next 04/13] mac802154: remove const for non pointer in cfg ops
` [PATCH bluetooth-next 05/13] mac802154: remove const for non pointer in rdev-ops
` [PATCH bluetooth-next 06/13] mac802154: remove deprecated linux-zigbee info
` [PATCH bluetooth-next 07/13] mac802154: use new nl802154 iftype types
` [PATCH bluetooth-next 08/13] mac802154: remove wpan_dev parameter in if_add
` [PATCH bluetooth-next 09/13] ieee802154: add new interface command
` [PATCH bluetooth-next 10/13] ieee802154: setting extended address while iface add
` [PATCH bluetooth-next 11/13] ieee802154: add del interface command
` [PATCH bluetooth-next 12/13] ieee802154: rename and move WPAN_NUM_ defines
` [PATCH bluetooth-next 13/13] ieee802154: fix byteorder for short address and panid

[PATCH wpan-tools 1/2] interface: add support for extended addr while iface add
 2014-11-16 20:05 UTC  (2+ messages)
` [PATCH wpan-tools 2/2] interface: mac: fix byteorder issues

[PATCH] ieee802154: fix error handling in ieee802154fake_probe()
 2014-11-16 19:45 UTC  (4+ messages)

[PATCH bluetooth-next 0/2] ieee802154: introduce new interframe spacing time handling
 2014-11-13  3:53 UTC  (4+ messages)
` [PATCH bluetooth-next 1/2] mac802154: add "
` [PATCH bluetooth-next 2/2] at86rf230: remove interframe spacing time workaround

[PATCH bluetooth-next 00/18] ieee802154: iface handling and new nl802154 commands
 2014-11-12  4:12 UTC  (20+ messages)
` [PATCH bluetooth-next 01/18] mac820154: move interface unregistration into iface
` [PATCH bluetooth-next 02/18] mac820154: rename sdata next to tmp
` [PATCH bluetooth-next 03/18] mac820154: move mutex locks out of loop
` [PATCH bluetooth-next 04/18] mac802154: add wpan_phy priv id
` [PATCH bluetooth-next 05/18] mac802154: change module description
` [PATCH bluetooth-next 06/18] mac802154: add ifname change notifier
` [PATCH bluetooth-next 07/18] ieee802154: cleanup cfg802154 intendation
` [PATCH bluetooth-next 08/18] ieee820154: add channel set support
` [PATCH bluetooth-next 09/18] ieee820154: remove valid page and channel checks
` [PATCH bluetooth-next 10/18] ieee820154: add pan_id setting support
` [PATCH bluetooth-next 11/18] ieee820154: add short_addr "
` [PATCH bluetooth-next 12/18] ieee820154: add backoff exponent "
` [PATCH bluetooth-next 13/18] at86rf230: remove invalid backoff exponent check
` [PATCH bluetooth-next 14/18] ieee820154: add max csma backoffs setting support
` [PATCH bluetooth-next 15/18] at86rf230: remove invalid max csma backoffs check
` [PATCH bluetooth-next 16/18] ieee820154: add max frame retries setting support
` [PATCH bluetooth-next 17/18] at86rf230: remove invalid max frame retries check
` [PATCH bluetooth-next 18/18] ieee820154: add lbt setting support

[PATCH bluetooth-next 00/15] ieee802154: introduce nl802154 framework
 2014-11-09 18:52 UTC  (17+ messages)
` [PATCH bluetooth-next 01/15] mac802154: move mac pib attributes into wpan_dev
` [PATCH bluetooth-next 02/15] mac802154: remove mac_params in sdata
` [PATCH bluetooth-next 03/15] ieee802154: rename wpan_phy_alloc
` [PATCH bluetooth-next 04/15] ieee802154: add cfg802154_registered_device list
` [PATCH bluetooth-next 05/15] ieee802154: add iftype to wpan_dev
` [PATCH bluetooth-next 06/15] ieee802154: add wpan_dev_list
` [PATCH bluetooth-next 07/15] ieee802154: sysfs add wpan_phy index and name
` [PATCH bluetooth-next 08/15] ieee802154: add new nl802154 header
` [PATCH bluetooth-next 09/15] ieee802154: add nl802154 framework
` [PATCH bluetooth-next 10/15] ieee802154: add wpan_phy dump support
` [PATCH bluetooth-next 11/15] ieee802154: add wpan_dev "
` [PATCH bluetooth-next 12/15] mac820154: don't set monitor dev_addr
` [PATCH bluetooth-next 13/15] ieee802154: netlink add rtnl lock
` [PATCH bluetooth-next 14/15] ieee802154: fix iface dump with lowpan
` [PATCH bluetooth-next 15/15] mac802154: protect address changes via ioctl

[PATCH wpan-tools 1/5] phy: remove split dump feature
 2014-11-08 17:00 UTC  (5+ messages)
` [PATCH wpan-tools 2/5] interface: backoff exponents print human readable
` [PATCH wpan-tools 3/5] mac: do backoff_exponent into one cmd
` [PATCH wpan-tools 4/5] phy: do page and channel setting "
` [PATCH wpan-tools 5/5] nl802154: update nl802154 header

6lowpan with external radio
 2014-11-07 13:22 UTC  (13+ messages)

[PATCHv2 bluetooth-next] 6lowpan: move skb_free from error paths in decompression
 2014-11-06 21:11 UTC  (3+ messages)

[PATCH bluetooth-next] 6lowpan: move skb_free from error paths in decompression
 2014-11-06 10:47 UTC  (6+ messages)

[PATCH bluetooth-next 00/18] ieee802154: interface registration and perm address support
 2014-11-06 10:05 UTC  (24+ messages)
` [PATCH bluetooth-next 01/18] ieee802154: rework wpan_phy index assignment
` [PATCH bluetooth-next 02/18] ieee802154: remove nl802154 unused functions
` [PATCH bluetooth-next 03/18] mac802154: move interface del handling in iface
` [PATCH bluetooth-next 04/18] mac802154: move interface add "
` [PATCH bluetooth-next 05/18] mac802154: move dev_hold out of ieee802154_if_add
` [PATCH bluetooth-next 06/18] ieee802154: rework interface registration
` [PATCH bluetooth-next 07/18] ieee802154: remove mlme get_phy callback
` [PATCH bluetooth-next 08/18] mac802154: add default interface registration
` [PATCH bluetooth-next 09/18] mac802154: add ieee802154_vif struct
` [PATCH bluetooth-next 10/18] ieee802154: add IEEE802154_EXTENDED_ADDR_LEN
` [PATCH bluetooth-next 11/18] ieee802154: add ieee802154_random_extended_addr
` [PATCH bluetooth-next 12/18] mac802154: add ieee802154_le64_to_be64
` [PATCH bluetooth-next 13/18] mac802154: cleanup ieee802154_netdev_to_extended_addr
` [PATCH bluetooth-next 14/18] mac802154: add support for perm_extended_addr
` [PATCH bluetooth-next 15/18] at86rf230: generate random perm extended address
` [PATCH bluetooth-next 16/18] at86rf230: add force slotted operation bit
` [PATCH bluetooth-next 17/18] mac802154: use IEEE802154_EXTENDED_ADDR_LEN
` [PATCH bluetooth-next 18/18] mac802154: fix typo promisuous to promiscuous

ieee802154: add extended address validation helper
 2014-11-04 16:45 UTC  (5+ messages)
  ` [patch] ieee802154: || vs && in ieee802154_is_valid_extended_addr()

[PATCHv3 bluetooth-next] 6lowpan: fix udp header compression when using raw sockets
 2014-11-04 16:32 UTC  (3+ messages)

[PATCHv2 bluetooth-next] 6lowpan: fix udp header compression when using raw sockets
 2014-11-04 14:48 UTC 

[PATCHv2 bluetooth-next] 6lowpan: fix udp header compression when using raw sockets
 2014-11-04 14:42 UTC  (2+ messages)

[PATCH bluetooth-next] ieee802154: 6lowpan: fix udp header compression when using raw skts
 2014-11-04 14:33 UTC  (4+ messages)

skb free patches
 2014-11-04 14:19 UTC  (2+ messages)

problems with udp header compression
 2014-11-04 12:37 UTC  (5+ messages)

[PATCH bluetooth-next] netdevice: add ieee802154_ptr to net_device
 2014-11-03 21:35 UTC  (3+ messages)

[PATCH bluetooth-next 0/6] ieee802154: solve make C=2 warnings
 2014-11-02 20:52 UTC  (8+ messages)
` [PATCH bluetooth-next 1/6] ieee802154: add missing ULL definition
` [PATCH bluetooth-next 2/6] ieee802154: fix byteorder issues
` [PATCH bluetooth-next 3/6] mac802154: "
` [PATCH bluetooth-next 4/6] ieee802154: sysfs: add missing include
` [PATCH bluetooth-next 5/6] mac802154: cfg: "
` [PATCH bluetooth-next 6/6] ieee802154: remove unnecessary functions

IEEE 802.15.4 - Realization interframe spacing time after each ndo_start_xmit
 2014-11-02 14:33 UTC 

IEEE 802.15.4 6LoWPAN need to change netdev type UAPI - How we can do it right now?
 2014-11-02 12:41 UTC 

[PATCH bluetooth-next 00/16] ieee802154: introduce cfg802154 and address filter handling
 2014-11-02  3:52 UTC  (18+ messages)
` [PATCH bluetooth-next 01/16] at86rf230: fix page parameter constraints
` [PATCH bluetooth-next 02/16] ieee802154: remove default channel settings
` [PATCH bluetooth-next 03/16] at86rf230: add "
` [PATCH bluetooth-next 04/16] cfg802154: introduce cfg802154_registered_device
` [PATCH bluetooth-next 05/16] mac802154: introduce mac802154_config_ops
` [PATCH bluetooth-next 06/16] ieee802154: add helper wpan_phy_to_rdev function
` [PATCH bluetooth-next 07/16] cfg802154: convert deprecated iface add and del
` [PATCH bluetooth-next 08/16] ieee802154: don't allow to change addr while netif_running
` [PATCH bluetooth-next 09/16] mac802154: add helper for converting dev_addr
` [PATCH bluetooth-next 10/16] mac802154: set extended address filter on ifup
` [PATCH bluetooth-next 11/16] mac802154: set short "
` [PATCH bluetooth-next 12/16] mac802154: set panid "
` [PATCH bluetooth-next 13/16] mac802154: move phy settings into netlink receive
` [PATCH bluetooth-next 14/16] ieee802154: add extended address validation helper
` [PATCH bluetooth-next 15/16] mac802154: iface: add validation for extended address
` [PATCH bluetooth-next 16/16] ieee802154: 6lowpan: remove set of mac address

[Linux-zigbee-devel] Cannot get MRFs talking. Not sure what I've done wrong
 2014-11-01 19:27 UTC  (2+ messages)

[PATCH bluetooth-next 00/17] ieee802154: fix checksum and monitor handling
 2014-10-29 22:09 UTC  (7+ messages)
` [PATCH bluetooth-next 11/17] mac802154: rx: remove override pkt_type set to PACKET_HOST
` [PATCH bluetooth-next 14/17] mac802154: rx: monitor receive cleanup
` [PATCH bluetooth-next 15/17] mac802154: rx: add error handling after skb_clone
` [PATCH bluetooth-next 16/17] at86rf230: deliver with checksum
` [PATCH bluetooth-next 17/17] mac802154: add basic support for monitor


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).