projects
/
openvswitch
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
daemon: Correct comment in Python implementation.
2011-08-24
Ben Pfaff
daemon: Correct comment in Python implementation.
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
python: Avoid using 'tuple' as a variable name.
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
python: Avoid using 'type' as a variable name.
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
python: Take advantage of Python "x < y < z" syntax.
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
python: Avoid lots of \" in quoted strings by using...
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
python: Join a list of strings instead of concatenating...
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
python: Use getattr() and setattr() instead of __dict__.
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
ovs.db.data: Fix bugs in Atom.is_default() and Datum...
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
ovs.stream: Fix logic bug in Stream.connect().
commit
|
commitdiff
|
tree
2011-08-24
Ben Pfaff
doc: Add spaces between commas to avoid overflowing...
commit
|
commitdiff
|
tree
2011-08-22
Ben Pfaff
Drop spurious 'H' cases from daemon option parsing...
commit
|
commitdiff
|
tree
2011-08-22
Ben Pfaff
datapath: Remove unneeded { } around single statement.
Signed-off-by: Ben Pfaff <
blp@nicira.com
>
commit
|
commitdiff
|
tree
2011-08-19
Ben Pfaff
ofproto-dpif: Delete MAC learning entries when they...
commit
|
commitdiff
|
tree
2011-08-19
Ben Pfaff
classifier: Fix typo in comment.
commit
|
commitdiff
|
tree
2011-08-18
Ben Pfaff
odp-util: Fix parsing of Ethertypes 0x8000 and above.
commit
|
commitdiff
|
tree
2011-08-15
Ben Pfaff
ofp-print: Add missing "break".
commit
|
commitdiff
|
tree
2011-08-15
Ben Pfaff
ovs-ofctl: Fix a few formatting typos in manpage.
commit
|
commitdiff
|
tree
2011-08-15
Ben Pfaff
connmgr: Remove unused function ofconn_n_pending_opgroups().
commit
|
commitdiff
|
tree
2011-08-15
Ben Pfaff
poll-loop: Remove static variable n_waiters.
commit
|
commitdiff
|
tree
2011-08-15
Ben Pfaff
dpif-netdev: Avoid pointlessly maintaining a port count.
commit
|
commitdiff
|
tree
2011-08-12
Ben Pfaff
ofp-parse: Fix parsing of register values 2**31 and...
commit
|
commitdiff
|
tree
2011-08-11
Ben Pfaff
ovs-ofctl: Document that all actions are supported...
commit
|
commitdiff
|
tree
2011-08-10
Ben Pfaff
debian: Avoid installing duplicate files in ovsdbmonitor...
commit
|
commitdiff
|
tree
2011-08-09
Ben Pfaff
ofp-util: Rename struct flow_stats_request with ofputil_...
commit
|
commitdiff
|
tree
2011-08-09
Ben Pfaff
ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.
commit
|
commitdiff
|
tree
2011-08-09
Ben Pfaff
nicira-ext: Fix NXM example.
commit
|
commitdiff
|
tree
2011-08-09
Ben Pfaff
ovs-ofctl: Fix reading flows from file for "replace...
commit
|
commitdiff
|
tree
2011-08-09
Ben Pfaff
New action NXAST_RESUBMIT_TABLE.
commit
|
commitdiff
|
tree
2011-08-09
Ben Pfaff
ofproto-dpif: Add multiple table support.
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ofproto: New helper macro OFPROTO_FOR_EACH_TABLE.
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ofproto: Allow ->rule_choose_table() to be NULL regardless...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ofproto: Make ->construct() and ->destruct() more symmetrical.
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ofproto-dpif: Fix pointer arithmetic on null pointer.
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ofproto-dpif: Make ofproto/trace accept an odp_flow...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
odp-util: New function odp_flow_key_from_string().
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
odp-util: Format VLAN headers more like other headers...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
netdev: Get rid of struct netdev_options and netdev_open_def...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
netdev: Decouple creating and configuring network devices.
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
debian: Ensure that /var/run/openvswitch exists in...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
netdev: Clean up and refactor packet receive interface.
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
bridge: Add port to datapath before trying to retrieve...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ovsdb: Correct specification inconsistency between...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ofp-util: Rewrite action decoding to improve compiler...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
Document and warn that mirroring to a VLAN is incompatible...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
Document that mirroring to a GRE tunnel works and is...
commit
|
commitdiff
|
tree
2011-08-08
Ben Pfaff
ChangeLog: Rename NEWS.
commit
|
commitdiff
|
tree
2011-08-05
Ben Pfaff
ovsdb: Fix typo in SPECS.
commit
|
commitdiff
|
tree
2011-08-04
Ben Pfaff
in-band: Delete remaining rules when disabling in-band...
commit
|
commitdiff
|
tree
2011-08-04
Ben Pfaff
connmgr: Drop 'next_in_band_update' timer.
commit
|
commitdiff
|
tree
2011-08-01
Ben Pfaff
vlog: Move log level definitions from source code to...
commit
|
commitdiff
|
tree
2011-08-01
Ben Pfaff
vlog: Add a new log level "off".
commit
|
commitdiff
|
tree
2011-07-28
Ben Pfaff
ofproto-dpif: Fix mirror configuration and deconfiguration.
commit
|
commitdiff
|
tree
2011-07-28
Ben Pfaff
vlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.
commit
|
commitdiff
|
tree
2011-07-28
Ben Pfaff
Remove spurious blank line.
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
ovs-benchmark: New utility.
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
socket-util: New function lookup_hostname().
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
socket-util: Factor inet_parse_passive() out of inet_open_pa...
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
ovs-ofctl: Fix dump-ports and queue-stats commands.
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
ovs-ofctl: New --readd option for "replace-flows".
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
netlink-socket: Reduce nl_sock_recv() from 2 (or more...
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
netlink-socket: Remove unused nl_sock_sendv() function.
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
debian: Move OVSDB schema and ovsdb-tool to openvswitch...
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
ofproto-dpif: Restore former NORMAL action behavior...
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
vlan-bitmap: Remove function vlan_bitmap_contains().
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
mac-learning: Fix inverted logic in is_learning_vlan().
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
datapath: Add missing targets to avoid failure on e...
Signed-off-by: Ben Pfaff <
blp@nicira.com
>
commit
|
commitdiff
|
tree
2011-07-27
Ben Pfaff
ofp-print: Make port "config" and "state" output easier...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
vswitchd: Prevent multiple ovs-vswitchd processes from...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb: Implement a "lock" feature in the database protocol.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb: Refactor jsonrpc-server to make the concept...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb: Report the number of connections for inbound...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb-server: Reliably report status of inbound connections.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb-client: Make "server" and "database" arguments...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovs-vswitchd: Make database socket command-line argument...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb-server: Make database command-line argument optional.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
dirs: Make sysconfdir available via ovs_sysconfdir().
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovsdb-doc: Fix definition of .TQ macro.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
stream-unix: Fix naming of passive Unix streams.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
debian: Fix bug from commit 211b05b5 "debian: Modernize...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
nx-match: Make more fields writable with NXAST_REG_MOVE...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
debian: Add support for bridge compatibility.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovs-vsctl: Log better warnings for duplicate ports...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
debian: Modernize use of dh_install.
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
utilities: Install ovs-parse-leaks utility by default.
Signed-off-by: Ben Pfaff <
blp@nicira.com
>
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovs-ctl: Drop back to an empty database if schema conversion...
commit
|
commitdiff
|
tree
2011-07-26
Ben Pfaff
ovs-ctl: Log messages about database upgrade process.
commit
|
commitdiff
|
tree
2011-07-25
Ben Pfaff
rhel: Fix use of $< in ordinary Make rules.
commit
|
commitdiff
|
tree
2011-07-25
Ben Pfaff
ovs-parse-leaks: Fix typos in manpage.
commit
|
commitdiff
|
tree
2011-07-23
Ben Pfaff
util: New function log_2_floor().
commit
|
commitdiff
|
tree
2011-07-22
Ben Pfaff
INTERNALS: Describe SLB bonding.
commit
|
commitdiff
|
tree
2011-07-22
Ben Pfaff
ofproto-dpif: Initialize 'may_enable' at port construction...
commit
|
commitdiff
|
tree
2011-07-21
Ben Pfaff
ovs-ofctl: Use strchr() instead of strstr().
commit
|
commitdiff
|
tree
2011-07-20
Ben Pfaff
ovs-ofctl: Improve error message for "ovs-ofctl show...
commit
|
commitdiff
|
tree
2011-07-20
Ben Pfaff
bridge: Log a warning when QoS misconfiguration is...
commit
|
commitdiff
|
tree
2011-07-20
Ben Pfaff
bundle: Avoid GCC 4.5 warning about possibly uninitialized...
commit
|
commitdiff
|
tree
2011-07-20
Ben Pfaff
bundle: Treat slave_type properly as 32-bit value.
commit
|
commitdiff
|
tree
2011-07-20
Ben Pfaff
ofproto-dpif: Implement OFPAT_SET_NW_TOS.
commit
|
commitdiff
|
tree
2011-07-20
Ben Pfaff
ofproto-dpif: Ignore ECN bits in OFPAT_SET_NW_TOS actions.
commit
|
commitdiff
|
tree
2011-07-18
Ben Pfaff
ofproto-dpif: Do not mirror L2 multicast switch protocols...
commit
|
commitdiff
|
tree
2011-07-18
Ben Pfaff
debian: Remove obsolete comment.
commit
|
commitdiff
|
tree
next