1. 23 2月, 2013 3 次提交
  2. 27 11月, 2012 1 次提交
  3. 17 11月, 2012 1 次提交
  4. 14 11月, 2012 1 次提交
  5. 11 9月, 2012 1 次提交
  6. 04 9月, 2012 1 次提交
  7. 23 8月, 2012 1 次提交
  8. 07 8月, 2012 1 次提交
    • J
      openvswitch: Relax set header validation. · 4185392d
      Jesse Gross 提交于
      When installing a flow with an action to set a particular field we
      need to validate that the packets that are part of the flow actually
      contain that header.  With IP we use zeroed addresses and with TCP/UDP
      the check is for zeroed ports.  This check is overly broad and can catch
      packets like DHCP requests that have a zero source address in a
      legitimate header.  This changes the check to look for a zeroed protocol
      number for IP or for both ports be zero for TCP/UDP before considering
      the header to not exist.
      Reported-by: NEthan Jackson <ethan@nicira.com>
      Signed-off-by: NJesse Gross <jesse@nicira.com>
      4185392d
  9. 21 7月, 2012 2 次提交
  10. 14 5月, 2012 1 次提交
  11. 08 5月, 2012 1 次提交
  12. 04 5月, 2012 2 次提交
  13. 10 4月, 2012 1 次提交
  14. 02 4月, 2012 1 次提交
  15. 29 3月, 2012 1 次提交
  16. 07 3月, 2012 1 次提交
  17. 18 1月, 2012 1 次提交
  18. 17 1月, 2012 1 次提交
  19. 04 12月, 2011 1 次提交
    • J
      net: Add Open vSwitch kernel components. · ccb1352e
      Jesse Gross 提交于
      Open vSwitch is a multilayer Ethernet switch targeted at virtualized
      environments.  In addition to supporting a variety of features
      expected in a traditional hardware switch, it enables fine-grained
      programmatic extension and flow-based control of the network.
      This control is useful in a wide variety of applications but is
      particularly important in multi-server virtualization deployments,
      which are often characterized by highly dynamic endpoints and the need
      to maintain logical abstractions for multiple tenants.
      
      The Open vSwitch datapath provides an in-kernel fast path for packet
      forwarding.  It is complemented by a userspace daemon, ovs-vswitchd,
      which is able to accept configuration from a variety of sources and
      translate it into packet processing rules.
      
      See http://openvswitch.org for more information and userspace
      utilities.
      Signed-off-by: NJesse Gross <jesse@nicira.com>
      ccb1352e