summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-1/+2
* daemon: Improve comments.Ben Pfaff2010-08-251-7/+8
* reconnect: Fix typo in comment.Ben Pfaff2010-08-251-1/+2
* json: Remove unused return value from json_parser_push().Ben Pfaff2010-08-251-3/+1
* poll-loop: Fix obsolete comment.Ben Pfaff2010-08-251-6/+1
* jsonrpc: Indentation fix.Ben Pfaff2010-08-251-2/+2
* stream, vconn: Fix comments.Ben Pfaff2010-08-252-18/+17
* json: Remove write-only variable from json_lex_number().Ben Pfaff2010-08-251-6/+0
* ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff2010-08-252-22/+0
* netdev-tunnel: Add CAPWAP userspace interface.Jesse Gross2010-08-243-5/+72
* netdev: Don't assume all netdevs are available at runtime.Jesse Gross2010-08-241-2/+4
* netdev-gre: Genericize GRE netdev.Jesse Gross2010-08-243-36/+41
* datapath: Abstract tunneling implementation from GRE.Jesse Gross2010-08-242-14/+13
* terminal: Remove vlog modules.Jesse Gross2010-08-231-3/+0
* Remove ezio-term and ovs-switchui utilities.Ben Pfaff2010-08-231-2/+0
* gre: Don't require incoming checksum.Jesse Gross2010-08-201-2/+1
* gre: Disable checksums by default.Jesse Gross2010-08-201-5/+3
* backtrace: Use generic code to find the bottom of the stack.Tsvi Slonim2010-08-201-13/+1
* socket-util: Suppress uninitialized variable warning with old GCC.Bryan Phillippe2010-08-201-1/+1
* vconn-stream: printf() specifier for int is %d (not %zu)Bryan Phillippe2010-08-201-2/+1
* socket-util: Remove stray printf() from make_unix_socket().Bryan Phillippe2010-08-201-1/+0
* Fix SSL boilerplate descriptions in manpages.Ben Pfaff2010-08-193-8/+9
* odp-util: Avoid branch in odp_actions_add().Ben Pfaff2010-08-132-7/+8
* uuid: Fix warnings carelessly introduced a few commits ago.Ben Pfaff2010-08-131-1/+1
* Remove vestigial support for Spanning Tree Protocol.Ben Pfaff2010-08-137-1663/+9
* random: Get random seed from /dev/urandom.Ben Pfaff2010-08-121-8/+9
* uuid: Break code to read /dev/urandom into a new module.Ben Pfaff2010-08-125-25/+95
* util: Make ovs_fatal() understand EOF also.Ben Pfaff2010-08-121-1/+2
* daemon: Make sure that vlog is initialized when a process daemonizes.Ben Pfaff2010-08-122-1/+6
* random: Implement a decent random number generator.Ben Pfaff2010-08-111-29/+48
* bridge: Don't pay attention to columns that vswitchd doesn't need.Ben Pfaff2010-08-111-4/+12
* ovsdb-idl: Make it possible to omit or pay less attention to columns.Ben Pfaff2010-08-113-17/+127
* stream-ssl: Enable SSL session caching.Ben Pfaff2010-08-116-0/+152
* stream-ssl: Remove unused 'connect_error' member.Ben Pfaff2010-08-111-1/+0
* dpif-netdev: Properly track whether there is a vlan header.Ben Pfaff2010-08-101-7/+9
* dpif-netdev: Tolerate undersized packets.Ben Pfaff2010-08-101-1/+5
* datapath: Fix handling of 802.1Q and SNAP headers.Ben Pfaff2010-08-101-104/+112
* json: Add extern "C" { ... } to headers.Ben Pfaff2010-08-061-0/+8
* tag: Be more precise about choosing tags to add, in tag_set_add().Ben Pfaff2010-08-061-1/+26
* tag: Use existing macro instead of constant.Ben Pfaff2010-08-061-2/+2
* stream-ssl: Make changing keys and certificate at runtime reliable.Ben Pfaff2010-08-052-14/+63
* datapath: Don't track IP TOS value two different ways.Ben Pfaff2010-08-022-13/+4
* learning-switch: Avoid violating C aliasing rules initializing actions.Ben Pfaff2010-07-301-12/+19
* sflow: Avoid "unused parameter" warnings from GCC 4.4.Ben Pfaff2010-07-301-0/+3
* ovs-ofctl: Add support for OpenFlow enqueue action.Ben Pfaff2010-07-301-0/+16
* learning-switch: Add ability to define default flowsJustin Pettit2010-07-302-3/+64
* ofp-parse: Break string-to-openflow parsing into library functionsJustin Pettit2010-07-304-0/+519
* vlog: Fix logic error in update_min_level().Ben Pfaff2010-07-231-1/+1
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-215-122/+132
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-2146-96/+99