mbox

pull request: batman-adv 2011-02-12

Message ID 1297466503-13246-1-git-send-email-sven@narfation.org (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/next

Message

Sven Eckelmann Feb. 11, 2011, 11:21 p.m. UTC
  Hi,

I would like propose following changes for net-next-2.6.git. Two of them are
minor code style changes and the other two change minor issues in the
routing/fragmentation code.

thanks,
	Sven

The following changes since commit 091b948306d2628320e77977eb7ae4a757b12180:

  batman-adv: Merge README of v2011.0.0 release (2011-01-31 14:57:13 +0100)

are available in the git repository at:
  git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/next

Linus Lüssing (2):
      batman-adv: Remove duplicate types.h inclusions
      batman-adv: Disallow originator addressing within mesh layer

Marek Lindner (1):
      batman-adv: Split combined variable declarations

Sven Eckelmann (1):
      batman-adv: Use successive sequence numbers for fragments

 net/batman-adv/icmp_socket.c       |    1 -
 net/batman-adv/icmp_socket.h       |    2 --
 net/batman-adv/main.c              |    1 -
 net/batman-adv/routing.c           |    1 -
 net/batman-adv/routing.h           |    2 --
 net/batman-adv/send.c              |    1 -
 net/batman-adv/send.h              |    2 --
 net/batman-adv/soft-interface.c    |    1 -
 net/batman-adv/translation-table.c |    1 -
 net/batman-adv/translation-table.h |    2 --
 net/batman-adv/unicast.c           |   19 +++++++------------
 11 files changed, 7 insertions(+), 26 deletions(-)
  

Comments

David Miller Feb. 12, 2011, 5:21 a.m. UTC | #1
From: Sven Eckelmann <sven@narfation.org>
Date: Sat, 12 Feb 2011 00:21:39 +0100

> Hi,
> 
> I would like propose following changes for net-next-2.6.git. Two of them are
> minor code style changes and the other two change minor issues in the
> routing/fragmentation code.
> 
> thanks,
> 	Sven
> 
> The following changes since commit 091b948306d2628320e77977eb7ae4a757b12180:
> 
>   batman-adv: Merge README of v2011.0.0 release (2011-01-31 14:57:13 +0100)
> 
> are available in the git repository at:
>   git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/next

Pulled, thanks Sven.