mbox

[0/3] pull request for net: batman-adv 2020-11-27

Message ID 20201127173849.19208-1-sw@simonwunderlich.de (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

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

Message

Simon Wunderlich Nov. 27, 2020, 5:38 p.m. UTC
  Hi David, hi Jakub,

here are some more 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 14a2e551faea53d45bc11629a9dac88f88950ca7:

  batman-adv: set .owner to THIS_MODULE (2020-11-15 11:43:56 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 992b03b88e36254e26e9a4977ab948683e21bd9f:

  batman-adv: Don't always reallocate the fragmentation skb head (2020-11-27 08:02:55 +0100)

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

 - Fix head/tailroom issues for fragments, by Sven Eckelmann (3 patches)

----------------------------------------------------------------
Sven Eckelmann (3):
      batman-adv: Consider fragmentation for needed_headroom
      batman-adv: Reserve needed_*room for fragments
      batman-adv: Don't always reallocate the fragmentation skb head

 net/batman-adv/fragmentation.c  | 26 ++++++++++++++++----------
 net/batman-adv/hard-interface.c |  3 +++
 2 files changed, 19 insertions(+), 10 deletions(-)
  

Comments

Jakub Kicinski Nov. 28, 2020, 7:58 p.m. UTC | #1
On Fri, 27 Nov 2020 18:38:46 +0100 Simon Wunderlich wrote:
> here are some more bugfixes for batman-adv which we would like to have integrated into net.
> 
> Please pull or let me know of any problem!> 
> ----------------------------------------------------------------
> Here are some batman-adv bugfixes:
> 
>  - Fix head/tailroom issues for fragments, by Sven Eckelmann (3 patches)

Pulled, thanks!