netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL nf-next-2.6] ipvs namespaces
@ 2011-01-06  6:15 Simon Horman
  2011-01-06  6:15 ` [PATCH 01/22] IPVS: netns, add basic init per netns Simon Horman
                   ` (23 more replies)
  0 siblings, 24 replies; 31+ messages in thread
From: Simon Horman @ 2011-01-06  6:15 UTC (permalink / raw)
  To: netfilter-devel, lvs-devel, netdev
  Cc: Patrick McHardy, Julian Anastasov, Hans Schillstrom

Hi Patrick,

please consider pulling
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git master
in order to get the netns changes to IPVS from Hans Schillstrom.

Thanks


^ permalink raw reply	[flat|nested] 31+ messages in thread
* [PATCH 00/22] ipvs namespaces v3.3
@ 2011-01-13  1:52 Simon Horman
  2011-01-13  1:52 ` [PATCH 09/22] IPVS: netns preparation for proto_ah_esp Simon Horman
  0 siblings, 1 reply; 31+ messages in thread
From: Simon Horman @ 2011-01-13  1:52 UTC (permalink / raw)
  To: netfilter-devel, lvs-devel, netdev
  Cc: Patrick McHardy, Pablo Neira Ayuso, Julian Anastasov,
	Hans Schillstrom

Hi Pablo,

this changest includes the following changes since the v3.2 series
which was most recently posted as "[GIT PULL nf-next-2.6] ipvs namespaces".

* Remove several hunks that only make whitespace changes
* Add Acked-by: Julian Anastasov <ja@ssi.bg>
  (It was an omission from v3.2)
* Fix merge conflicts

There are two changes that produce conflicts
* In the current net-next-2.6 tree but absent from the current nf-next-2.6 tree
  there is "workqueue: convert
  cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()"
* And in the current nf-next-2.6 tree  but absent from the current
  net-next-2.6 tree there is "net: use the macros defined for the members
  of flowi"

In order to create this series I merged net-next-2.6 into nf-next-2.6.
The result is at
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6 ipvs-netns3.3

However, I guess that you have already done your own merge and simply
pulling the branch above will create a bit of a mess. Please let me know
if you have a tree/branch that I should use as a base for a pull request.


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

end of thread, other threads:[~2011-01-13  1:57 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06  6:15 [GIT PULL nf-next-2.6] ipvs namespaces Simon Horman
2011-01-06  6:15 ` [PATCH 01/22] IPVS: netns, add basic init per netns Simon Horman
2011-01-06  6:15 ` [PATCH 02/22] IPVS: netns to services part 1 Simon Horman
2011-01-06  6:15 ` [PATCH 03/22] IPVS: netns awarness to lblcr sheduler Simon Horman
2011-01-06  6:16 ` [PATCH 04/22] IPVS: netns awarness to lblc sheduler Simon Horman
2011-01-06  6:16 ` [PATCH 05/22] IPVS: netns, prepare protocol Simon Horman
2011-01-06  6:16 ` [PATCH 06/22] IPVS: netns preparation for proto_tcp Simon Horman
2011-01-06  6:16 ` [PATCH 07/22] IPVS: netns preparation for proto_udp Simon Horman
2011-01-06  6:16 ` [PATCH 08/22] IPVS: netns preparation for proto_sctp Simon Horman
2011-01-06  6:16 ` [PATCH 09/22] IPVS: netns preparation for proto_ah_esp Simon Horman
2011-01-06  6:16 ` [PATCH 10/22] IPVS: netns, use ip_vs_proto_data as param Simon Horman
2011-01-06  6:16 ` [PATCH 11/22] IPVS: netns, common protocol changes and use of appcnt Simon Horman
2011-01-06  6:16 ` [PATCH 12/22] IPVS: netns awareness to ip_vs_app Simon Horman
2011-01-06  6:16 ` [PATCH 13/22] IPVS: netns awareness to ip_vs_est Simon Horman
2011-01-06  6:16 ` [PATCH 14/22] IPVS: netns awareness to ip_vs_sync Simon Horman
2011-01-06  6:16 ` [PATCH 15/22] IPVS: netns, ip_vs_stats and its procfs Simon Horman
2011-01-06  6:16 ` [PATCH 16/22] IPVS: netns, connection hash got net as param Simon Horman
2011-01-06  6:16 ` [PATCH 17/22] IPVS: netns, ip_vs_ctl local vars moved to ipvs struct Simon Horman
2011-01-06  6:16 ` [PATCH 18/22] IPVS: netns, defense work timer Simon Horman
2011-01-06  6:16 ` [PATCH 19/22] IPVS: netns, trash handling Simon Horman
2011-01-06  6:16 ` [PATCH 20/22] IPVS: netns, svc counters moved in ip_vs_ctl,c Simon Horman
2011-01-06  6:16 ` [PATCH 21/22] IPVS: netns, misc init_net removal in core Simon Horman
2011-01-06  6:16 ` [PATCH 22/22] IPVS: netns, final patch enabling network name space Simon Horman
2011-01-11  6:21 ` [GIT PULL nf-next-2.6] ipvs namespaces Simon Horman
2011-01-11 22:34   ` David Miller
2011-01-11 23:01     ` Simon Horman
2011-01-12  0:15       ` Pablo Neira Ayuso
2011-01-12  0:20         ` Simon Horman
2011-01-12 20:29 ` Pablo Neira Ayuso
2011-01-13  1:57   ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2011-01-13  1:52 [PATCH 00/22] ipvs namespaces v3.3 Simon Horman
2011-01-13  1:52 ` [PATCH 09/22] IPVS: netns preparation for proto_ah_esp Simon Horman

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).