All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] pull request for net: batman-adv 2023-08-16
@ 2023-08-16 16:33 ` Simon Wunderlich
  0 siblings, 0 replies; 14+ messages in thread
From: Simon Wunderlich @ 2023-08-16 16:33 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, b.a.t.m.a.n

Hi David, hi Jakub,

here are a few bugfixes for batman-adv 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-net-pullrequest-20230816

for you to fetch changes up to 421d467dc2d483175bad4fb76a31b9e5a3d744cf:

  batman-adv: Fix batadv_v_ogm_aggr_send memory leak (2023-08-09 17:33:03 +0200)

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

 - Fix issues with adjusted MTUs (2 patches), by Sven Eckelmann

 - Fix header access for memory reallocation case, by Remi Pommarel

 - Fix two memory leaks (2 patches), by Remi Pommarel

----------------------------------------------------------------
Remi Pommarel (3):
      batman-adv: Do not get eth header before batadv_check_management_packet
      batman-adv: Fix TT global entry leak when client roamed back
      batman-adv: Fix batadv_v_ogm_aggr_send memory leak

Sven Eckelmann (2):
      batman-adv: Trigger events for auto adjusted MTU
      batman-adv: Don't increase MTU when set by user

 net/batman-adv/bat_v_elp.c         |  3 ++-
 net/batman-adv/bat_v_ogm.c         |  7 +++++--
 net/batman-adv/hard-interface.c    | 14 +++++++++++++-
 net/batman-adv/soft-interface.c    |  3 +++
 net/batman-adv/translation-table.c |  1 -
 net/batman-adv/types.h             |  6 ++++++
 6 files changed, 29 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2023-08-19  8:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 16:33 [PATCH 0/5] pull request for net: batman-adv 2023-08-16 Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 1/5] batman-adv: Trigger events for auto adjusted MTU Simon Wunderlich
2023-08-16 16:33   ` Simon Wunderlich
2023-08-18 22:20   ` patchwork-bot+netdevbpf
2023-08-18 22:20     ` patchwork-bot+netdevbpf
2023-08-16 16:33 ` [PATCH 2/5] batman-adv: Don't increase MTU when set by user Simon Wunderlich
2023-08-16 16:33   ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 3/5] batman-adv: Do not get eth header before batadv_check_management_packet Simon Wunderlich
2023-08-16 16:33   ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 4/5] batman-adv: Fix TT global entry leak when client roamed back Simon Wunderlich
2023-08-16 16:33   ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 5/5] batman-adv: Fix batadv_v_ogm_aggr_send memory leak Simon Wunderlich
2023-08-16 16:33   ` Simon Wunderlich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.