projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
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
2011-08-09
Ben Pfaff
ofproto-dpif: Add multiple table support.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ofproto: New helper macro OFPROTO_FOR_EACH_TABLE.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ofproto: Allow ->rule_choose_table() to be NULL regardl...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ofproto: Make ->construct() and ->destruct() more symme...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ofproto-dpif: Fix pointer arithmetic on null pointer.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ofproto-dpif: Make ofproto/trace accept an odp_flow...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
odp-util: New function odp_flow_key_from_string().
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
odp-util: Format VLAN headers more like other headers...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
netdev: Get rid of struct netdev_options and netdev_ope...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
netdev: Decouple creating and configuring network devices.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
debian: Ensure that /var/run/openvswitch exists in...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
netdev: Clean up and refactor packet receive interface.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
bridge: Add port to datapath before trying to retrieve...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ovsdb: Correct specification inconsistency between...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ofp-util: Rewrite action decoding to improve compiler...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
Document and warn that mirroring to a VLAN is incompati...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
Document that mirroring to a GRE tunnel works and is...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Ben Pfaff
ChangeLog: Rename NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-05
Ben Pfaff
ovsdb: Fix typo in SPECS.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-04
Casey Barker
lib: Adapt headers for use in C++.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-04
Ethan Jackson
util: Fix non-ANSI function declaration.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-04
Justin Pettit
ovs-appctl: Add common commands to man page.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-04
Justin Pettit
ovs-appctl: Add "version" command to print version...
commit
|
commitdiff
|
tree
|
snapshot
next