sliver-openvswitch.git
2011-08-12 Ethan Jacksonnx-match: Update register check functions. review
2011-08-12 Ethan Jacksontests: test "load" and "move" actions.
2011-08-12 Ethan Jacksonnx-match: Fix bug in "move" action.
2011-08-12 Ethan Jacksonflow: New FLOW_WC_SEQ build assertion.
2011-08-12 Ethan Jacksontests: Update gitignore.
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-11 Ben Pfaffovs-ofctl: Document that all actions are supported...
2011-08-10 Ben Pfaffdebian: Avoid installing duplicate files in ovsdbmonito...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Ben Pfaffnicira-ext: Fix NXM example.
2011-08-09 Ben Pfaffovs-ofctl: Fix reading flows from file for "replace...
2011-08-09 Sanjay SaneOption to forward BPDU (Ethernet control class) frames
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-09 Ben Pfaffofproto-dpif: Add multiple table support.
2011-08-08 Ben Pfaffofproto: New helper macro OFPROTO_FOR_EACH_TABLE.
2011-08-08 Ben Pfaffofproto: Allow ->rule_choose_table() to be NULL regardl...
2011-08-08 Ben Pfaffofproto: Make ->construct() and ->destruct() more symme...
2011-08-08 Ben Pfaffofproto-dpif: Fix pointer arithmetic on null pointer.
2011-08-08 Ben Pfaffofproto-dpif: Make ofproto/trace accept an odp_flow...
2011-08-08 Ben Pfaffodp-util: New function odp_flow_key_from_string().
2011-08-08 Ben Pfaffodp-util: Format VLAN headers more like other headers...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffdebian: Ensure that /var/run/openvswitch exists in...
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-08 Ben Pfaffbridge: Add port to datapath before trying to retrieve...
2011-08-08 Ben Pfaffovsdb: Correct specification inconsistency between...
2011-08-08 Ben Pfaffofp-util: Rewrite action decoding to improve compiler...
2011-08-08 Ben PfaffDocument and warn that mirroring to a VLAN is incompati...
2011-08-08 Ben PfaffDocument that mirroring to a GRE tunnel works and is...
2011-08-08 Ben PfaffChangeLog: Rename NEWS.
2011-08-05 Ben Pfaffovsdb: Fix typo in SPECS.
2011-08-04 Casey Barkerlib: Adapt headers for use in C++.
2011-08-04 Ethan Jacksonutil: Fix non-ANSI function declaration.
2011-08-04 Justin Pettitovs-appctl: Add common commands to man page.
2011-08-04 Justin Pettitovs-appctl: Add "version" command to print version...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
2011-08-04 Ben Pfaffin-band: Delete remaining rules when disabling in-band...
2011-08-04 Ben Pfaffconnmgr: Drop 'next_in_band_update' timer.
2011-08-03 Justin PettitPrepare for a post-1.2.0 world (1.2.90).
2011-08-03 Justin PettitPrepare Open vSwitch 1.2.0 release.
2011-08-03 Justin PettitUpdate ChangeLog to reflect changes since 1.1.0.
2011-08-03 Simon Hormandatapath: Allow the number of hash entries to exceed...
2011-08-03 Simon Hormandatapath: Allow table to expand to have TBL_MAX_BUCKETS...
2011-08-01 Ben Pfaffvlog: Move log level definitions from source code to...
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-08-01 Justin Pettitdebian: Fix path for ovsdb-server in init script.
2011-07-29 Jesse Grossdatapath: Backport flex_arrays.
2011-07-29 Jesse Grossdatapath: Don't pass __GFP_ZERO to kmalloc on older...
2011-07-29 Jesse Grossdatapath: Backport reciprocal division.
2011-07-29 Ethan Jacksonovs-ofctl: Print human readable nx_pull_match() errors.
2011-07-29 Ethan Jacksonnx-match: Shorten line length to 79 characters.
2011-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-07-28 Ethan Jacksongit: Update gitignore in tests and utilities.
2011-07-28 Ben Pfaffofproto-dpif: Fix mirror configuration and deconfiguration.
2011-07-28 Ben Pfaffvlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.
2011-07-28 Ethan Jacksonxenserver: Fix typo in spec file.
2011-07-28 Ben PfaffRemove spurious blank line.
2011-07-27 Ben Pfaffovs-benchmark: New utility.
2011-07-27 Ben Pfaffsocket-util: New function lookup_hostname().
2011-07-27 Ben Pfaffsocket-util: Factor inet_parse_passive() out of inet_op...
2011-07-27 Ben Pfaffovs-ofctl: Fix dump-ports and queue-stats commands.
2011-07-27 Ben Pfaffovs-ofctl: New --readd option for "replace-flows".
2011-07-27 Ben Pfaffnetlink-socket: Reduce nl_sock_recv() from 2 (or more...
2011-07-27 Ben Pfaffnetlink-socket: Remove unused nl_sock_sendv() function.
2011-07-27 Ben Pfaffdebian: Move OVSDB schema and ovsdb-tool to openvswitch...
2011-07-27 Ben Pfaffofproto-dpif: Restore former NORMAL action behavior...
2011-07-27 Ben Pfaffvlan-bitmap: Remove function vlan_bitmap_contains().
2011-07-27 Ben Pfaffmac-learning: Fix inverted logic in is_learning_vlan().
2011-07-27 Ben Pfaffdatapath: Add missing targets to avoid failure on e...
2011-07-27 Ben Pfaffofp-print: Make port "config" and "state" output easier...
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-26 Ben Pfaffovsdb: Refactor jsonrpc-server to make the concept...
2011-07-26 Ben Pfaffovsdb: Report the number of connections for inbound...
2011-07-26 Ben Pfaffovsdb-server: Reliably report status of inbound connect...
2011-07-26 Ben Pfaffovsdb-client: Make "server" and "database" arguments...
2011-07-26 Ben Pfaffovs-vswitchd: Make database socket command-line argumen...
2011-07-26 Ben Pfaffovsdb-server: Make database command-line argument optional.
2011-07-26 Ben Pfaffdirs: Make sysconfdir available via ovs_sysconfdir().
2011-07-26 Ben Pfaffovsdb-doc: Fix definition of .TQ macro.
2011-07-26 Ben Pfaffstream-unix: Fix naming of passive Unix streams.
2011-07-26 Justin PettitUpdate version to reflect this branch is for post-1...
2011-07-26 Ben Pfaffdebian: Fix bug from commit 211b05b5 "debian: Modernize...
2011-07-26 Ben Pfaffnx-match: Make more fields writable with NXAST_REG_MOVE...
2011-07-26 Ben Pfaffdebian: Add support for bridge compatibility.
2011-07-26 Ben Pfaffovs-vsctl: Log better warnings for duplicate ports...
2011-07-26 Ben Pfaffdebian: Modernize use of dh_install.
2011-07-26 Ben Pfaffutilities: Install ovs-parse-leaks utility by default.
2011-07-26 Ben Pfaffovs-ctl: Drop back to an empty database if schema conve...
2011-07-26 Ben Pfaffovs-ctl: Log messages about database upgrade process.
2011-07-25 Ben Pfaffrhel: Fix use of $< in ordinary Make rules.
2011-07-25 Ben Pfaffovs-parse-leaks: Fix typos in manpage.
2011-07-23 Ethan Jacksonmac-learning: Simplify memory management.
2011-07-23 Ethan Jacksonmac-learning: Use random secret in hash function.
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-23 Ethan Jacksonbundle: Implement NX_BD_ALG_ACTIVE_BACKUP.
next