netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: batman-adv 2011-04-17
@ 2011-04-17 19:30 Sven Eckelmann
       [not found] ` <1303068618-27928-1-git-send-email-sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>
  2011-04-18  0:38 ` pull request: batman-adv 2011-04-17 David Miller
  0 siblings, 2 replies; 10+ messages in thread
From: Sven Eckelmann @ 2011-04-17 19:30 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r

Hi,

I would like to propose following patches for net-next-2.6/2.6.40. Most of the
stuff is cleanup work to reduce the locking complexity. The only exception is
Andrew Lunn's patch, which only adds the initialisation of tx_queue_len.

thanks,
	Sven


The following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:

  Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)

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

Andrew Lunn (1):
      batman-adv: Set the txqueuelen to zero when creating soft interface

Linus Lüssing (5):
      batman-adv: Move bonding / iface alternating router search to own functions
      batman-adv: Make gateway_get_selected type safe
      batman-adv: Simplify gw_check_election(), use gw_get_selected()
      batman-adv: Make orig_node->router an rcu protected pointer
      batman-adv: Protect global TQ window with a spinlock

Marek Lindner (1):
      batman-adv: concentrate all curr_gw related rcu operations in select/deselect functions

Simon Wunderlich (1):
      batman-adv: protect softif_neigh by rcu

 net/batman-adv/gateway_client.c |  259 ++++++++++++++++-----------
 net/batman-adv/gateway_client.h |    2 +-
 net/batman-adv/icmp_socket.c    |   18 +--
 net/batman-adv/originator.c     |   38 +++-
 net/batman-adv/originator.h     |    1 +
 net/batman-adv/routing.c        |  378 +++++++++++++++++++++------------------
 net/batman-adv/send.c           |   19 ++-
 net/batman-adv/soft-interface.c |  115 +++++++++---
 net/batman-adv/types.h          |    7 +-
 net/batman-adv/unicast.c        |    2 +-
 net/batman-adv/vis.c            |   91 +++++-----
 11 files changed, 537 insertions(+), 393 deletions(-)

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

end of thread, other threads:[~2011-04-18  0:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-17 19:30 pull request: batman-adv 2011-04-17 Sven Eckelmann
     [not found] ` <1303068618-27928-1-git-send-email-sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>
2011-04-17 19:30   ` [PATCH 1/8] batman-adv: Move bonding / iface alternating router search to own functions Sven Eckelmann
2011-04-17 19:30   ` [PATCH 2/8] batman-adv: Make gateway_get_selected type safe Sven Eckelmann
2011-04-17 19:30   ` [PATCH 3/8] batman-adv: Simplify gw_check_election(), use gw_get_selected() Sven Eckelmann
2011-04-17 19:30   ` [PATCH 4/8] batman-adv: Make orig_node->router an rcu protected pointer Sven Eckelmann
2011-04-17 19:30   ` [PATCH 5/8] batman-adv: Protect global TQ window with a spinlock Sven Eckelmann
2011-04-17 19:30   ` [PATCH 6/8] batman-adv: concentrate all curr_gw related rcu operations in select/deselect functions Sven Eckelmann
2011-04-17 19:30   ` [PATCH 7/8] batman-adv: protect softif_neigh by rcu Sven Eckelmann
2011-04-17 19:30   ` [PATCH 8/8] batman-adv: Set the txqueuelen to zero when creating soft interface Sven Eckelmann
2011-04-18  0:38 ` pull request: batman-adv 2011-04-17 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).