Linux WPAN (Wireless Personal Area Network)
[Prev Page][Next Page]
[PATCH bluetooth-next 00/17] mac802154: iface and driver-ops cleanup,
Alexander Aring
- [PATCH bluetooth-next 01/17] mac802154: monitor: merge into iface implementation, Alexander Aring
- [PATCH bluetooth-next 02/17] mac802154: main: move open and close into iface, Alexander Aring
- [PATCH bluetooth-next 03/17] mac802154: declare struct ieee802154_ops as const, Alexander Aring
- [PATCH bluetooth-next 04/17] mac802154: ops: declare channel and page as u8, Alexander Aring
- [PATCH bluetooth-next 05/17] mac802154: introduce driver-ops header, Alexander Aring
- [PATCH bluetooth-next 06/17] mac802154: use driver-ops function wrappers, Alexander Aring
- [PATCH bluetooth-next 07/17] mac802154: remove might_sleep from driver layer, Alexander Aring
- [PATCH bluetooth-next 08/17] mac802154: remove driver ops in wpan-phy, Alexander Aring
- [PATCH bluetooth-next 09/17] mac802154: rework sdata state change to running, Alexander Aring
- [PATCH bluetooth-next 10/17] mac802154: rename running to started, Alexander Aring
- [PATCH bluetooth-next 12/17] mac802154: add synchronization handling, Alexander Aring
- [PATCH bluetooth-next 11/17] mac802154: move local started handling, Alexander Aring
- [PATCH bluetooth-next 13/17] mac802154: iface: remove assign to zero, Alexander Aring
- [PATCH bluetooth-next 15/17] mac802154: move mac_params functions into mac_cmd, Alexander Aring
- [PATCH bluetooth-next 14/17] mac802154: remove channel attributes from sdata, Alexander Aring
- [PATCH bluetooth-next 16/17] mac802154: cleanup open count handling, Alexander Aring
- [PATCH bluetooth-next 17/17] ieee802154: introduce sysfs file, Alexander Aring
- Re: [PATCH bluetooth-next 00/17] mac802154: iface and driver-ops cleanup, Marcel Holtmann
[PATCHv2 bluetooth-next 00/16] ieee802154: rework receive handling,
Alexander Aring
- [PATCHv2 bluetooth-next 01/16] mac802154: tx: use put_unaligned_le16 for copy crc, Alexander Aring
- [PATCHv2 bluetooth-next 03/16] mac802154: rx: use tasklet instead workqueue, Alexander Aring
- [PATCHv2 bluetooth-next 04/16] mac802154: rx: document ieee802154_rx() context requirement, Alexander Aring
- [PATCHv2 bluetooth-next 02/16] ieee802154: drivers: use dev_alloc_skb, Alexander Aring
- [PATCHv2 bluetooth-next 05/16] mac802154: rx: move receive handling into rx.c, Alexander Aring
- [PATCHv2 bluetooth-next 06/16] mac802154: tx: remove monitor receive while xmit, Alexander Aring
- [PATCHv2 bluetooth-next 07/16] mac802154: rx: rename remove mac802154_subif_rx, Alexander Aring
- [PATCHv2 bluetooth-next 09/16] mac802154: rx: add CHECKSUM_UNNECESSARY, Alexander Aring
- [PATCHv2 bluetooth-next 10/16] mac802154: rx: add monitor pkt_type information, Alexander Aring
- [PATCHv2 bluetooth-next 08/16] mac802154: rx: move skb->protocol setting, Alexander Aring
- [PATCHv2 bluetooth-next 12/16] mac802154: rx: move rcu locking, Alexander Aring
- [PATCHv2 bluetooth-next 11/16] mac802154: rx: move skb_reset_mac_header, Alexander Aring
- [PATCHv2 bluetooth-next 13/16] ieee802154: add valid psdu length helper, Alexander Aring
- [PATCHv2 bluetooth-next 14/16] at86rf230: use ieee802154_is_valid_psdu_len helper, Alexander Aring
- [PATCHv2 bluetooth-next 15/16] at86rf230: improve receive handling, Alexander Aring
- [PATCHv2 bluetooth-next 16/16] mac802154: rx: change naming convention, Alexander Aring
- Re: [PATCHv2 bluetooth-next 00/16] ieee802154: rework receive handling, Marcel Holtmann
[PATCH bluetooth-next 00/16] ieee802154: rework receive handling,
Alexander Aring
- [PATCH bluetooth-next 01/16] mac802154: tx: use put_unaligned_le16 for copy crc, Alexander Aring
- [PATCH bluetooth-next 02/16] ieee802154: drivers: use dev_alloc_skb, Alexander Aring
- [PATCH bluetooth-next 03/16] mac802154: rx: use tasklet instead workqueue, Alexander Aring
- [PATCH bluetooth-next 04/16] mac802154: rx: warn if ieee80211_rx call from irq, Alexander Aring
- [PATCH bluetooth-next 05/16] mac802154: rx: move receive handling into rx.c, Alexander Aring
- [PATCH bluetooth-next 06/16] mac802154: tx: remove monitor receive while xmit, Alexander Aring
- [PATCH bluetooth-next 07/16] mac802154: rx: rename remove mac802154_subif_rx, Alexander Aring
- [PATCH bluetooth-next 08/16] mac802154: rx: move skb->protocol setting, Alexander Aring
- [PATCH bluetooth-next 09/16] mac802154: rx: add CHECKSUM_UNNECESSARY, Alexander Aring
- [PATCH bluetooth-next 10/16] mac802154: rx: add monitor pkt_type information, Alexander Aring
- [PATCH bluetooth-next 11/16] mac802154: rx: move skb_reset_mac_header, Alexander Aring
- [PATCH bluetooth-next 12/16] mac802154: rx: move rcu locking, Alexander Aring
- [PATCH bluetooth-next 13/16] ieee802154: add valid psdu length helper, Alexander Aring
- [PATCH bluetooth-next 14/16] at86rf230: use ieee802154_is_valid_psdu_len helper, Alexander Aring
- [PATCH bluetooth-next 15/16] at86rf230: improve receive handling, Alexander Aring
- [PATCH bluetooth-next 16/16] mac802154: rx: change naming convention, Alexander Aring
[PATCH bluetooth-next] mac802154: tx: make worker information static,
Alexander Aring
[PATCHv2 bluetooth-next 00/15] ieee802154: rework transmit handling,
Alexander Aring
- [PATCHv2 bluetooth-next 01/15] mac802154: tx: move xmit callback to tx file, Alexander Aring
- [PATCHv2 bluetooth-next 02/15] mac802154: tx: remove kmalloc in xmit hotpath, Alexander Aring
- [PATCHv2 bluetooth-next 03/15] mac802154: tx: squash multiple dereferencing, Alexander Aring
- [PATCHv2 bluetooth-next 04/15] mac802154: tx: remove xmit channel context switch, Alexander Aring
- [PATCHv2 bluetooth-next 05/15] mac802154: add netdev qeue helpers, Alexander Aring
- [PATCHv2 bluetooth-next 07/15] mac802154: tx: fix error handling while xmit, Alexander Aring
- [PATCHv2 bluetooth-next 06/15] mac802154: tx: use queue helpers in xmit worker, Alexander Aring
- [PATCHv2 bluetooth-next 08/15] mac802154: tx: add support for xmit_async callback, Alexander Aring
- [PATCHv2 bluetooth-next 09/15] mac802154: tx: don't allow if down while sync tx, Alexander Aring
- [PATCHv2 bluetooth-next 10/15] mac802154: tx: use netdev print helpers, Alexander Aring
- [PATCHv2 bluetooth-next 11/15] mac802154: tx: cleanup crc calculation, Alexander Aring
- [PATCHv2 bluetooth-next 12/15] mac802154: tx: move stats tx increment, Alexander Aring
- [PATCHv2 bluetooth-next 13/15] mac802154: tx: change naming convention, Alexander Aring
- [PATCHv2 bluetooth-next 14/15] mac802154: tx: add comment at sync xmit callback, Alexander Aring
- [PATCHv2 bluetooth-next 15/15] at86rf230: asynchronous xmit handling, Alexander Aring
- Re: [PATCHv2 bluetooth-next 00/15] ieee802154: rework transmit handling, Marcel Holtmann
[PATCH bluetooth-next 00/15] ieee802154: rework transmit handling,
Alexander Aring
- [PATCH bluetooth-next 01/15] mac802154: tx: move xmit callback to tx file, Alexander Aring
- [PATCH bluetooth-next 02/15] mac802154: tx: remove kmalloc in xmit hotpath, Alexander Aring
- [PATCH bluetooth-next 03/15] mac802154: tx: squash multiple dereferencing, Alexander Aring
- [PATCH bluetooth-next 04/15] mac802154: tx: remove xmit channel context switch, Alexander Aring
- [PATCH bluetooth-next 05/15] mac802154: add netdev qeue helpers, Alexander Aring
- [PATCH bluetooth-next 06/15] mac802154: tx: use queue helpers in xmit worker, Alexander Aring
- [PATCH bluetooth-next 07/15] mac802154: tx: fix error handling while xmit, Alexander Aring
- [PATCH bluetooth-next 08/15] mac802154: tx: add support for xmit_async callback, Alexander Aring
- [PATCH bluetooth-next 10/15] mac802154: tx: use netdev print helpers, Alexander Aring
- [PATCH bluetooth-next 11/15] mac802154: tx: cleanup crc calculation, Alexander Aring
- [PATCH bluetooth-next 09/15] mac802154: tx: don't allow if down while sync tx, Alexander Aring
- [PATCH bluetooth-next 12/15] mac802154: tx: move stats tx increment, Alexander Aring
- [PATCH bluetooth-next 13/15] mac802154: tx: change naming convention, Alexander Aring
- [PATCH bluetooth-next 14/15] mac802154: tx: add comment at sync xmit callback, Alexander Aring
- [PATCH bluetooth-next 15/15] at86rf230: asynchronous xmit handling, Alexander Aring
[PATCH bluetooth-next 0/7] ieee802154: file movements,
Alexander Aring
[PATCH bluetooth-next 00/10] ieee802154: removals and renames,
Alexander Aring
- [PATCH bluetooth-next 07/10] mac802154: introduce hw_to_local function, Alexander Aring
- [PATCH bluetooth-next 06/10] mac802154: rename sdata slaves and slaves_mtx, Alexander Aring
- [PATCH bluetooth-next 04/10] mac802154: rename mac802154_sub_if_data, Alexander Aring
- [PATCH bluetooth-next 05/10] mac802154: rename hw subif_data variable to local, Alexander Aring
- [PATCH bluetooth-next 01/10] ieee802154: remove fakehard driver, Alexander Aring
- [PATCH bluetooth-next 08/10] mac802154: introduce IEEE802154_DEV_TO_SUB_IF, Alexander Aring
- [PATCH bluetooth-next 09/10] mac802154: rename dev_workqueue to workqueue, Alexander Aring
- [PATCH bluetooth-next 10/10] mac802154: remove ieee802154_addr from driver_ops, Alexander Aring
- [PATCH bluetooth-next 02/10] ieee802154: rename ieee802154_dev to ieee802154_hw, Alexander Aring
- [PATCH bluetooth-next 03/10] mac802154: rename mac802154_priv to ieee802154_local, Alexander Aring
- Re: [PATCH bluetooth-next 00/10] ieee802154: removals and renames, Marcel Holtmann
[PATCHv2 bluetooth-next 0/7] ieee802154: file movements,
Alexander Aring
[PATCH bluetooth-next 0/6] ieee802154: trivial fixes,
Alexander Aring
[PATCH v5 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC,
Martin Townsend
[PATCH v3 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC,
Martin Townsend
Re: [Linux-zigbee-devel] Questions about the Zigbee in Linux,
Alexander Aring
[PATCH v2 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC,
Martin Townsend
multicast problems,
Simon Vincent
[PATCH bluetooth-next 0/5] Move skb delivery out of IPHC.,
Martin Townsend
Debug message API names for WPAN,
Varka Bhadram
[PATCH v6 bluetooth-next] 6lowpan: Use skb_cow in IPHC decompression.,
Martin Townsend
[PATCH bluetooth-next 1/2] ieee802154: 6lowpan: improve packet registration,
Alexander Aring
[PATCH v5 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression.,
Martin Townsend
[PATCH v4 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression.,
Martin Townsend
[PATCH v3 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression.,
Martin Townsend
[PATCH v2 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression.,
Martin Townsend
[PATCH bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression.,
Martin Townsend
[PATCH bluetooth-next 0/9] at86rf230: various fixes and cleanups,
Alexander Aring
- [PATCH bluetooth-next 1/9] at86rf230: fix errno on tx timeout handling, Alexander Aring
- [PATCH bluetooth-next 2/9] at86rf230: add missing error handling, Alexander Aring
- [PATCH bluetooth-next 3/9] at86rf230: correct aret lifs and sifs handling, Alexander Aring
- [PATCH bluetooth-next 4/9] at86rf230: correct at86rf2xx lifs timings, Alexander Aring
- [PATCH bluetooth-next 5/9] at86rf230: squash unnecessary dereferencing, Alexander Aring
- [PATCH bluetooth-next 6/9] at86rf230: add missing enable_irq, Alexander Aring
- [PATCH bluetooth-next 7/9] at86rf230: fix race condition, Alexander Aring
- [PATCH bluetooth-next 8/9] at86rf230: fix enable_irq handling on async spi, Alexander Aring
- [PATCH bluetooth-next 9/9] at86rf230: remove unnecessary print of async error, Alexander Aring
- Re: [PATCH bluetooth-next 0/9] at86rf230: various fixes and cleanups, Marcel Holtmann
new handling for applying patches, Alexander Aring
[PATCH wpan-next] 6lowpan: cleanup for lowpan_rcv,
varkabhadram
[PATCH linux-wpan v4] ieee802154: mrf24j40: Add support for MRF24J40MC,
Simon Vincent
[PATCH wpan-next 1/3] ieee802154: 6lowpan: fix byteorder for frag tag,
Alexander Aring
[PATCH bluetooth-next 0/2] mac802154: ieee802154: typo and routing fixes,
Alexander Aring
Re: [Linux-zigbee-devel] Linux WPAN sources for ZigBee porting,
Alexander Aring
[PATCH linux-wpan v3] ieee802154: mrf24j40: Add support for MRF24J40MC,
Simon Vincent
[PATCH linux-wpan 0/3] Fix handling of skbs of type PACKET_OTHERHOST,
Simon Vincent
Re: [PATCH] trivial: net/mac802154: Fix Kconfig typo, Alexander Aring
[PATCH wpan-next] ieee802154: cleanup for lowpan_rcv,
Varka Bhadram
[PATCH 1/1 net-next] ieee802154: fix __init functions,
Fabian Frederick
[PATCH 1/1 linux-next] ieee802154: add __init to lowpan_frags_sysctl_register,
Fabian Frederick
Problems with fakeserial,
Martin Townsend
ICMPv6 Redirects,
Simon Vincent
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Simon Vincent
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Simon Vincent
- Message not available
- Message not available
- Message not available
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Simon Vincent
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Simon Vincent
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Simon Vincent
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Simon Vincent
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Varka Bhadram
- Re: ICMPv6 Redirects, Alexander Aring
- Message not available
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Jukka Rissanen
- Re: ICMPv6 Redirects, Alexander Aring
- Re: ICMPv6 Redirects, Alexander Aring
Re: ICMPv6 Redirects, Alexander Aring
[PATCH wpan-tools 0/3] mac: info: interface: add basic support,
Alexander Aring
[PATCH bluetooth-next 0/4] ieee802154: mrf24j40 cleanups and 6lowpan fix,
Alexander Aring
[PATCH linux-wpan v4] ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header,
Simon Vincent
[PATCH linux-wpan v3] ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header,
Simon Vincent
[PATCH linux-wpan v2] 6lowpan: ensure header compression does not corrupt ipv6 header,
Simon Vincent
[PATCH linux-wpan] 6lowpan: ensure header compression does not corrupt ipv6 header,
Simon Vincent
[PATCH wpan-next v3 0/3] cleanup for mrf24j40,
Varka Bhadram
[PATCH bluetooth-next v2 0/3] cleanup for mrf24j40 driver,
Varka Bhadram
Re: [Linux-zigbee-devel] 802.15.4 scan, scan_req and ieee802154_nl_scan_confirm(),
Alexander Aring
Re: 6lowpan raw socket problems,
Simon Vincent
[PATCH v4 bluetooth] Fix lowpan_rcv,
Martin Townsend
- [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Jukka Rissanen
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Jukka Rissanen
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Alexander Aring
- Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv, Martin Townsend
- <Possible follow-ups>
- [PATCH v4 bluetooth] Fix lowpan_rcv, Martin Townsend
[PATCH bluetooth-next 0/3] ieee802154: cleanup for mrf24j40,
Varka Bhadram
[PATCH v3 bluetooth] Fix lowpan_rcv,
Martin Townsend
Re: [PATCH] MAINTAINERS: add maintainer for generic 6LoWPAN, Alexander Aring
[PATCH wpan-next] ieee802154: mrf24j40: support for external rx/tx,
Walter Mack
[PATCH] mrf24j40.c - support for external rx/tx, Walter Mack
Re: Promiscuous patches,
Alexander Aring
PATCH IEEE 802.15.4: Add module parameter to mrf24j40 to allow use of external transmitters/receivers,
Walter Mack
[PATCH v2 bluetooth] Fix lowpan_rcv,
Martin Townsend
[PATCH][linux-bluetooth 0/3] Fix lowpan_rcv,
Martin Townsend
Serial-driver,
Thomas Kühnel
[PATCHv2 wpan-tools 0/6] wpan-tools: new netlink interfaces calls,
Alexander Aring
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]