linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-14 17:11:57 to 2018-11-17 17:02:55 UTC [more...]

[RFC 0/3 net] lorawan: Add LoRaWAN soft MAC module
 2018-11-17  6:47 UTC  (33+ messages)
` [RFC 1/3 net] lorawan: Add LoRaWAN class module
  ` [PATCH V2 0/7] net: lorawan: Add LoRaWAN soft MAC module
  ` [PATCH V2 1/7] net: lorawan: Add macro and definition for LoRaWAN
  ` [PATCH V2 2/7] net: lorawan: Add LoRaWAN socket module
      ` [PATCH V3 0/7] net: lorawan: Add LoRaWAN soft MAC module
      ` [PATCH V3 1/7] net: lorawan: Add macro and definition for LoRaWAN
      ` [PATCH V3 2/7] net: lorawan: Add LoRaWAN socket module
      ` [PATCH V3 3/7] net: lorawan: Add LoRaWAN API declaration for LoRa devices
      ` [PATCH V3 4/7] net: maclorawan: Add maclorawan module declaration
      ` [PATCH V3 5/7] net: maclorawan: Implement the crypto of maclorawan module
      ` [PATCH V3 6/7] net: maclorawan: Implement maclorawan class module
      ` [PATCH V3 7/7] net: lorawan: List LORAWAN in menuconfig
  ` [PATCH V2 3/7] net: lorawan: Add LoRaWAN API declaration for LoRa devices
  ` [PATCH V2 4/7] net: maclorawan: Add maclorawan module declaration
  ` [PATCH V2 5/7] net: maclorawan: Implement the crypto of maclorawan module
  ` [PATCH V2 6/7] net: maclorawan: Implement maclorawan class module
  ` [PATCH V2 7/7] net: lorawan: List LORAWAN in menuconfig
` [RFC 2/3 net] lorawan: Add macro and definition for LoRaWAN class modlue
` [RFC 3/3 net] lorawan: List LORAWAN in menuconfig

[PATCH wpan-tools] wpan-hwsim: fix long option argument option for dot
 2018-10-24 16:03 UTC  (3+ messages)

pull-request: ieee802154-next 2018-10-04
 2018-10-04 16:33 UTC  (2+ messages)

[PATCHv2 wpan-tools] wpan-hwsim: hardware simulator configuration utility
 2018-10-04 10:35 UTC  (4+ messages)

[PATCH wpan-next] ieee802154: hwsim: remove not used ifup list
 2018-10-02 15:18 UTC  (2+ messages)

pull-request: ieee802154 for net 2018-09-28
 2018-09-29 18:30 UTC  (2+ messages)

[PATCH 0/2] ieee802154: mcr20a: clean and improve the driver
 2018-09-28 14:10 UTC  (7+ messages)
` [PATCH 1/2] ieee802154: mcr20a: Replace magic number with constants
` [PATCH 2/2] ieee802154: mcr20a: Remove struct mcr20a_platform_data

[PATCH] ieee802154: ca8210: remove redundant condition check before debugfs_remove
 2018-09-27 15:15 UTC  (2+ messages)

about openthread and 6lowpan
 2018-09-26 19:41 UTC  (10+ messages)

[PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
 2018-09-21  9:14 UTC  (8+ messages)

[PATCH crypto-next 04/23] mac802154: Remove VLA usage of skcipher
 2018-09-19  2:10 UTC 

[PATCH 4.14 095/126] inet: frags: Convert timers to use timer_setup()
 2018-09-17 22:42 UTC 

[PATCH v3 04/30] inet: frags: Convert timers to use timer_setup()
 2018-09-13 14:58 UTC 

[PATCH v2 04/30] inet: frags: Convert timers to use timer_setup()
 2018-09-12 16:36 UTC 

[PATCH 04/29] inet: frags: Convert timers to use timer_setup()
 2018-09-11 21:21 UTC 

[PATCH net-next] ieee802154: ca8210: Use kmemdup instead of duplicating it in ca8210_test_int_driver_write
 2018-09-10  2:08 UTC  (2+ messages)

[PATCH] ieee802154: remove unecessary condition check before debugfs_remove_recursive
 2018-09-08 13:44 UTC 

[PATCH] ieee802154: mcr20a: read out of bounds in mcr20a_set_channel()
 2018-08-30  7:54 UTC  (2+ messages)

[PATCH net-next] ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_write
 2018-08-23  8:31 UTC  (5+ messages)

[PATCH RFC/RFT net-next 00/17] net: Convert neighbor tables to per-namespace
 2018-08-15  4:36 UTC  (43+ messages)
` [PATCH RFC/RFT net-next 01/17] net/ipv4: rename ipv4_neigh_lookup to ipv4_dst_neigh_lookup
` [PATCH RFC/RFT net-next 02/17] net/neigh: export neigh_find_table
` [PATCH RFC/RFT net-next 03/17] net/ipv4: wrappers for arp table references
` [PATCH RFC/RFT net-next 04/17] net/ipv4: Remove open coded use of arp table
` [PATCH RFC/RFT net-next 05/17] net/ipv6: wrappers for neighbor table references
` [PATCH RFC/RFT net-next 06/17] net/ipv6: Remove open coded use of neighbor table
` [PATCH RFC/RFT net-next 07/17] drivers/net: remove open coding of neighbor tables
` [PATCH RFC/RFT net-next 08/17] net: Remove nd_tbl from ipv6 stub
` [PATCH RFC/RFT net-next 09/17] net: Remove arp_tbl and nd_tbl from headers
` [PATCH RFC/RFT net-next 10/17] net: Add key_len to neighbor constructor
` [PATCH RFC/RFT net-next 11/17] net: Change neigh_table_init and neigh_table_clear signature
` [PATCH RFC/RFT net-next 12/17] net/neigh: Change neigh_xmit to take an address family
` [PATCH RFC/RFT net-next 13/17] net/neighbor: Convert internal functions away from neigh_tables
` [PATCH RFC/RFT net-next 14/17] net/ipv4: Convert arp table to per namespace
` [PATCH RFC/RFT net-next 15/17] net/ipv6: Convert neighbor table to per-namespace
` [PATCH RFC/RFT net-next 16/17] net/decnet: Move "
` [PATCH RFC/RFT net-next 17/17] net/neighbor: Remove neigh_tables and NEIGH enum
` [RFC/RFT, net-next, 00/17] net: Convert neighbor tables to per-namespace

[PATCH net-next] ieee802154: hwsim: using right kind of iteration
 2018-08-14 16:59 UTC  (2+ messages)

[RFC net-next 00/15] net: A socket API for LoRa
 2018-08-13 12:36 UTC  (15+ messages)

[bug report] ieee802154: hwsim: add replacement for fakelb
 2018-08-10 11:03 UTC 

[PATCH net-next] ieee802154: hwsim: fix rcu handling
 2018-08-09  1:37 UTC  (3+ messages)

[PATCH net-next] ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()
 2018-08-08 20:06 UTC  (2+ messages)

[PATCH net-next] ieee802154: hwsim: fix copy-paste error in hwsim_set_edge_lqi()
 2018-08-08 20:06 UTC  (2+ messages)

[PATCH net-next] ieee802154: hwsim: fix rcu address annotation
 2018-08-07 16:09 UTC  (3+ messages)

pull-request: ieee802154-next 2018-08-06
 2018-08-06 20:18 UTC  (2+ messages)

[PATCHv2 wpan-tools] wpan-hwsim: hardware simulator configuration utility
 2018-08-06 19:42 UTC  (2+ messages)

[PATCHv2 wpan-next 0/2] ieee802154: hwsim: add hwsim driver
 2018-08-06 10:16 UTC  (5+ messages)
` [PATCHv2 wpan-next 1/2] ieee802154: hwsim: add replacement for fakelb
` [PATCHv2 wpan-next 2/2] ieee802154: fakelb: add deprecated msg while probe

[PATCH wpan 1/2] net: 6lowpan: fix reserved space for single frames
 2018-08-06  9:26 UTC  (3+ messages)
` [PATCH wpan 2/2] net: mac802154: tx: expand tailroom if necessary

[PATCHv2 wpan] net: 6lowpan: fix reserved space for single frames
 2018-08-06  9:24 UTC  (2+ messages)

[PATCH] net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'
 2018-08-06  9:10 UTC  (2+ messages)

[PATCH] ieee802154: add rx LQI from userspace
 2018-08-06  9:07 UTC  (2+ messages)

[PATCH PATCH net-next 00/18] net whitespace cleanups
 2018-07-27 20:39 UTC  (23+ messages)
` [PATCH PATCH net-next 01/18] sched: fix trailing whitespace
` [PATCH PATCH net-next 02/18] wimax: remove blank lines at EOF
` [PATCH PATCH net-next 03/18] rds: remove trailing whitespace and blank lines
` [PATCH PATCH net-next 04/18] llc: fix whitespace issues
` [PATCH PATCH net-next 05/18] mpls: remove trailing whitepace
` [PATCH PATCH net-next 06/18] xfrm: remove blank lines at EOF
` [PATCH PATCH net-next 07/18] ceph: fix whitespace
` [PATCH PATCH net-next 08/18] sctp: whitespace fixes
` [PATCH PATCH net-next 09/18] ila: remove blank lines at EOF
` [PATCH PATCH net-next 10/18] 9p: fix whitespace issues
` [PATCH PATCH net-next 11/18] atm: remove blank lines at EOF
` [PATCH PATCH net-next 12/18] ax25: remove blank line "
` [PATCH PATCH net-next 13/18] x25: remove blank lines "
` [PATCH PATCH net-next 14/18] decnet: whitespace fixes
` [PATCH PATCH net-next 15/18] sunrpc: "
` [PATCH PATCH net-next 16/18] bpfilter: remove trailing newline
` [PATCH PATCH net-next 17/18] l2tp: "
` [PATCH PATCH net-next 18/18] net: remove blank lines at end of file

[PATCH 1/2 v2] ieee802154: assembly of 6LoWPAN fragments improvement
 2018-07-24 15:20 UTC  (3+ messages)

[PATCH 2/2 v2] ieee802154: assembly of 6LoWPAN fragments improvement
 2018-07-24 13:08 UTC  (4+ 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).