aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-05-06Fix issue with "strict" deletion of flowsJustin Pettit
2010-05-05netdev-linux: Optimize removing policing from an interface.Ben Pfaff
2010-05-05netdev-linux: Cache policing values.Ben Pfaff
2010-05-05netdev-linux: Factor out removing policing.Ben Pfaff
2010-05-05netdev-linux: Factor out obtaining an RTNL socket.Ben Pfaff
2010-05-05dpif-linux: Use hash instead of sorted array.Ben Pfaff
2010-05-05dynamic-string: Optimize ds_put_char().Ben Pfaff
2010-05-05bridge: Optimize iface_lookup() and port_lookup_iface() with a hash.Ben Pfaff
2010-04-27ofproto: Avoid buffer copy in OFPT_PACKET_IN path.Ben Pfaff
2010-04-26xenserver: Gracefully refresh network UUIDs on pool join or leave.Ben Pfaff
2010-04-26ofpbuf: New function ofpbuf_push_zeros().Ben Pfaff
2010-04-26socket-util: Move get_mtime() here from stream-ssl.Ben Pfaff
2010-04-26socket-util: Factor out new function inet_parse_active().Ben Pfaff
2010-04-20stream: Fix typo in comment.Ben Pfaff
2010-04-19Update fake bond devices' statistics with the sum of bond slaves' stats.Ben Pfaff
2010-04-19tunneling: Remove old GRE implementation.Jesse Gross
2010-04-19tunneling: Add userspace support for new GRE implementation.Jesse Gross
2010-04-19netdev: Allow get_ifindex and get_features to be null.Jesse Gross
2010-04-19netdev-linux: Don't free a member of a struct.Jesse Gross
2010-04-19netdev-linux: Check notifications are for netdev-linux device.Jesse Gross
2010-04-19dpif-linux: Clean up vports that are no longer in config.Jesse Gross
2010-04-19netdev: Add function netdev_is_open().Jesse Gross
2010-04-19datapath: Add generic virtual port layer.Jesse Gross
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-15netdev: Add support for "patch" typeJustin Pettit
2010-04-14stream-ssl: Avoid access-after-free error in update_ssl_config().Ben Pfaff
2010-04-13odp-util: Print bad action numbers in hexadecimal in format_odp_action().Ben Pfaff
2010-04-13dpif: Make dpif_flow_get() results predictable on error.Ben Pfaff
2010-04-13Make fatal signals cause an exit more promptly in special cases.Ben Pfaff
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-04-12vconn-stream: Factor out port defaults into public helper functions.Ben Pfaff
2010-04-12stream: Generalize stream_open_block().Ben Pfaff
2010-04-12jsonrpc: Add support for passive connections.Ben Pfaff
2010-04-12reconnect: Implement "passive mode".Ben Pfaff
2010-04-12reconnect: Get rid of unused state.Ben Pfaff
2010-04-12stream-ssl: Make it possible to avoid checking peer SSL certificate.Ben Pfaff
2010-04-12stream: New functions stream_verify_name() and pstream_verify_name().Ben Pfaff
2010-04-12ovsdb-server: Document --unixctl option.Ben Pfaff
2010-04-12Fix hyphens in manpage.Ben Pfaff
2010-04-12stream-ssl: Read existing CA certificate more eagerly during bootstrap.Ben Pfaff
2010-04-12print: Print mod_vlan_vid action in decimalJustin Pettit
2010-04-12ovs-ofctl: Allow setting cookie as a decimal or hex valueJustin Pettit
2010-04-11netdev: Allow recv, recv_wait, drain, send, send_wait to be null.Ben Pfaff
2010-04-08leak-checker: Document "--leak-limit" optionJustin Pettit
2010-04-06dpif: Really don't log many dpif errors.Ben Pfaff
2010-03-31Define IQ macro for SSL man page fragmentJustin Pettit
2010-03-26Cleanup default file locations and XenServer packagingJustin Pettit
2010-03-25timeval: Always log true poll interval instead of rounding off.Ben Pfaff
2010-03-25dpif-linux: Fix file descriptor leak.Tetsuo NAKAGAWA
2010-03-24jsonrpc: Fix potential memory leak.Ben Pfaff