Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/4] pull request for net: batman-adv 2018-05-24
@ 2018-05-24 11:53 Simon Wunderlich
  2018-05-24 11:53 ` [PATCH 1/4] batman-adv: don't pass a NULL hard_iface to batadv_hardif_put Simon Wunderlich
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Simon Wunderlich @ 2018-05-24 11:53 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n, Simon Wunderlich

Hi David,

here are a couple of bugfixes 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 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-net-for-davem-20180524

for you to fetch changes up to 16116dac23396e73c01eeee97b102e4833a4b205:

  batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs (2018-05-12 18:53:08 +0200)

----------------------------------------------------------------
Here are some batman-adv bugfixes:

 - prevent hardif_put call with NULL parameter, by Colin Ian King

 - Avoid race in Translation Table allocator, by Sven Eckelmann

 - Fix Translation Table sync flags for intermediate Responses,
   by Linus Luessing

 - prevent sending inconsistent Translation Table TVLVs,
   by Marek Lindner

----------------------------------------------------------------
Colin Ian King (1):
      batman-adv: don't pass a NULL hard_iface to batadv_hardif_put

Linus Lüssing (1):
      batman-adv: Fix TT sync flags for intermediate TT responses

Marek Lindner (1):
      batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs

Sven Eckelmann (1):
      batman-adv: Avoid race in TT TVLV allocator helper

 net/batman-adv/multicast.c         |  2 +-
 net/batman-adv/translation-table.c | 84 ++++++++++++++++++++++++++++++--------
 2 files changed, 68 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-25 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 11:53 [PATCH 0/4] pull request for net: batman-adv 2018-05-24 Simon Wunderlich
2018-05-24 11:53 ` [PATCH 1/4] batman-adv: don't pass a NULL hard_iface to batadv_hardif_put Simon Wunderlich
2018-05-24 11:53 ` [PATCH 2/4] batman-adv: Avoid race in TT TVLV allocator helper Simon Wunderlich
2018-05-24 11:53 ` [PATCH 3/4] batman-adv: Fix TT sync flags for intermediate TT responses Simon Wunderlich
2018-05-24 11:53 ` [PATCH 4/4] batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs Simon Wunderlich
2018-05-25 18:54 ` [PATCH 0/4] pull request for net: batman-adv 2018-05-24 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox