projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2011-09-01
Ethan Jackson
rhel: Don't delete bridges on boot.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-29
Justin Pettit
datapath: Disable LRO from userspace instead of the...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-28
Justin Pettit
netdev-linux: Introduce netdev_linux_ethtool_set_flag().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Ethan Jackson
cfm: Zero out empty field as required.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Ethan Jackson
socket-util: Suppress valgrind uninitialized use warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-26
Ben Pfaff
ovs-monitor-ipsec: Don't abort if syslog is not available.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-26
Justin Pettit
bridge: Make bridge_pick_local_hw_addr() easier to...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-26
Simon Horman
debian: Transition to dh_python2
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ethan Jackson
gitignore: Add manpage-check.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.db.types: Remove write-only variable from constrain...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
python: Remove unused imports.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.stream: Remove unused parameter from usage().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.ovsuuid: Fix UUID.cInitUUID invocation of re.match...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.jsonrpc: Fix static method Session.open() reference...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.jsonrpc: Fix static method Message.__validate_arg...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.json: Use Exception, which exists, instead of Error...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.db.idl: Fix error message format arguments.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.daemon: Add missing format string argument.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.daemon: Fix name of EALREADY error.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.daemon: Add missing 'global' when setting _pidfile_...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Ben Pfaff
ovs.db.idl: Fix call to ovs.db.parser.Parser constructor.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Chuck Short
debian: Apply Ubuntu patch to add DKMS support.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
docs: Add Makefile rule to check syntax of manpages.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
docs: Fix some manpage syntax errors found with "groff".
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Use enumerate() builtin function to simplify...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.stream: Simplify logic in Stream.wait().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.stream: Drop Stream.get_name() since clients can...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.stream: Use %d in place of %ld since the two are...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.reconnect: Fix typo in documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.reconnect: Make Reconnect.Reconnect inherit from...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.jsonrpc: Use "not X" in place of "len(X) == 0"...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.jsonrpc: Remove Connection.get_name()--clients...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.jsonrpc: Remove dead class variable Message.__next_id.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.json: Optimize __dump_string().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.fatal_signal: Remove unnecessary "global" statement.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.fatal_signal: Reorder definitions to be more easily...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.types: Introduce DEFAULT_MIN, DEFAULT_MAX as...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.types: Use toAtomicType() instead of open-coding it.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.types: Simplify code to avoid try/except case.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.types: Use .append instead of += for adding...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.schema: Factor common checks for identifiers...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.parser: Simplify code.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.idl: Use top-level class to represent IDL rows.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.idl: Actually use Idl.__modify_row()'s return...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.idl: Improve error reporting for bad <row-update>s.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovsdb-data: Simplify converting an OVSDB datum to JSON...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
daemon: Stylistic improvement for __read_pidfile in...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
daemon: Correct comment in Python implementation.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Avoid using 'tuple' as a variable name.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Avoid using 'type' as a variable name.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Take advantage of Python "x < y < z" syntax.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Avoid lots of \" in quoted strings by using...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Join a list of strings instead of concatenating...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
python: Use getattr() and setattr() instead of __dict__.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.db.data: Fix bugs in Atom.is_default() and Datum...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
ovs.stream: Fix logic bug in Stream.connect().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Simon Horman
Debian: set -e in brcompat postinst
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Ben Pfaff
doc: Add spaces between commas to avoid overflowing...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Simon Horman
docs: Add missing escape
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Simon Horman
docs: Suppress "warning: macro `DD' not defined" warning
commit
|
commitdiff
|
tree
|
snapshot
2011-08-24
Simon Horman
Debian: Add dependency on ${misc:Depends}
commit
|
commitdiff
|
tree
|
snapshot
2011-08-22
Ethan Jackson
dpif-linux: Call rtnetlink_notifier_run() as required.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-22
Ethan Jackson
rtnetlink: Notifiers should only run once per poll...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-22
Ben Pfaff
Drop spurious 'H' cases from daemon option parsing...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-22
Ben Pfaff
datapath: Remove unneeded { } around single statement.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-20
Justin Pettit
datapath: Use "OVS_*" as opposed to "ODP_*" for user...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Ben Pfaff
ofproto-dpif: Delete MAC learning entries when they...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Ben Pfaff
classifier: Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Justin Pettit
datapath-protocol: Correct a description in odp_flow_at...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-19
Justin Pettit
datapath: Correct comment for vport_add().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-18
Ben Pfaff
odp-util: Fix parsing of Ethertypes 0x8000 and above.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Philippe Jung
INSTALL.Linux: Fix up reference to old option name...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ethan Jackson
ofproto: Update 'struct facet''s comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ethan Jackson
ofproto: Remove extra_bytes parameter of facet_account().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ethan Jackson
ofproto: Fix over accounting of byte counters.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-16
Ethan Jackson
ofproto: Clear packet and byte counters on flow additions.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-15
Justin Pettit
vswitch.xml: Remove unused "hwaddr" other-config key.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-15
Ben Pfaff
ofp-print: Add missing "break".
commit
|
commitdiff
|
tree
|
snapshot
2011-08-15
Ben Pfaff
ovs-ofctl: Fix a few formatting typos in manpage.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-15
Ben Pfaff
connmgr: Remove unused function ofconn_n_pending_opgrou...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-15
Ben Pfaff
poll-loop: Remove static variable n_waiters.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-15
Ben Pfaff
dpif-netdev: Avoid pointlessly maintaining a port count.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
ofproto-dpif: Print register values in trace.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
nicra-ext: New action NXAST_OUTPUT_REG.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
nx-match: New function nxm_read_field_bits().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
nx-match: Update register check functions.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
tests: test "load" and "move" actions.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
nx-match: Fix bug in "move" action.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
flow: New FLOW_WC_SEQ build assertion.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
tests: Update gitignore.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ethan Jackson
lib: Whitespace cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Ben Pfaff
ofp-parse: Fix parsing of register values 2**31 and...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-11
Ben Pfaff
ovs-ofctl: Document that all actions are supported...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-10
Ben Pfaff
debian: Avoid installing duplicate files in ovsdbmonito...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Ben Pfaff
ofp-util: Rename struct flow_stats_request with ofputil...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Ben Pfaff
ofp-util: Rename struct flow_mod to struct ofputil_flow...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Ben Pfaff
nicira-ext: Fix NXM example.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Ben Pfaff
ovs-ofctl: Fix reading flows from file for "replace...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Sanjay Sane
Option to forward BPDU (Ethernet control class) frames
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Ben Pfaff
New action NXAST_RESUBMIT_TABLE.
commit
|
commitdiff
|
tree
|
snapshot
next