From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Simon Wunderlich Date: Wed, 14 Sep 2016 14:37:33 +0200 Message-Id: <20160914123735.9411-1-sw@simonwunderlich.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [B.A.T.M.A.N.] [PATCH 0/2] pull request for net: batman-adv 2016-09-14 List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Hi David, here are some more bugfix patches which we would like to have integrated into net. Please pull or let me know of any problem! Thank you, Simon The following changes since commit 1fe323aa1b2390a0c57fb0b06a782f128d49094c: sctp: use event->chunk when it's valid (2016-08-08 14:31:23 -0700) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batadv-net-for-davem-20160914 for you to fetch changes up to 1e5d343b8f23770e8ac5d31f5c439826bdb35148: batman-adv: fix elp packet data reservation (2016-08-26 15:22:31 +0200) ---------------------------------------------------------------- Here are two batman-adv bugfix patches: - Fix reference counting for last_bonding_candidate, by Sven Eckelmann - Fix head room reservation for ELP packets, by Linus Luessing ---------------------------------------------------------------- Linus Lüssing (1): batman-adv: fix elp packet data reservation Sven Eckelmann (1): batman-adv: Add missing refcnt for last_candidate net/batman-adv/bat_v_elp.c | 2 +- net/batman-adv/routing.c | 28 +++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-)