[PATCH bluetooth-next 08/10] 6lowpan: add lowpan dev register helpers

2015-12-09 Thread Alexander Aring
. Reviewed-by: Stefan Schmidt <ste...@osg.samsung.com> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/6lowpan.h | 7 ++- net/6lowpan/core.c| 33 +++-- net/bluetooth/6lowpan.c | 8 +++- net/ieee802154/6lowpan

[PATCH bluetooth-next 06/10] 6lowpan: add nhc module for GHC fragmentation extension header detection

2015-12-09 Thread Alexander Aring
From: Stefan Schmidt <ste...@osg.samsung.com> Acked-by: Jukka Rissanen <jukka.rissa...@linux.intel.com> Signed-off-by: Stefan Schmidt <ste...@osg.samsung.com> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- net/6lowpan/Kconfig| 6 ++ net/6lowpan

[PATCH bluetooth-next 01/10] 6lowpan: clarify Kconfig entries for upcoming GHC support

2015-12-09 Thread Alexander Aring
From: Stefan Schmidt <ste...@osg.samsung.com> Acked-by: Jukka Rissanen <jukka.rissa...@linux.intel.com> Signed-off-by: Stefan Schmidt <ste...@osg.samsung.com> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- net/6lowpan/Kconfig | 5 +++-- 1 file changed, 3 in

[PATCH bluetooth-next 00/10] 6lowpan: pending patches

2015-12-09 Thread Alexander Aring
]. - Adding "ipv6_addr_prefix_copy" functionality for upcoming IPHC stateful compression. - Alex [0] https://www.iana.org/assignments/_6lowpan-parameters/_6lowpan-parameters.xhtml#lowpan_nhc Alexander Aring (3): 6lowpan: add lowpan dev register helpers 6lowpan: add debugfs support

Re: [PATCH bluetooth-next 00/10] 6lowpan: pending patches

2015-12-09 Thread Alexander Aring
Hi, sorry for the noise, I got a at PATCH 02/10: "4.7.0 Temporary System Problem. Try again later " from git send-email. I will look into this issue right now by doing some private testing and if it seems to run fine I will try again. - Alex -- To unsubscribe from this list: send the line

Re: [RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-12-03 Thread Alexander Aring
Hi, On Wed, Dec 02, 2015 at 03:18:06PM +0100, Stefan Schmidt wrote: > Hello. > > A bit more review here. Still haven't tested the code. > > On 29/11/15 12:34, Alexander Aring wrote: > >This patch introduce support for IPHC stateful address compression. It > >w

[RFCv3 bluetooth-next 1/4] 6lowpan: add lowpan dev register helpers

2015-11-29 Thread Alexander Aring
. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/6lowpan.h | 7 ++- net/6lowpan/core.c| 33 +++-- net/bluetooth/6lowpan.c | 8 +++- net/ieee802154/6lowpan/core.c | 6 ++ 4 files changed, 42 insertions(

[RFCv3 bluetooth-next 4/4] 6lowpan: iphc: add support for stateful compression

2015-11-29 Thread Alexander Aring
dress. On Receive side: If there is a context defined (when CID not available then it's the default context 0) then it will be used, if the header doesn't set SAC or DAC bit thens, it will be dropped. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/6lowpan.

[RFCv3 bluetooth-next 2/4] 6lowpan: add debugfs support

2015-11-29 Thread Alexander Aring
This patch will introduce a 6lowpan entry into the debugfs if enabled. Inside this 6lowpan directory we create a subdirectories of all 6lowpan interfaces to offer a per interface debugfs support. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/6lowpan.h | 3 ++

[RFCv3 bluetooth-next 0/4] 6lowpan: debugfs and stateful compression support

2015-11-29 Thread Alexander Aring
ix_cpy - replace lowpan_iphc_bitcpy with ipv6_addr_prefix_cpy (unicast) replace lowpan_iphc_bitcpy with ipv6_addr_prefix and memcpy (multicast) - add netdev mailinglist into cc Alexander Aring (4): 6lowpan: add lowpan dev register helpers 6lowpan: add debugfs support ipv6: add ipv6_

[RFCv3 bluetooth-next 3/4] ipv6: add ipv6_addr_prefix_copy

2015-11-29 Thread Alexander Aring
ka...@trash.net> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/ipv6.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/include/net/ipv6.h b/include/net/ipv6.h index e1a10b0..cd3881e6 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@

Re: [RFCv2 bluetooth-next 2/3] ipv6: add ipv6_addr_prefix_cpy

2015-11-25 Thread Alexander Aring
On Wed, Nov 25, 2015 at 05:42:52PM +0100, Stefan Schmidt wrote: > Hello. > > On 17/11/15 23:33, Alexander Aring wrote: > >This patch adds a static inline function ipv6_addr_prefix_cpy which > >copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. >

Re: [RFCv2 bluetooth-next 1/3] 6lowpan: add debugfs support

2015-11-25 Thread Alexander Aring
Hi, On Wed, Nov 25, 2015 at 05:42:32PM +0100, Stefan Schmidt wrote: > Hello. > > On 17/11/15 23:33, Alexander Aring wrote: > >This patch will introduce a 6lowpan entry into the debugfs if enabled. > >Inside this 6lowpan directory we create a subdirectories of all 6lowpan &

Re: [RFCv2 bluetooth-next 3/3] 6lowpan: iphc: add support for stateful compression

2015-11-25 Thread Alexander Aring
Hi, On Wed, Nov 25, 2015 at 06:12:25PM +0100, Stefan Schmidt wrote: > Helllo. > > On 17/11/15 23:33, Alexander Aring wrote: > >This patch introduce support for IPHC stateful address compression. It > >will offer three debugfs per interface entries, which are: > > &g

RFC: right userspace interface for providing 6lowpan contexts

2015-11-17 Thread Alexander Aring
Hi, I recently sent some 6lowpan stateful compression patches to netdev. It provides to setup 6lowpan contexts entries (ipv6 prefixes and prefix-length by id) via debugfs manually at the moment. This means, it works when all other "network nodes" also sets the same ID's inside the table

[RFCv2 bluetooth-next 2/3] ipv6: add ipv6_addr_prefix_cpy

2015-11-17 Thread Alexander Aring
ka...@trash.net> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/ipv6.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/include/net/ipv6.h b/include/net/ipv6.h index e1a10b0..9d38fc2 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@

[RFCv2 bluetooth-next 1/3] 6lowpan: add debugfs support

2015-11-17 Thread Alexander Aring
This patch will introduce a 6lowpan entry into the debugfs if enabled. Inside this 6lowpan directory we create a subdirectories of all 6lowpan interfaces to offer a per interface debugfs support. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/6lowpan.h

[RFCv2 bluetooth-next 3/3] 6lowpan: iphc: add support for stateful compression

2015-11-17 Thread Alexander Aring
dress. On Receive side: If there is a context defined (when CID not available then it's the default context 0) then it will be used, if the header doesn't set SAC or DAC bit thens, it will be dropped. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/6lowpan.h | 62 ++ net/6lo

[RFCv2 bluetooth-next 0/3] 6lowpan: debugfs and stateful compression support

2015-11-17 Thread Alexander Aring
cpy (unicast) replace lowpan_iphc_bitcpy with ipv6_addr_prefix and memcpy (multicast) - add netdev mailinglist into cc Alexander Aring (3): 6lowpan: add debugfs support ipv6: add ipv6_addr_prefix_cpy 6lowpan: iphc: add support for stateful compression include/net/6lowpan.h | 68 +-

Re: [PATCH wpan-tools 1/2] security: add nl802154 security support

2015-09-30 Thread Alexander Aring
Hi, On Wed, Sep 30, 2015 at 04:46:30PM +0200, Stefan Schmidt wrote: > Hello. > > A really huge patch. I will start on it. Not sure I can do a full review in > one go though. > > On 28/09/15 09:25, Alexander Aring wrote: > >This patch introduce support for the exper

[PATCH bluetooth-next 4/4] mac802154: add comments for llsec issues

2015-09-28 Thread Alexander Aring
drivers where the payload is always plaintext. I think we need a special handling then in userspace. We currently doesn't support any HardMAC transceivers, so we should fix the first issue for SoftMAC transceivers. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- net/mac802154/rx

[PATCH bluetooth-next 3/4] nl802154: add support for security layer

2015-09-28 Thread Alexander Aring
of security tables. Later we can add also a get to get an entry by unique identifier. Cc: Phoebe Buckheister <phoebe.buckheis...@itwm.fraunhofer.de> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/cfg802154.h | 131 include/net/ieee802154_net

[PATCH bluetooth-next 2/4] nl802154: use nla_get_le64 for get extended addr

2015-09-28 Thread Alexander Aring
This patch uses the nla_get_le64 function instead of doing a force converting to le64. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- net/ieee802154/nl802154.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/ieee802154/nl802154.c b/net/ieee802154/nl80

[PATCH bluetooth-next 1/4] netlink: add nla_get for le32 and le64

2015-09-28 Thread Alexander Aring
, we need these inline wrappers for netlink. Cc: David S. Miller <da...@davemloft.net> Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- include/net/netlink.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/net/netlink.h b/include/net/netlink.h i

[PATCH bluetooth-next 0/4] ieee802154: add llsec support over nl802154

2015-09-28 Thread Alexander Aring
which is fine but no maintainer ever said it's not experimental anymore. Checkpatch will complain about some above 80-chars width, at these places I ignore these warning otherwise the code looks awful in my opinion. My current working repository is still bluetooth-next/master. David if everything is fin

[PATCH wpan-tools 1/2] security: add nl802154 security support

2015-09-28 Thread Alexander Aring
alls which was called to add the entry. This can be used for storing the current security tables by some script. The interface argument is replaced by $WPAN_DEV variable, so it's possible to move one interface configuration to another one. Signed-off-by: Alexander Aring <alex.ar...@gmail.com> ---

[PATCH wpan-tools 2/2] security: add store and restore scripts

2015-09-28 Thread Alexander Aring
This patch adds two new bash script commands."iwpan-store" and "iwpan-restore" which can store and restore the current security table settings. This is currently a very KISS solution, we should lookup iptables implementation for storing and restoring the tables. Signed-off

Race with ip=dhcp bootparameter in ip_rcv_finish on am335x

2015-09-23 Thread Alexander Aring
Hi, I am using am335x (beaglebone white) with "ip=dhcp" inside my bootparameters. It seems there exists some race, rarely it boots fine and often it crashed with following messages: First (Without successful dhcp ip assign and is very rarely): [6.249083] IPv6: ADDRCONF(NETDEV_CHANGE): eth0:

Re: Race with ip=dhcp bootparameter in ip_rcv_finish on am335x

2015-09-23 Thread Alexander Aring
Hi, On Wed, Sep 23, 2015 at 12:36:13PM +0200, Nikolay Aleksandrov wrote: > On 09/23/2015 12:29 PM, Alexander Aring wrote: > > Hi, > > > > I am using am335x (beaglebone white) with "ip=dhcp" inside my > > bootparameters. It seems there exists some rac

Re: Race with ip=dhcp bootparameter in ip_rcv_finish on am335x

2015-09-23 Thread Alexander Aring
On Wed, Sep 23, 2015 at 12:36:13PM +0200, Nikolay Aleksandrov wrote: > On 09/23/2015 12:29 PM, Alexander Aring wrote: > > Hi, > > > > I am using am335x (beaglebone white) with "ip=dhcp" inside my > > bootparameters. It seems there exists some race, rarely i

Re: Race with ip=dhcp bootparameter in ip_rcv_finish on am335x

2015-09-23 Thread Alexander Aring
Hi, On Wed, Sep 23, 2015 at 09:16:00AM -0400, Trond Myklebust wrote: ... > > Is that happening when the transport is being torn down? If so, is it > fixed by > http://git.linux-nfs.org/?p=trondmy/linux-nfs.git;a=commitdiff;h=79234c3db6842a3de03817211d891e0c2878f756 > ? thanks. This patch fixed

dhcp nfsroot booting failure on bb white

2015-08-12 Thread Alexander Aring
Hi, my beaglebone (white edition) fails to boot via dhcp and nfsroot. The last messages which I see are: ... [2.970593] Sending DHCP requests . [5.996876] cpsw 4a10.ethernet eth0: Link is Up - 100Mbps/Full - flow control off then it stucks forever. I reverted the recently cpsw

Re: [PATCH 4/6] net: ieee802154: Remove redundant spi driver bus initialization

2015-07-13 Thread Alexander Aring
On Tue, Jun 23, 2015 at 10:52:52PM +0800, Antonio Borneo wrote: In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_register_driver(), so we can drop the manual assignment. Marcel, I don't see this patch in

Re: [PATCH] mac802154: llsec: fix return value check in llsec_key_alloc()

2015-04-18 Thread Alexander Aring
be replaced with IS_ERR(). Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Acked-by: Alexander Aring alex.ar...@gmail.com Marcel, can you please queue this patch? Thanks. - Alex -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord

<    1   2   3   4