messages from 2014-10-25 18:55:05 to 2014-11-04 12:37:25 UTC [more...]
problems with udp header compression
2014-11-04 12:37 UTC (5+ messages)
ieee802154: add extended address validation helper
2014-11-04 9:12 UTC (4+ messages)
` [patch] ieee802154: || vs && in ieee802154_is_valid_extended_addr()
[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 (19+ messages)
` [PATCH bluetooth-next 01/17] mac802154: main: remove unnecessary include
` [PATCH bluetooth-next 02/17] mac802154: remove tab after define
` [PATCH bluetooth-next 03/17] mac802154: add IEEE802154_HW_ARET hw flag
` [PATCH bluetooth-next 04/17] mac802154: add hardware address filter flag
` [PATCH bluetooth-next 05/17] mac802154: add support for promiscuous mode
` [PATCH bluetooth-next 06/17] at86rf230: "
` [PATCH bluetooth-next 07/17] mac802154: separate omit tx/rx flags
` [PATCH bluetooth-next 08/17] mac802154: rx: remove unnecessary parameter
` [PATCH bluetooth-next 09/17] mac802154: rx: simplify crc receive handling
` [PATCH bluetooth-next 10/17] mac802154: rx: add software checksum filtering check
` [PATCH bluetooth-next 11/17] mac802154: rx: remove override pkt_type set to PACKET_HOST
` [PATCH bluetooth-next 12/17] mac802154: rx: use netif_receive_skb
` [PATCH bluetooth-next 13/17] mac802154: rx: add rx stats incrementation
` [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
[PATCH bluetooth-next v3] MAINTAINERS: add cc2520 driver maintainer
2014-10-29 16:26 UTC (3+ messages)
[PATCH bluetooth-next v2] MAINTAINERS: add cc2520 driver maintainer
2014-10-29 10:36 UTC (3+ messages)
[PATCH bluetooth-next] MAINTAINERS: add cc2520 driver maintainer
2014-10-29 8:29 UTC (2+ messages)
[PATCH bluetooth-next 00/17] mac802154: iface and driver-ops cleanup
2014-10-29 8:12 UTC (35+ messages)
` [PATCH bluetooth-next 01/17] mac802154: monitor: merge into iface implementation
` [PATCH bluetooth-next 02/17] mac802154: main: move open and close into iface
` [PATCH bluetooth-next 03/17] mac802154: declare struct ieee802154_ops as const
` [PATCH bluetooth-next 04/17] mac802154: ops: declare channel and page as u8
` [PATCH bluetooth-next 05/17] mac802154: introduce driver-ops header
` [PATCH bluetooth-next 06/17] mac802154: use driver-ops function wrappers
` [PATCH bluetooth-next 07/17] mac802154: remove might_sleep from driver layer
` [PATCH bluetooth-next 08/17] mac802154: remove driver ops in wpan-phy
` [PATCH bluetooth-next 09/17] mac802154: rework sdata state change to running
` [PATCH bluetooth-next 10/17] mac802154: rename running to started
` [PATCH bluetooth-next 11/17] mac802154: move local started handling
` [PATCH bluetooth-next 12/17] mac802154: add synchronization handling
` [PATCH bluetooth-next 13/17] mac802154: iface: remove assign to zero
` [PATCH bluetooth-next 14/17] mac802154: remove channel attributes from sdata
` [PATCH bluetooth-next 15/17] mac802154: move mac_params functions into mac_cmd
` [PATCH bluetooth-next 16/17] mac802154: cleanup open count handling
` [PATCH bluetooth-next 17/17] ieee802154: introduce sysfs file
skb free patches
2014-10-28 21:43 UTC
[PATCHv2 bluetooth-next 00/16] ieee802154: rework receive handling
2014-10-27 17:11 UTC (18+ messages)
` [PATCHv2 bluetooth-next 01/16] mac802154: tx: use put_unaligned_le16 for copy crc
` [PATCHv2 bluetooth-next 02/16] ieee802154: drivers: use dev_alloc_skb
` [PATCHv2 bluetooth-next 03/16] mac802154: rx: use tasklet instead workqueue
` [PATCHv2 bluetooth-next 04/16] mac802154: rx: document ieee802154_rx() context requirement
` [PATCHv2 bluetooth-next 05/16] mac802154: rx: move receive handling into rx.c
` [PATCHv2 bluetooth-next 06/16] mac802154: tx: remove monitor receive while xmit
` [PATCHv2 bluetooth-next 07/16] mac802154: rx: rename remove mac802154_subif_rx
` [PATCHv2 bluetooth-next 08/16] mac802154: rx: move skb->protocol setting
` [PATCHv2 bluetooth-next 09/16] mac802154: rx: add CHECKSUM_UNNECESSARY
` [PATCHv2 bluetooth-next 10/16] mac802154: rx: add monitor pkt_type information
` [PATCHv2 bluetooth-next 11/16] mac802154: rx: move skb_reset_mac_header
` [PATCHv2 bluetooth-next 12/16] mac802154: rx: move rcu locking
` [PATCHv2 bluetooth-next 13/16] ieee802154: add valid psdu length helper
` [PATCHv2 bluetooth-next 14/16] at86rf230: use ieee802154_is_valid_psdu_len helper
` [PATCHv2 bluetooth-next 15/16] at86rf230: improve receive handling
` [PATCHv2 bluetooth-next 16/16] mac802154: rx: change naming convention
[PATCH v5 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
2014-10-27 14:58 UTC (4+ messages)
[PATCH bluetooth-next 00/16] ieee802154: rework receive handling
2014-10-27 12:29 UTC (19+ 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 bluetooth-next 15/16] at86rf230: improve receive handling
` [PATCH bluetooth-next 16/16] mac802154: rx: change naming convention
[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:25 UTC (2+ messages)
` [PATCH bluetooth-next 5/7] ieee802154: move wpan-class.c to core.c
[PATCHv2 bluetooth-next 0/7] ieee802154: file movements
2014-10-25 20:02 UTC (5+ messages)
` [PATCHv2 bluetooth-next 1/7] mac802154: move ieee802154_dev.c to main.c
` [PATCHv2 bluetooth-next 3/7] mac802154: move wpan.c to iface.c
` [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 (2+ 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).