04 Dec, 2011

1 commit

  • 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: Jesse Gross

    Jesse Gross
     

19 Aug, 2011

1 commit


14 Aug, 2011

1 commit


01 Mar, 2011

1 commit


03 Mar, 2010

1 commit

  • This has never worked properly because wsize passed to
    cxacru_cm() is incorrectly set to the number of values
    instead of the data bytes. The maximum number of values
    that can be set at once is 7 which means the device will
    not get enough data to work with and none of the
    configuration values will be used.

    At least one existing cxacru-cf.bin file contains invalid
    data which will prevent the modem from syncing properly.

    Fixing it is likely to break existing systems, and the
    new sysfs interface for setting configuration parameters
    can provide the same functionality. A script is provided
    to convert from the original format.

    Signed-off-by: Simon Arlott
    Signed-off-by: Greg Kroah-Hartman

    Simon Arlott
     

27 Jul, 2009

1 commit


15 Apr, 2008

1 commit


01 Apr, 2008

1 commit


29 Jan, 2008

2 commits


07 Nov, 2007

5 commits


25 Oct, 2007

1 commit


16 Sep, 2007

1 commit


11 Jul, 2007

1 commit


09 Jun, 2007

1 commit

  • The sysfs attributes for exposing cxacru statistics/status information with
    possible values is now explained in Documentation/networking/cxacru.txt
    including information on the writable adsl_state attribute's commands and a
    sample of the kernel log format.

    Signed-off-by: Simon Arlott
    Cc: Duncan Sands
    Signed-off-by: Andrew Morton
    Signed-off-by: Greg Kroah-Hartman

    Simon Arlott
     

07 Dec, 2006

1 commit


05 Mar, 2006

1 commit


26 Jun, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds