sliver-openvswitch.git
2011-08-29 Justin Pettitdatapath: Disable LRO from userspace instead of the...
2011-08-28 Justin Pettitnetdev-linux: Introduce netdev_linux_ethtool_set_flag().
2011-08-27 Ethan Jacksoncfm: Zero out empty field as required.
2011-08-27 Ethan Jacksonsocket-util: Suppress valgrind uninitialized use warning.
2011-08-26 Ben Pfaffovs-monitor-ipsec: Don't abort if syslog is not available.
2011-08-26 Justin Pettitbridge: Make bridge_pick_local_hw_addr() easier to...
2011-08-26 Simon Hormandebian: Transition to dh_python2
2011-08-25 Ethan Jacksongitignore: Add manpage-check.
2011-08-25 Ben Pfaffovs.db.types: Remove write-only variable from constrain...
2011-08-25 Ben Pfaffpython: Remove unused imports.
2011-08-25 Ben Pfaffovs.stream: Remove unused parameter from usage().
2011-08-25 Ben Pfaffovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match...
2011-08-25 Ben Pfaffovs.jsonrpc: Fix static method Session.open() reference...
2011-08-25 Ben Pfaffovs.jsonrpc: Fix static method Message.__validate_arg...
2011-08-25 Ben Pfaffovs.json: Use Exception, which exists, instead of Error...
2011-08-25 Ben Pfaffovs.db.idl: Fix error message format arguments.
2011-08-25 Ben Pfaffovs.daemon: Add missing format string argument.
2011-08-25 Ben Pfaffovs.daemon: Fix name of EALREADY error.
2011-08-25 Ben Pfaffovs.daemon: Add missing 'global' when setting _pidfile_...
2011-08-25 Ben Pfaffovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
2011-08-25 Chuck Shortdebian: Apply Ubuntu patch to add DKMS support.
2011-08-24 Ben Pfaffdocs: Add Makefile rule to check syntax of manpages.
2011-08-24 Ben Pfaffdocs: Fix some manpage syntax errors found with "groff".
2011-08-24 Ben Pfaffpython: Use enumerate() builtin function to simplify...
2011-08-24 Ben Pfaffovs.stream: Simplify logic in Stream.wait().
2011-08-24 Ben Pfaffovs.stream: Drop Stream.get_name() since clients can...
2011-08-24 Ben Pfaffovs.stream: Use %d in place of %ld since the two are...
2011-08-24 Ben Pfaffovs.reconnect: Fix typo in documentation.
2011-08-24 Ben Pfaffovs.reconnect: Make Reconnect.Reconnect inherit from...
2011-08-24 Ben Pfaffovs.jsonrpc: Use "not X" in place of "len(X) == 0"...
2011-08-24 Ben Pfaffovs.jsonrpc: Remove Connection.get_name()--clients...
2011-08-24 Ben Pfaffovs.jsonrpc: Remove dead class variable Message.__next_id.
2011-08-24 Ben Pfaffovs.json: Optimize __dump_string().
2011-08-24 Ben Pfaffovs.fatal_signal: Remove unnecessary "global" statement.
2011-08-24 Ben Pfaffovs.fatal_signal: Reorder definitions to be more easily...
2011-08-24 Ben Pfaffovs.db.types: Introduce DEFAULT_MIN, DEFAULT_MAX as...
2011-08-24 Ben Pfaffovs.db.types: Use toAtomicType() instead of open-coding it.
2011-08-24 Ben Pfaffovs.db.types: Simplify code to avoid try/except case.
2011-08-24 Ben Pfaffovs.db.types: Use .append instead of += for adding...
2011-08-24 Ben Pfaffovs.db.schema: Factor common checks for identifiers...
2011-08-24 Ben Pfaffovs.db.parser: Simplify code.
2011-08-24 Ben Pfaffovs.db.idl: Use top-level class to represent IDL rows.
2011-08-24 Ben Pfaffovs.db.idl: Actually use Idl.__modify_row()'s return...
2011-08-24 Ben Pfaffovs.db.idl: Improve error reporting for bad <row-update>s.
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
2011-08-24 Ben Pfaffdaemon: Stylistic improvement for __read_pidfile in...
2011-08-24 Ben Pfaffdaemon: Correct comment in Python implementation.
2011-08-24 Ben Pfaffpython: Avoid using 'tuple' as a variable name.
2011-08-24 Ben Pfaffpython: Avoid using 'type' as a variable name.
2011-08-24 Ben Pfaffpython: Take advantage of Python "x < y < z" syntax.
2011-08-24 Ben Pfaffpython: Avoid lots of \" in quoted strings by using...
2011-08-24 Ben Pfaffpython: Join a list of strings instead of concatenating...
2011-08-24 Ben Pfaffpython: Use getattr() and setattr() instead of __dict__.
2011-08-24 Ben Pfaffovs.db.data: Fix bugs in Atom.is_default() and Datum...
2011-08-24 Ben Pfaffovs.stream: Fix logic bug in Stream.connect().
2011-08-24 Simon HormanDebian: set -e in brcompat postinst
2011-08-24 Ben Pfaffdoc: Add spaces between commas to avoid overflowing...
2011-08-24 Simon Hormandocs: Add missing escape
2011-08-24 Simon Hormandocs: Suppress "warning: macro `DD' not defined" warning
2011-08-24 Simon HormanDebian: Add dependency on ${misc:Depends}
2011-08-22 Ethan Jacksondpif-linux: Call rtnetlink_notifier_run() as required.
2011-08-22 Ethan Jacksonrtnetlink: Notifiers should only run once per poll...
2011-08-22 Ben PfaffDrop spurious 'H' cases from daemon option parsing...
2011-08-22 Ben Pfaffdatapath: Remove unneeded { } around single statement.
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-19 Ben Pfaffofproto-dpif: Delete MAC learning entries when they...
2011-08-19 Ben Pfaffclassifier: Fix typo in comment.
2011-08-19 Justin Pettitdatapath-protocol: Correct a description in odp_flow_at...
2011-08-19 Justin Pettitdatapath: Correct comment for vport_add().
2011-08-18 Ben Pfaffodp-util: Fix parsing of Ethertypes 0x8000 and above.
2011-08-17 Philippe JungINSTALL.Linux: Fix up reference to old option name...
2011-08-16 Ethan Jacksonofproto: Update 'struct facet''s comments.
2011-08-16 Ethan Jacksonofproto: Remove extra_bytes parameter of facet_account().
2011-08-16 Ethan Jacksonofproto: Fix over accounting of byte counters.
2011-08-16 Ethan Jacksonofproto: Clear packet and byte counters on flow additions.
2011-08-15 Justin Pettitvswitch.xml: Remove unused "hwaddr" other-config key.
2011-08-15 Ben Pfaffofp-print: Add missing "break".
2011-08-15 Ben Pfaffovs-ofctl: Fix a few formatting typos in manpage.
2011-08-15 Ben Pfaffconnmgr: Remove unused function ofconn_n_pending_opgrou...
2011-08-15 Ben Pfaffpoll-loop: Remove static variable n_waiters.
2011-08-15 Ben Pfaffdpif-netdev: Avoid pointlessly maintaining a port count.
2011-08-12 Ethan Jacksonofproto-dpif: Print register values in trace.
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-12 Ethan Jacksonnx-match: New function nxm_read_field_bits().
2011-08-12 Ethan Jacksonnx-match: Update register check functions.
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-12 Ben Pfaffofp-parse: Fix parsing of register values 2**31 and...
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.
next