Netdev List
 help / color / mirror / Atom feed
* pull request: batman-adv 2013-08-28
@ 2013-08-28 11:28 Antonio Quartulli
  2013-08-28 11:28 ` [PATCH 1/4] batman-adv: set skb priority according to content Antonio Quartulli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Antonio Quartulli @ 2013-08-28 11:28 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n

Hello David,

here is a small pull request intended for net-next/linux-3.12.

In this batch you have two really minor things (code rearranging and version
increment) and two behavioural changes:
1) the 'protocol' field of outgoing SKBs is now set according to the type of
   the payload that batman-adv is going to encapsulate;
2) a uevent is now sent when a node exits the "GW client" mode. This is done in
   order to tell userspace that a remote "GW server" is not available anymore.

Please pull or let me know of any problem!

Thanks a lot,
	Antonio

The following changes since commit 5b2941b18dc5f60a5c14a5c15693f9c58b0dd922:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch (2013-08-27 22:11:18 -0400)

are available in the git repository at:


  git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem

for you to fetch changes up to c6eaa3f067d6f9fa55fd9645e93ed79411bebdaf:

  batman-adv: send GW_DEL event when the gw client mode is deselected (2013-08-28 11:33:00 +0200)

----------------------------------------------------------------
Included changes:
- set the protocol field in the skb structure according to the encapsulated
  payload
- make the gateway component send a uevent in case of "gw client mode"
  de-selection
- increment version number
- minor code rearrangement

----------------------------------------------------------------
Antonio Quartulli (2):
      batman-adv: move enum definition at the top of the file
      batman-adv: send GW_DEL event when the gw client mode is deselected

Simon Wunderlich (2):
      batman-adv: set skb priority according to content
      batman-adv: Start new development cycle

 net/batman-adv/bat_iv_ogm.c        | 32 +++++++++++----------
 net/batman-adv/gateway_client.c    | 27 ++++++++++++++++++
 net/batman-adv/gateway_client.h    |  1 +
 net/batman-adv/icmp_socket.c       |  1 +
 net/batman-adv/main.c              | 58 ++++++++++++++++++++++++++++++++++++++
 net/batman-adv/main.h              |  3 +-
 net/batman-adv/routing.c           | 20 ++++++++++++-
 net/batman-adv/send.c              |  1 -
 net/batman-adv/soft-interface.c    |  2 ++
 net/batman-adv/sysfs.c             |  4 +++
 net/batman-adv/translation-table.c |  5 ++++
 net/batman-adv/unicast.c           |  2 ++
 net/batman-adv/vis.c               |  2 ++
 13 files changed, 140 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2013-08-29  5:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 11:28 pull request: batman-adv 2013-08-28 Antonio Quartulli
2013-08-28 11:28 ` [PATCH 1/4] batman-adv: set skb priority according to content Antonio Quartulli
2013-08-28 11:28 ` [PATCH 2/4] batman-adv: move enum definition at the top of the file Antonio Quartulli
2013-08-28 11:28 ` [PATCH 3/4] batman-adv: Start new development cycle Antonio Quartulli
2013-08-28 11:28 ` [PATCH 4/4] batman-adv: send GW_DEL event when the gw client mode is deselected Antonio Quartulli
     [not found] ` <1377689291-2412-1-git-send-email-ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org>
2013-08-29  5:45   ` pull request: batman-adv 2013-08-28 David Miller

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