Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar...
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Sep 2014 20:21:48 +0000 (16:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Sep 2014 20:21:48 +0000 (16:21 -0400)
commit2d9d65fa4418b64112199449e90af226764537e4
treeed27b33b69195f3cf86642f423070d645adcc34a
parente1f93eb06c3a13b29b1980f27dada960503cd49e
parent971427f353f3c42c8dcef62e7124440df68eb809
Merge branch 'net_next_ovs' of git://git./linux/kernel/git/pshelar/openvswitch

Pravin B Shelar says:

====================
Open vSwitch

Following patches adds recirculation and hash action to OVS.
First patch removes pointer to stack object. Next three patches
does code restructuring which is required for last patch.
Recirculation implementation is changed, according to comments from
David Miller, to avoid using recursive calls in OVS. It is using
queue to record recirc action and deferred recirc is executed at
the end of current actions execution.

v1-v2:
Changed subsystem name in subject to openvswitch
v2-v3:
Added patch to remove pkt_key pointer from skb->cb.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>