linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergey Lapin <slapin@ossfans.org>
To: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: David Miller <davem@davemloft.net>,
	johannes@sipsolutions.net, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
	sfr@canb.auug.org.au
Subject: Re: [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices
Date: Fri, 5 Jun 2009 13:46:19 +0400	[thread overview]
Message-ID: <20090605094619.GB23085@build.ossfans.org> (raw)
In-Reply-To: <20090605091229.GA25280@doriath.ww600.siemens.net>

> @@ -0,0 +1,523 @@
> +/*
> + * Netlink inteface for IEEE 802.15.4 stack
> + *
> + * Copyright 2007, 2008 Siemens AG
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2
> + * as published by the Free Software Foundation.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License along
> + * with this program; if not, write to the Free Software Foundation, Inc.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> + *
> + * Written by:
> + * Sergey Lapin <sergey.lapin@siemens.com>
Dmitry, please toss all my @siemens.com addresses from all patches, since my
access is already disabled and it's pointless to have invalid emails
in source tree. Please replace them with @ossfans.org ones.


  reply	other threads:[~2009-06-05  9:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-05  2:29 [PULL REQUEST] IEEE 802.15.4 stack: generic parts v2 Dmitry Eremin-Solenikov
2009-06-05  2:29 ` [PATCH 1/5] Add constants for the ieee 802.15.4 stack Dmitry Eremin-Solenikov
2009-06-05  2:29   ` [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation Dmitry Eremin-Solenikov
2009-06-05  2:29     ` [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices Dmitry Eremin-Solenikov
2009-06-05  2:29       ` [PATCH 4/5] ieee802154: add documentation about our stack Dmitry Eremin-Solenikov
2009-06-05  2:29         ` [PATCH 5/5] ieee802154: add simple HardMAC driver sample Dmitry Eremin-Solenikov
2009-06-05 13:18         ` [PATCH 4/5] ieee802154: add documentation about our stack Marcel Holtmann
2009-06-05 13:40           ` Dmitry Eremin-Solenikov
2009-06-05 14:25             ` Marcel Holtmann
2009-06-05 16:00               ` Dmitry Eremin-Solenikov
2009-06-06  7:12               ` Maxim Osipov
2009-06-05  6:52       ` [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices Johannes Berg
2009-06-05  7:15         ` Dmitry Eremin-Solenikov
2009-06-05  7:54           ` David Miller
2009-06-05  9:12             ` Dmitry Eremin-Solenikov
2009-06-05  9:46               ` Sergey Lapin [this message]
2009-06-05 10:45                 ` Dmitry Eremin-Solenikov
2009-06-05 11:51                   ` Jesper Dangaard Brouer
2009-06-05 13:23                   ` Marcel Holtmann
2009-06-05 13:27                     ` Dmitry Eremin-Solenikov
2009-06-06  0:58                   ` David Miller
2009-06-06  7:06                     ` Dmitry Eremin-Solenikov
  -- strict thread matches above, loose matches on Subject: below --
2009-06-07  1:18 [PATCH 1/5] Add constants for the ieee 802.15.4 stack Sergey Lapin
2009-06-07  1:18 ` [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation Sergey Lapin
2009-06-07  1:18   ` [PATCH 0/5] IEEE 802.15.4 stack: generic parts v3 Sergey Lapin
2009-06-07  1:18     ` [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices Sergey Lapin
2009-06-08 22:18 [PATCH 1/5] Add constants for the ieee 802.15.4 stack Sergey Lapin
2009-06-08 22:18 ` [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation Sergey Lapin
2009-06-08 22:18   ` [PULL REQUEST] IEEE 802.15.4 stack: generic parts v4 Sergey Lapin
2009-06-08 22:18     ` [PATCH 3/5] net: add NL802154 interface for configuration of 802.15.4 devices Sergey Lapin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090605094619.GB23085@build.ossfans.org \
    --to=slapin@ossfans.org \
    --cc=davem@davemloft.net \
    --cc=dbaryshkov@gmail.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).