messages from 2014-10-07 18:58:18 to 2014-10-27 11:43:51 UTC [more...]
[PATCH bluetooth-next 00/16] ieee802154: rework receive handling
2014-10-27 11:43 UTC (15+ messages)
` [PATCH bluetooth-next 01/16] mac802154: tx: use put_unaligned_le16 for copy crc
` [PATCH bluetooth-next 02/16] ieee802154: drivers: use dev_alloc_skb
` [PATCH bluetooth-next 03/16] mac802154: rx: use tasklet instead workqueue
` [PATCH bluetooth-next 04/16] mac802154: rx: warn if ieee80211_rx call from irq
` [PATCH bluetooth-next 05/16] mac802154: rx: move receive handling into rx.c
` [PATCH bluetooth-next 06/16] mac802154: tx: remove monitor receive while xmit
` [PATCH bluetooth-next 07/16] mac802154: rx: rename remove mac802154_subif_rx
` [PATCH bluetooth-next 08/16] mac802154: rx: move skb->protocol setting
` [PATCH bluetooth-next 09/16] mac802154: rx: add CHECKSUM_UNNECESSARY
` [PATCH bluetooth-next 10/16] mac802154: rx: add monitor pkt_type information
` [PATCH bluetooth-next 11/16] mac802154: rx: move skb_reset_mac_header
` [PATCH bluetooth-next 12/16] mac802154: rx: move rcu locking
` [PATCH bluetooth-next 13/16] ieee802154: add valid psdu length helper
` [PATCH bluetooth-next 14/16] at86rf230: use ieee802154_is_valid_psdu_len helper
[PATCH v5 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
2014-10-27 5:22 UTC (6+ messages)
` [PATCH v5 bluetooth-next 1/4] 6lowpan: remove skb_deliver from IPHC
` [PATCH v5 bluetooth-next 2/4] 6lowpan: fix process_data return values
` [PATCH v5 bluetooth-next 3/4] bluetooth:6lowpan: use consume_skb when packet processed successfully
` [PATCH v5 bluetooth-next 4/4] ieee802154: 6lowpan: rename process_data and lowpan_process_data
[PATCH bluetooth-next] mac802154: tx: make worker information static
2014-10-26 18:20 UTC (2+ messages)
[PATCHv2 bluetooth-next 00/15] ieee802154: rework transmit handling
2014-10-26 16:26 UTC (17+ messages)
` [PATCHv2 bluetooth-next 01/15] mac802154: tx: move xmit callback to tx file
` [PATCHv2 bluetooth-next 02/15] mac802154: tx: remove kmalloc in xmit hotpath
` [PATCHv2 bluetooth-next 03/15] mac802154: tx: squash multiple dereferencing
` [PATCHv2 bluetooth-next 04/15] mac802154: tx: remove xmit channel context switch
` [PATCHv2 bluetooth-next 05/15] mac802154: add netdev qeue helpers
` [PATCHv2 bluetooth-next 06/15] mac802154: tx: use queue helpers in xmit worker
` [PATCHv2 bluetooth-next 07/15] mac802154: tx: fix error handling while xmit
` [PATCHv2 bluetooth-next 08/15] mac802154: tx: add support for xmit_async callback
` [PATCHv2 bluetooth-next 09/15] mac802154: tx: don't allow if down while sync tx
` [PATCHv2 bluetooth-next 10/15] mac802154: tx: use netdev print helpers
` [PATCHv2 bluetooth-next 11/15] mac802154: tx: cleanup crc calculation
` [PATCHv2 bluetooth-next 12/15] mac802154: tx: move stats tx increment
` [PATCHv2 bluetooth-next 13/15] mac802154: tx: change naming convention
` [PATCHv2 bluetooth-next 14/15] mac802154: tx: add comment at sync xmit callback
` [PATCHv2 bluetooth-next 15/15] at86rf230: asynchronous xmit handling
[PATCH bluetooth-next 00/15] ieee802154: rework transmit handling
2014-10-26 8:25 UTC (17+ messages)
` [PATCH bluetooth-next 01/15] mac802154: tx: move xmit callback to tx file
` [PATCH bluetooth-next 02/15] mac802154: tx: remove kmalloc in xmit hotpath
` [PATCH bluetooth-next 03/15] mac802154: tx: squash multiple dereferencing
` [PATCH bluetooth-next 04/15] mac802154: tx: remove xmit channel context switch
` [PATCH bluetooth-next 05/15] mac802154: add netdev qeue helpers
` [PATCH bluetooth-next 06/15] mac802154: tx: use queue helpers in xmit worker
` [PATCH bluetooth-next 07/15] mac802154: tx: fix error handling while xmit
` [PATCH bluetooth-next 08/15] mac802154: tx: add support for xmit_async callback
` [PATCH bluetooth-next 09/15] mac802154: tx: don't allow if down while sync tx
` [PATCH bluetooth-next 10/15] mac802154: tx: use netdev print helpers
` [PATCH bluetooth-next 11/15] mac802154: tx: cleanup crc calculation
` [PATCH bluetooth-next 12/15] mac802154: tx: move stats tx increment
` [PATCH bluetooth-next 13/15] mac802154: tx: change naming convention
` [PATCH bluetooth-next 14/15] mac802154: tx: add comment at sync xmit callback
` [PATCH bluetooth-next 15/15] at86rf230: asynchronous xmit handling
[PATCH bluetooth-next 0/7] ieee802154: file movements
2014-10-25 7:33 UTC (9+ messages)
` [PATCH bluetooth-next 1/7] mac802154: move ieee802154_dev.c to main.c
` [PATCH bluetooth-next 2/7] mac802154: move mac802154.h to ieee802154_i.h
` [PATCH bluetooth-next 3/7] mac802154: move wpan.c to iface.c
` [PATCH bluetooth-next 4/7] ieee802154: move wpan-phy.h to cfg802154.h
` [PATCH bluetooth-next 5/7] ieee802154: move wpan-class.c to core.c
` [PATCH bluetooth-next 6/7] ieee802154: move ieee802154 header
` [PATCH bluetooth-next 7/7] MAINTAINERS: add missing headers in 802.15.4
[PATCHv2 bluetooth-next 0/7] ieee802154: file movements
2014-10-25 20:02 UTC (9+ messages)
` [PATCHv2 bluetooth-next 1/7] mac802154: move ieee802154_dev.c to main.c
` [PATCHv2 bluetooth-next 2/7] mac802154: move mac802154.h to ieee802154_i.h
` [PATCHv2 bluetooth-next 3/7] mac802154: move wpan.c to iface.c
` [PATCHv2 bluetooth-next 4/7] ieee802154: move wpan-phy.h to cfg802154.h
` [PATCHv2 bluetooth-next 5/7] ieee802154: move wpan-class.c to core.c
` [PATCHv2 bluetooth-next 6/7] ieee802154: move ieee802154 header
` [PATCHv2 bluetooth-next 7/7] MAINTAINERS: add missing headers in 802.15.4
[PATCH bluetooth-next 00/10] ieee802154: removals and renames
2014-10-25 20:02 UTC (12+ messages)
` [PATCH bluetooth-next 01/10] ieee802154: remove fakehard driver
` [PATCH bluetooth-next 02/10] ieee802154: rename ieee802154_dev to ieee802154_hw
` [PATCH bluetooth-next 03/10] mac802154: rename mac802154_priv to ieee802154_local
` [PATCH bluetooth-next 04/10] mac802154: rename mac802154_sub_if_data
` [PATCH bluetooth-next 05/10] mac802154: rename hw subif_data variable to local
` [PATCH bluetooth-next 06/10] mac802154: rename sdata slaves and slaves_mtx
` [PATCH bluetooth-next 07/10] mac802154: introduce hw_to_local function
` [PATCH bluetooth-next 08/10] mac802154: introduce IEEE802154_DEV_TO_SUB_IF
` [PATCH bluetooth-next 09/10] mac802154: rename dev_workqueue to workqueue
` [PATCH bluetooth-next 10/10] mac802154: remove ieee802154_addr from driver_ops
[PATCH bluetooth-next 0/6] ieee802154: trivial fixes
2014-10-25 6:29 UTC (8+ messages)
` [PATCH bluetooth-next 1/6] ieee802154: mac802154: remove FSF address
` [PATCH bluetooth-next 2/6] ieee802154: ieee802154_dev: fix align typo
` [PATCH bluetooth-next 3/6] mac802154: fix typo IEEE802515 to IEEE802154
` [PATCH bluetooth-next 4/6] ieee802154: wpan-phy: change to __aligned(size)
` [PATCH bluetooth-next 5/6] ieee802154: wpan-phy: use blank line after function
` [PATCH bluetooth-next 6/6] ieee802154: wpan-class: fix trailing semicolon
[PATCH v3 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
2014-10-23 14:28 UTC (6+ messages)
` [PATCH v3 bluetooth-next 1/4] 6lowpan: remove skb_deliver from IPHC
` [PATCH v3 bluetooth-next 2/4] 6lowpan: fix process_data return values
` [PATCH v3 bluetooth-next 3/4] bluetooth:6lowpan: use consume_skb when packet processed successfully
` [PATCH v3 bluetooth-next 4/4] ieee802154: 6lowpan: rename process_data and lowpan_process_data
[PATCH v3 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
2014-10-23 10:30 UTC (8+ messages)
` [PATCH v3 bluetooth-next 1/4] 6lowpan: remove skb_deliver from IPHC
` [PATCH v3 bluetooth-next 2/4] 6lowpan: fix process_data return values
` [PATCH v3 bluetooth-next 3/4] bluetooth:6lowpan: use consume_skb when packet processed successfully
` [PATCH v3 bluetooth-next 4/4] ieee802154: 6lowpan: rename process_data and lowpan_process_data
[Linux-zigbee-devel] Questions about the Zigbee in Linux
2014-10-22 10:52 UTC (14+ messages)
[PATCH v2 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
2014-10-21 7:31 UTC (9+ messages)
` [PATCH v2 bluetooth-next 1/4] 6lowpan: remove skb_deliver from IPHC
` [PATCH v2 bluetooth-next 2/4] 6lowpan: fix process_data return values
` [PATCH v2 bluetooth-next 3/4] bluetooth:6lowpan: use consume_skb when packet processed successfully
` [PATCH v2 bluetooth-next 4/4] ieee802154: 6lowpan: rename process_data and lowpan_process_data
multicast problems
2014-10-20 17:24 UTC (2+ messages)
[PATCH bluetooth-next 0/5] Move skb delivery out of IPHC
2014-10-20 10:06 UTC (12+ messages)
` [PATCH bluetooth-next 1/5] Remove skb_deliver from IPHC
` [PATCH bluetooth-next 2/5] Fix process_data return values
` [PATCH bluetooth-next 3/5] Use consume_skb when packet processed successfully
` [PATCH bluetooth-next 4/5] Remove unused skb_delivery_cb typedef
` [PATCH bluetooth-next 5/5] Rename process_data and lowpan_process_data
[PATCH v6 bluetooth-next] 6lowpan: Use skb_cow in IPHC decompression
2014-10-17 14:15 UTC (15+ messages)
Debug message API names for WPAN
2014-10-17 5:33 UTC (2+ messages)
[PATCH bluetooth-next 1/2] ieee802154: 6lowpan: improve packet registration
2014-10-15 13:38 UTC (4+ messages)
` [PATCH bluetooth-next 2/2] ieee802154: 6lowpan: add RTNL assertion
[PATCH v5 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression
2014-10-13 9:41 UTC (9+ messages)
[PATCH v4 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression
2014-10-09 7:18 UTC (7+ messages)
[PATCH bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression
2014-10-08 13:42 UTC (12+ messages)
[PATCH v3 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression
2014-10-08 8:10 UTC (6+ messages)
[PATCH v2 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression
2014-10-08 7:29 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).