linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-06 10:36:53 to 2014-09-10 00:19:06 UTC [more...]

[Linux-zigbee-devel] [PATCH v2 bluetooth-next] Simplify lowpan receive path so skb is freed in lowpan_rcv when dropped
 2014-09-10  0:18 UTC  (20+ messages)
`  "

6lowpan status
 2014-09-08 10:43 UTC  (13+ messages)
        ` 6lowpan raw socket problems

Serial-driver
 2014-09-08  9:53 UTC  (2+ messages)

[PATCHv2 wpan-tools 0/6] wpan-tools: new netlink interfaces calls
 2014-09-06  8:17 UTC  (8+ messages)
` [PATCHv2 wpan-tools 1/6] nl_extras: initial commit for extra nl bindings
` [PATCHv2 wpan-tools 2/6] phy: add support for tx power pib attribute
` [PATCHv2 wpan-tools 3/6] phy: add support for setting cca_mode
` [PATCHv2 wpan-tools 4/6] mac: add support for setting max_frame_retries
` [PATCHv2 wpan-tools 5/6] mac: initial support for setting csma params
` [PATCHv2 wpan-tools 6/6] phy: add support for cca mode 3 and/or handling

[PATCH wpan-tools 0/6] wpan-tools: new netlink interfaces calls
 2014-09-04  9:01 UTC  (9+ messages)
` [PATCH wpan-tools 1/6] nl_updates: initial commit of nl_updates
` [PATCH wpan-tools 2/6] phy: add support for tx power pib attribute
` [PATCH wpan-tools 3/6] phy: add support for setting cca_mode
` [PATCH wpan-tools 4/6] mac: add support for setting max_frame_retries
` [PATCH wpan-tools 5/6] mac: initial support for setting csma params
` [PATCH wpan-tools 6/6] phy: add support for cca mode 3 and/or handling

[PATCH wpan-next 00/12] ieee802154: mac802154: wireless transformation part 2
 2014-08-24  6:59 UTC  (17+ messages)
` [PATCH wpan-next 01/12] mac802154: rx: warn if ieee80211_rx call from irq
` [PATCH wpan-next 02/12] mac802154: move header parse functions to rx.c
` [PATCH wpan-next 03/12] mac802154: rename sdata slaves and slaves_mtx
` [PATCH wpan-next 04/12] mac802154: introduce IEEE802154_DEV_TO_SUB_IF
` [PATCH wpan-next 05/12] mac802154: move slave open/close functions to wpan
` [PATCH wpan-next 06/12] mac802154: rename wpan.c to iface.c
` [PATCH wpan-next 07/12] mac802154: rx: use netif_receive_skb
` [PATCH wpan-next 08/12] mac802154: introduce internal driver-ops header
` [PATCH wpan-next 09/12] mac802154: remove useless -EBUSY if sdata running
` [PATCH wpan-next 10/12] mac802154: rework open count
` [PATCH wpan-next 11/12] mac802154: remove ieee802154_addr from driver_ops
` [PATCH wpan-next 12/12] mac802154: rework sdata state change to running

[PATCH net-next] MAINTAINERS: Add section for MRF24J40 IEEE 802.15.4 radio driver
 2014-08-22  0:37 UTC  (3+ messages)

[PATCH wpan-tools 0/8] initial commit of wpan-tools
 2014-08-20 23:17 UTC  (9+ messages)
` [PATCH wpan-tools 1/8] COPYING: add COPYING file
` [PATCH wpan-tools 2/8] initial commit
` [PATCH wpan-tools 3/8] gitignore: add gitignore files
` [PATCH wpan-tools 4/8] iwpan: fix coding style issue
` [PATCH wpan-tools 5/8] nl802154: update to current header file
` [PATCH wpan-tools 6/8] phy: initial commit for phy pib handling
` [PATCH wpan-tools 7/8] mac: initial commit for mac "
` [PATCH wpan-tools 8/8] gitignore: add phy and mac object files

[PATCHv2 bluetooth 0/5] mac802154: ieee802154: stable patches
 2014-08-19 17:20 UTC  (7+ messages)
` [PATCHv2 bluetooth 1/5] mac802154: fixed potential skb leak with mac802154_parse_frame_start
` [PATCHv2 bluetooth 2/5] ieee802154: 6lowpan_rtnl: fix correct errno value
` [PATCHv2 bluetooth 3/5] ieee802154: mac802154: handle the reserved dest mode by dropping the packet
` [PATCHv2 bluetooth 4/5] ieee802154: 6lowpan: ensure of sending 1280 packets
` [PATCHv2 bluetooth 5/5] ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan

mac802154: TX results and ACK processing
 2014-08-19 16:56 UTC  (4+ messages)

[PATCH bluetooth 0/5] mac802154: ieee802154: stable patches
 2014-08-19 16:51 UTC  (8+ messages)
` [PATCH bluetooth 1/5] mac802154: fixed potential skb leak with mac802154_parse_frame_start
` [PATCH bluetooth 2/5] ieee802154: 6lowpan_rtnl: fix correct errno value
` [PATCH bluetooth 3/5] ieee802154: mac802154: handle the reserved dest mode by dropping the packet
` [PATCH bluetooth 4/5] ieee802154: 6lowpan: ensure of sending 1280 packets
` [PATCH bluetooth 5/5] ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan

[PATCH wpan] at86rf230: add missing enable_irq on irq handler
 2014-08-19 16:20 UTC 

new netlink interface cfg802154
 2014-08-19 10:06 UTC 

New organization between wpan and bluetooth
 2014-08-19  9:35 UTC 

[PATCHv2 linux-wpan] ieee802154: mrf24j40: Add support for MRF24J40MC
 2014-08-16 15:49 UTC  (3+ messages)

[PATCH wpan-next 00/12] ieee802154: mac802154: wireless transformation part 3
 2014-08-15 14:59 UTC  (15+ messages)
` [PATCH wpan-next 01/12] mac802154: tx: move xmit callback to tx file
` [PATCH wpan-next 02/12] mac802154: make struct ieee802154_ops const
` [PATCH wpan-next 03/12] mac802154: add netdev qeue helpers
` [PATCH wpan-next 04/12] mac802154: tx: remove kmalloc in xmit hotpath
` [PATCH wpan-next 05/12] mac802154: tx: remove xmit channel context switch
` [PATCH wpan-next 06/12] mac802154: tx: add drv_xmit to driver-ops
` [PATCH wpan-next 07/12] mac802154: tx: fix error handling on xmit
` [PATCH wpan-next 08/12] mac802154: tx: add support for async xmit callback
` [PATCH wpan-next 09/12] at86rf230: asynchrous xmit handling
` [PATCH wpan-next 10/12] ieee802154: add valid frame length helper
` [PATCH wpan-next 11/12] at86rf230: use ieee802154_is_valid_frame_len
` [PATCH wpan-next 12/12] at86rf230: improve receive handling

[PATCH wpan-next 00/11] ieee802154: mac802154: wireless transformation
 2014-08-14  8:24 UTC  (17+ messages)
` [PATCH wpan-next 01/11] ieee802154: rename ieee802154_dev to ieee802154_hw
` [PATCH wpan-next 02/11] mac802154: rename ieee802154_dev.c to main.c
` [PATCH wpan-next 03/11] mac802154: remove not functional monitor device
` [PATCH wpan-next 04/11] ieee802154: add new interface types
` [PATCH wpan-next 05/11] nl802154: add missing endif comment
` [PATCH wpan-next 06/11] mac802154: rename mac802154_priv to ieee802154_local
` [PATCH wpan-next 07/11] mac802154: rename mac802154_sub_if_data to ieee802154_sub_if_data
` [PATCH wpan-next 08/11] mac802154: rename mac802154.h to ieee802154_i.h
` [PATCH wpan-next 09/11] mac802154: rename hw subif_data variable to local
` [PATCH wpan-next 10/11] mac802154: use hw_to_local
` [PATCH wpan-next 11/11] mac802154: rx: use tasklet instead workqueue

Latest wpan-next doesn't compile
 2014-08-14  7:11 UTC  (2+ messages)

[Linux-zigbee-devel] Old wiki updated but issues pinging fake nodes with relatively large payloads (> 93 octets)
 2014-08-14  6:49 UTC  (4+ messages)

New direction of the 802.15.4 implementation
 2014-08-12  8:16 UTC 

pull-request: wpan-next 2014-08-11
 2014-08-11 19:24 UTC  (11+ messages)
` [PATCH 1/4] mac802154: cleanup in rx path
` [PATCH 2/4] mac802154: common error path
` [PATCH 3/4] ieee802154: 6lowpan: remove unused function
` [PATCH 4/4] mac802154: common tx error path

re- force-updating wpan repositories
 2014-08-11 11:59 UTC 

[RFC bluetooth-next 0/8] 6lowpan: introduce generic next header compression layer
 2014-08-10 15:14 UTC  (11+ messages)
` [RFC bluetooth-next 1/8] 6lowpan: add generic nhc layer interface
` [RFC bluetooth-next 2/8] 6lowpan: nhc layer udp compression
` [RFC bluetooth-next 3/8] 6lowpan: add hop-by-hop options skeleton
` [RFC bluetooth-next 4/8] 6lowpan: add routing skeleton
` [RFC bluetooth-next 5/8] 6lowpan: add fragment skeleton
` [RFC bluetooth-next 6/8] 6lowpan: add destination options skeleton
` [RFC bluetooth-next 7/8] 6lowpan: add mobility skeleton
` [RFC bluetooth-next 8/8] 6lowpan: add ipv6 skeleton

Atmel at86rf212 and 'b' support in Linux
 2014-08-09  8:35 UTC 

[PATCH bluetooth-next] MAINTAINERS: update maintainers info
 2014-08-08 17:54 UTC  (2+ messages)

[PATCH bluetooth-next] MAINTAINERS: update maintainers info
 2014-08-08 11:51 UTC  (5+ messages)

[PATCH bluetooth-next] MAINTAINERS: add mailing list
 2014-08-08 11:16 UTC  (3+ messages)

Regarding dev->addr_len
 2014-08-08 10:47 UTC  (4+ messages)

[PATCH wpan-next] 6lowpan_rtnl: fix correct return of errno value
 2014-08-08  6:50 UTC  (5+ messages)

[PATCH] 6lowpan: Allow 6LoWPAN to be modular
 2014-08-07 19:05 UTC  (6+ messages)

Modular 6LoWPAN? (was: Re: 6lowpan: introduce new net/6lowpan directory)
 2014-08-07 13:26 UTC 

wpan-next: git pull conflict
 2014-08-07  6:34 UTC 

IPv6 over IEEE 802.15.4 aka 6LoWPAN - Neighbor discovery issue
 2014-08-06 21:26 UTC  (4+ messages)

linux-wpan github repos updated
 2014-08-06 15:02 UTC 

[PATCH linux-wpan] Add support for MRF24J40MC
 2014-08-06 11:43 UTC  (2+ messages)


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).