projects
/
openvswitch
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ovsdb-server: Add "exit" unixctl command and --unixctl option.
2009-11-18
Ben Pfaff
ovsdb-server: Add "exit" unixctl command and --unixctl...
commit
|
commitdiff
|
tree
2009-11-17
Ben Pfaff
ovsdb-parser: Fix logic in ovsdb_parser_member().
commit
|
commitdiff
|
tree
2009-11-17
Ben Pfaff
ovsdb-server: Ignore replies to echo requests.
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb: Add tests for file storage and for ovsdb-server.
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb-client: New command "transact".
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb-server: Maintain the database lock with --detach.
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb: Refactor JSON-RPC database server implementation.
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb: Add replication support and refactor files in...
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb: Rename ovsdb_file to ovsdb_log.
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb: Fix use of non-array for JSON-RPC parameters.
commit
|
commitdiff
|
tree
2009-11-16
Ben Pfaff
ovsdb-parser: Fix indentation.
commit
|
commitdiff
|
tree
2009-11-12
Ben Pfaff
ovsdb-client: Support listening for incoming connections...
commit
|
commitdiff
|
tree
2009-11-12
Ben Pfaff
ovsdb-server: Reconnect to clients specified on --connect.
commit
|
commitdiff
|
tree
2009-11-12
Ben Pfaff
stream: New function pstream_accept_block().
commit
|
commitdiff
|
tree
2009-11-12
Ben Pfaff
New "reconnect" library for managing network connection...
commit
|
commitdiff
|
tree
2009-11-12
Ben Pfaff
svec: New function svec_is_empty().
commit
|
commitdiff
|
tree
2009-11-12
Ben Pfaff
vswitch: Only one Open vSwitch daemon is supported...
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb: Add new ovsdb-client program.
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb: Add documentation for ovsdb-server and ovsdb...
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb: Improve error message for transaction that uses...
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
Don't try to distribute file that doesn't exist.
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb: Fix inverted logic in ovsdb_open().
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb: Fix use-after-free error in ovsdb_destroy().
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb-server: Remove unixctl transaction support.
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb-tool: Make "query" and "transact" commands work...
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
ovsdb: Make JSON-RPC sessions other than the first...
commit
|
commitdiff
|
tree
2009-11-06
Ben Pfaff
json: Make json_equal() compare objects correctly.
commit
|
commitdiff
|
tree
2009-11-06
Jeremy Stribling
ovsdb: Fix bug in JSON-RPC server.
commit
|
commitdiff
|
tree
2009-11-05
Ben Pfaff
vswitch: First try at an OVSDB schema.
commit
|
commitdiff
|
tree
2009-11-05
Ben Pfaff
Initial implementation of OVSDB.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
Implement JSON-RPC protocol.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
byteq: Move from extras/ezio into lib and export some...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
stream: New library for bidirectional streams (e.g...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
socket-util: Make TCP open function support no default...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
Factor out common code from utilities that multiplex...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
New dir_name() function plus tests.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
util: Make ovs_error() understand that EOF means "end...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
Implement RFC 4122-compliant UUIDs.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
Implement JSON parsing and serialization.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
sha1: Add functions, macros for converting digests...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
queue: New function queue_is_empty().
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
shash: New function shash_sort().
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
shash: New function shash_count().
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
shash: New function shash_find_and_delete().
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
hmap: New functions, macros for iterating buckets without...
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
hmap: Fix bug in hmap_replace().
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
hash: Improve hash function for integers.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
hash: Implement hash function for Boolean values.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
hash: Implement hash function for "double" values.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
hash: Implement hash function for pointer values.
commit
|
commitdiff
|
tree
2009-11-04
Ben Pfaff
Add new function xzalloc(n) as a shorthand for xcalloc...
commit
|
commitdiff
|
tree
2009-10-29
Ben Pfaff
Implement library for lockfiles and use it in cfg code.
commit
|
commitdiff
|
tree
2009-10-29
Ben Pfaff
unixctl: Allow passing auxiliary data to unixctl commands.
commit
|
commitdiff
|
tree
2009-10-23
Ben Pfaff
cfg: Fix implementation of timeout in attempting to...
commit
|
commitdiff
|
tree
2009-10-23
Ben Pfaff
Add test to ensure that time advances both normally...
commit
|
commitdiff
|
tree
2009-10-23
Ben Pfaff
Distribute README-gcov, so that users building from...
commit
|
commitdiff
|
tree
2009-10-23
Ben Pfaff
Merge "citrix" into "master".
commit
|
commitdiff
|
tree
2009-10-16
Ben Pfaff
ovs-vsctl: Add tests that adding duplicate bridges...
commit
|
commitdiff
|
tree
2009-10-16
Ben Pfaff
ovs-vsctl: Add the ability to perform multiple operations...
commit
|
commitdiff
|
tree
2009-10-16
Ben Pfaff
ovs-vsctl: Refactor internals to increase flexibility.
commit
|
commitdiff
|
tree
2009-10-16
Ben Pfaff
ovs-vsctl: Allow bridge name to be omitted from del...
commit
|
commitdiff
|
tree
2009-10-16
Ben Pfaff
ovs-vsctl: Log changes to configuration file to syslog.
commit
|
commitdiff
|
tree
2009-10-15
Ben Pfaff
Make sure that time advances in a daemon between calls...
commit
|
commitdiff
|
tree
2009-10-15
Ben Pfaff
datapath: Fix build with Linux 2.6.31.
commit
|
commitdiff
|
tree
2009-10-15
Ben Pfaff
datapath: Ignore return value from rtnl_notify().
commit
|
commitdiff
|
tree
2009-10-15
Ben Pfaff
datapath: Fix warning on 64-bit builds.
commit
|
commitdiff
|
tree
2009-10-15
Ben Pfaff
datapath: Factor out code for getting and setting listen...
commit
|
commitdiff
|
tree
2009-10-09
Ben Pfaff
datapath: Fix build with Centos 5.3 kernel.
commit
|
commitdiff
|
tree
2009-10-09
Ben Pfaff
datapath: Add cpumask.h header wrapper to distribution.
commit
|
commitdiff
|
tree
2009-10-08
Ben Pfaff
xenserver: Crossport "master" interface-reconfigure...
commit
|
commitdiff
|
tree
2009-10-08
Jean Tourrilhes
ovs-ofctl: Fix use-after-free error in mod-flows command.
commit
|
commitdiff
|
tree
2009-10-08
Jean Tourrilhes
datapath: Fix validation of ODPAT_SET_VLAN_PCP actions.
commit
|
commitdiff
|
tree
2009-10-07
Ben Pfaff
xenserver: Fix ovs-vsctl in built RPM by defining ...
commit
|
commitdiff
|
tree
2009-10-05
Ben Pfaff
Merge "citrix" branch into "master.
commit
|
commitdiff
|
tree
2009-10-05
Ian Campbell
xenserver: use ovs-vsctl for VIF VLANs instead of separate...
commit
|
commitdiff
|
tree
2009-10-05
Ian Campbell
xenserver: Include bridge.*.xs-network-uuids for all...
commit
|
commitdiff
|
tree
2009-10-03
Ben Pfaff
vswitch: Allow user to set Ethernet address of any...
commit
|
commitdiff
|
tree
2009-10-03
Ben Pfaff
vswitch: Factor out detection of internal interfaces...
commit
|
commitdiff
|
tree
2009-10-03
Ben Pfaff
secchan: Clarify logic in add_output_action().
commit
|
commitdiff
|
tree
2009-10-02
Ian Campbell
xenserver: Rework interface-reconfigure.
commit
|
commitdiff
|
tree
2009-10-02
Ian Campbell
xenserver: Clear vlan.* from /etc/ovs-vswitchd.conf...
commit
|
commitdiff
|
tree
2009-10-02
Ian Campbell
Correct whitespace in xenserver/etc_init.d_vswitch
commit
|
commitdiff
|
tree
2009-10-02
Ben Pfaff
netdev-linux: Improve netdev_linux_set_etheraddr().
commit
|
commitdiff
|
tree
2009-10-01
Ben Pfaff
xenserver: Clear stale configuration keys on boot,...
commit
|
commitdiff
|
tree
2009-10-01
Ian Campbell
xenserver: Clear stale configuration keys on boot
commit
|
commitdiff
|
tree
2009-09-30
Ben Pfaff
xenserver: In xsconsole plugin, log via XSConsoleLog...
commit
|
commitdiff
|
tree
2009-09-30
Ian Campbell
Drop separate vswitch-cfg-update.log.
commit
|
commitdiff
|
tree
2009-09-28
Ben Pfaff
xenserver: Add script refresh-xs-network-uuids.
commit
|
commitdiff
|
tree
2009-09-28
Ben Pfaff
Document per-port round-robin during controller rate...
commit
|
commitdiff
|
tree
2009-09-28
Ben Pfaff
debian: Make dependencies on openvswitch packages specify...
commit
|
commitdiff
|
tree
2009-09-24
Ben Pfaff
shash: Fix memory leak in shash_destroy().
commit
|
commitdiff
|
tree
2009-09-22
Ben Pfaff
Merge citrix branch into master.
commit
|
commitdiff
|
tree
2009-09-22
Ben Pfaff
brcompatd: Delete VLAN tags only for the correct port...
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
fatal-signal: Add clarifying comments.
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
vconn-unix: Unlink Unix sockets for vconns at close...
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
fatal-signal: New function fatal_signal_unlink_file_now().
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
fatal-signal: Clean up code by using shash.
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
vconn: Remove unused "reconnectable" member from vconn.
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
vswitchd: Fix memory leak in bridge_reconfigure().
commit
|
commitdiff
|
tree
2009-09-21
Ben Pfaff
netdev: Fix memory leak in get_stats_via_netlink().
commit
|
commitdiff
|
tree
next