From: "John W. Linville" <linvi...@tuxdriver.com>
Date: Mon, 11 May 2015 16:51:06 -0400

> This is an initial implementation of a netdev driver for GENEVE
> tunnels.  This implementation uses a fixed UDP port, and only supports
> point-to-point links with specific partner endpoints.  Only IPv4
> links are supported at this time.
> 
> Signed-off-by: John W. Linville <linvi...@tuxdriver.com>
> ---
> Changes in v2:
>  - removal of unneeded special lock for vni_list
>  - removal of geneve_net_vni_add/del (replaced by open code)
>  - break out of vni search loop in geneve_rx after match found
>  - no longer deferring socket open at ndo_init(), now doing it in ndo_open()
>  - check for non-multicast, non-zero remote link partner in newlink()
>  - remove now unused workqueue stuff

John, could you please repost the full series when you make changes
based upon feedback?  That helps me a lot.

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to