public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Antonio Quartulli <ordex@autistici.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] pull request: batman-adv 2013-05-29b
Date: Wed, 29 May 2013 10:17:37 +0200	[thread overview]
Message-ID: <20130529081736.GO3333@ritirata.org> (raw)
In-Reply-To: <1369815051-708-1-git-send-email-ordex@autistici.org>

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

On Wed, May 29, 2013 at 10:10:30AM +0200, Antonio Quartulli wrote:
> Hello David,
> 
> this is again our pull request intended for net-next/linux-3.11.
> 
> Apparently my mail server decided that 14/21 was spam and refused all the
> subsequent emails. It's a first step towards the automatic kernel maintenance
> :-)

David, sorry but it happened again.

I'm in touch with my provider admin in order to solve the issue.
Meanwhile I sent the patches divided in two subsets and I hope it did not create
troubles to patchwork.

Sorry for the noise.

Regards,

-- 
Antonio Quartulli

..each of us alone is worth nothing..
Ernesto "Che" Guevara

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2013-05-29  8:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29  8:10 [B.A.T.M.A.N.] pull request: batman-adv 2013-05-29b Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 01/21] batman-adv: split batadv_is_wifi_iface() into two functions Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 02/21] batman-adv: send each broadcast only once on non-wireless interfaces Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 03/21] batman-adv: fix typos in kernel doc & comments Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 04/21] batman-adv: drop useless argument seqno in neighbor creation Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 05/21] batman-adv: slightly improve neighbor creation debug message Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 06/21] batman-adv: don't check the source address twice Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 07/21] batman-adv: don't check compat version twice Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 08/21] batman-adv: do not silently ignore wrong condition Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 09/21] batman-adv: don't initialise batman_iv private members in hard-interface.c Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 10/21] batman-adv: use eth_hdr() when it makes sense Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 11/21] batman-adv: move ring_buffer helper functions in bat_iv_ogm Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 12/21] batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 13/21] batman-adv: refactor batadv_tt_local_event() Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 14/21] batman-adv: don't deal with NET_IP_ALIGN manually Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 15/21] batman-adv: pass a 16bit long flag argument to tt_global_add() Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 16/21] batman-adv: Remove unnecessary INIT_HLIST_NODE() calls Antonio Quartulli
2013-05-29  8:10 ` [B.A.T.M.A.N.] [PATCH 17/21] batman-adv: do not print orig nodes without nc neighbors on nc table print Antonio Quartulli
2013-05-29  8:12 ` [B.A.T.M.A.N.] [PATCH 18/21] batman-adv: change VID semantic in the BLA code Antonio Quartulli
2013-05-29  8:12   ` [B.A.T.M.A.N.] [PATCH 19/21] batman-adv: print the VID properly Antonio Quartulli
2013-05-29  8:12   ` [B.A.T.M.A.N.] [PATCH 20/21] batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c Antonio Quartulli
2013-05-29  8:12   ` [B.A.T.M.A.N.] [PATCH 21/21] batman-adv: Start new development cycle Antonio Quartulli
2013-05-29  8:17 ` Antonio Quartulli [this message]
2013-05-30 22:53 ` [B.A.T.M.A.N.] pull request: batman-adv 2013-05-29b David Miller

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=20130529081736.GO3333@ritirata.org \
    --to=ordex@autistici.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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