sliver-openvswitch.git
2010-12-03 Jesse Grossdatapath: Remove share check for internal devices.
2010-12-03 Jesse Grossvport: Remove unused error types.
2010-12-03 Jesse Grossdatapath: Drop obsolete comment.
2010-12-03 Jesse Grosstunneling: Clear IP control block in one memset.
2010-12-03 Jesse Grosstunneling: Clear OVS_CB after call to update_header().
2010-12-02 Ben Pfaffofp-print: Fix handling of zero-length actions.
2010-12-02 Ben Pfafftests: Add tests for ofproto code.
2010-12-02 Ben Pfaffopenflow: Remove vestigial support for including from...
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-12-02 Ben Pfaffovs-ofctl: Check that commands actually succeed.
2010-12-02 Ben Pfaffvconn: New function vconn_transact_noreply().
2010-12-02 Ben Pfaffovs-ofctl: Remove now-useless "tun-cookie" command.
2010-12-02 Ben Pfaffovs-ofctl: Factor out common code in str_to_port_no...
2010-12-01 Ben Pfaffdot2pic: Be less picky parsing "dot" output.
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben Pfafftests: Don't remove testsuite on distclean.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffnetdev-linux: Remove counter double-increments.
2010-11-30 Ben Pfaffvlog: Generate vlog-modules.def automatically.
2010-11-30 Ben Pfaffvswitch: Update dia-generated diagram.
2010-11-30 Ben Pfaffcfm: Fix GCC warning.
2010-11-30 Ben Pfaffovs-ofctl: Remove stray printf.
2010-11-30 Ben Pfaffovs-ofctl: Simplify code by using strcasecmp() instead...
2010-11-30 Ben Pfaffunaligned: Add unaligned accessors for ovs_be<N> data.
2010-11-30 Ben PfaffConvert stream and vconn interfaces to use ovs_be16...
2010-11-30 Ben Pfaffofproto: Fix typo in comment.
2010-11-30 Ben Pfaffovs-openflowd: Add "exit" unixctl command.
2010-11-30 Ben Pfaffovs-openflowd: Add ability to run without connecting...
2010-11-30 Ben Pfaffovs-openflowd: Improve usage message.
2010-11-30 Ben Pfaffovs-openflowd: Add --enable-dummy option.
2010-11-30 Ben Pfaffovs-openflowd: Add --unixctl command line option.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-30 Ben PfaffAdd new "dummy" netdev and dpif implementations for...
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-29 Ethan Jacksonofproto: set up helpful flow pointers for odp miss...
2010-11-29 Ethan Jacksonovsdb: constify should apply to all pointer types.
2010-11-29 Ethan Jacksonovsdb: Remove trailing whitespace
2010-11-29 Ethan Jacksonvswitchd: Remove trailing whitespace
2010-11-29 Ben Pfaffflow: Delete unused FWW_VLAN_TCI bit.
2010-11-29 Ben Pfaffconfigure: Check for pkg-config "openssl" library inste...
2010-11-25 Ben Pfaffofp-util: Fix interpretation of NXFW_TUN_ID bit for...
2010-11-24 Ben Pfaffofproto: Send OFPT_PORT_STATUS messages to primary...
2010-11-24 Ben Pfaffdpif-netdev: Do not log error for EOPNOTSUPP return...
2010-11-24 Ben Pfaffdpif-netdev: Simplify code by using shash for names...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-23 Ben Pfaffdebian: Change architectures from "any" to "linux-any".
2010-11-22 Ben Pfaffofp-util: Make make_flow_mod() take cls_rule instead...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-22 Ben Pfaffflow: Move functions for dealing with wildcard bit...
2010-11-22 Ben Pfaffflow: New function flow_wildcards_is_exact().
2010-11-22 Ben Pfaffofp-print: Avoid converting flow to ofp_match just...
2010-11-22 Ben Pfaffclassifier: New function cls_rule_equal().
2010-11-20 Ben Pfaffclassifier: Fix segfault iterating with rules that...
2010-11-19 Ben Pfaffnetdev-vport: Fix segfault on bad vport configuration.
2010-11-18 Ben Pfaffovs-vsctl: Fix br-set-external-id.
2010-11-18 Ben Pfaffdpif: Make dpif_class 'open' function take class instea...
2010-11-18 Ben Pfaffdpif: Use caller-provided dpif_class in dp_register_pro...
2010-11-17 Ben Pfafflib: Remove redundant dhparams.h from EXTRA_DIST.
2010-11-17 Ben Pfaffnetdev-vport: Remove OVS_UNUSED from argument that...
2010-11-17 Ben Pfaffofp-util: Consistently treat OpenFlow xids as network...
2010-11-17 Ben Pfaffofp-util: Use a counter for transaction IDs instead...
2010-11-17 Ben Pfaffnetdev-vport: Fix poll_add() implementation.
2010-11-17 Ben Pfaffovs-ofctl: Fix return value of str_to_port_no().
2010-11-16 Ben PfaffMake the "exit" unixctl command reliable in ovsdb-serve...
2010-11-16 Ben Pfaffdebian: Ignore python-openvswitch directory.
2010-11-16 Ben Pfaffdebian: Fix parallel builds.
2010-11-16 Ben Pfaffdebian: On "make check" failure dump the testsuite...
2010-11-16 Ben Pfaffcsum: Avoid misaligned data access.
2010-11-16 Ben Pfafftest-csum: Make test_case requirements clear.
2010-11-16 Ben Pfaffovs-vsctl: Make waiting for ovs-vswitchd to reload...
2010-11-16 Ben Pfaffovs-vsctl: Replicate only tables and columns that are...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-16 Ben Pfaffovsdb: Support replicating a table without including...
2010-11-15 Ben Pfaffclassifier: Remove classifier_for_each(), classifier_fo...
2010-11-15 Ben Pfaffofproto: Fix typo in comment.
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-15 Ben Pfaffofproto: Always set VLAN_CFI bit to 0 in ODPAT_SET_DL_T...
2010-11-15 Ben Pfaffdebian: Add procps to Build-Depends.
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-15 Ben Pfaffofp-util: Add OFP_ACTION_ALIGN macro to header.
2010-11-15 Ben Pfaffvswitch: Add other-config:in-band-queue to set queue...
2010-11-15 Ben Pfaffrandom: Add entropy test.
2010-11-15 Ben Pfaffrandom: Fix random number generator.
2010-11-12 Ben Pfaffhmap: New macro HMAP_FOR_EACH_CONTINUE.
2010-11-12 Ben Pfaffclassifier: Delete dead code specialized for the exact...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
2010-11-12 Ben Pfafftest-classifier: Use get_unaligned_u32() from unaligned.h.
2010-11-12 Ben Pfaffofproto: Simplify rule_insert().
2010-11-12 Ben Pfaffofproto: Don't bother returning value from facet_make_a...
2010-11-12 Ben Pfaffofproto: Fix accounting in facet_revalidate().
2010-11-12 Ben Pfaffofproto: Break subrules out of "struct rule" into new...
2010-11-11 Ethan Jacksonnetdev-linux: HFSC in linux
2010-11-11 Ben Pfaffofproto: Avoid clearing NetFlow stats twice upon rule...
2010-11-11 Ben Pfaffofproto: Make xlate_actions() initialize '*tags' itself.
2010-11-11 Ben Pfaffofproto: Disable timeouts for flows added by ofproto_ad...
2010-11-11 Ben Pfaffofproto: Fix used time of revalidated subrules.
2010-11-11 Ben Pfaffofp-parse: Refactor flow parsing.
2010-11-11 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_str() as parse...
next