05 Nov, 2013

1 commit

  • Jesse Gross says:

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

    A set of updates for net-next/3.13. Major changes are:
    * Restructure flow handling code to be more logically organized and
    easier to read.
    * Rehashing of the flow table is moved from a workqueue to flow
    installation time. Before, heavy load could block the workqueue for
    excessive periods of time.
    * Additional debugging information is provided to help diagnose megaflows.
    * It's now possible to match on TCP flags.
    ====================

    Signed-off-by: David S. Miller

    David S. Miller
     

01 Oct, 2013

1 commit

  • - Move sysctl_local_ports from a global variable into struct netns_ipv4.
    - Modify inet_get_local_port_range to take a struct net, and update all
    of the callers.
    - Move the initialization of sysctl_local_ports into
    sysctl_net_ipv4.c:ipv4_sysctl_init_net from inet_connection_sock.c

    v2:
    - Ensure indentation used tabs
    - Fixed ip.h so it applies cleanly to todays net-next

    v3:
    - Compile fixes of strange callers of inet_get_local_port_range.
    This patch now successfully passes an allmodconfig build.
    Removed manual inlining of inet_get_local_port_range in ipv4_local_port_range

    Originally-by: Samya
    Acked-by: Nicolas Dichtel
    Signed-off-by: "Eric W. Biederman"
    Signed-off-by: David S. Miller

    Eric W. Biederman
     

24 Sep, 2013

1 commit


04 Sep, 2013

1 commit


01 Sep, 2013

1 commit

  • This patch adds IPv6 support to vxlan device, as the new version
    RFC already mentions it:

    http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03

    Cc: David Stevens
    Cc: Stephen Hemminger
    Cc: David S. Miller
    Signed-off-by: Cong Wang
    Signed-off-by: David S. Miller

    Cong Wang
     

20 Aug, 2013

1 commit