Fix typo in comment.
[sliver-openvswitch.git] / lib /
2008-07-30 Natasha GudeIP_ARGS takes address of nw_addr
2008-07-30 Justin PettitDon't allow the learning switch to send packets back...
2008-07-29 Ben Pfaffrconn: Reconnect reliably when underlying vconn reports...
2008-07-28 Ben PfaffBe slightly pickier about going into fail-open mode.
2008-07-28 Ben PfaffAvert GCC false-positive warning.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben Pfaffvlog: Reduce syslog level of VLL_EMER messages to LOG_A...
2008-07-24 Ben Pfaffvlog: Send multi-line log messages to syslog() one...
2008-07-24 Ben PfaffVerify OpenFlow version number in vconn_recv().
2008-07-23 Ben PfaffEnable secchan, ofp-discover to update /etc/resolv...
2008-07-23 Ben PfaffNew function make_pidfile_name().
2008-07-23 Ben PfaffLock pidfiles with fcntl and create them atomically.
2008-07-23 Ben PfaffAdd SIGALRM to blockable fatal signals.
2008-07-23 Ben Pfaffdhcp: Only print "entering" message if state actually...
2008-07-23 Ben Pfaffdhcp: Don't attempt to drain netdev if we ran out of...
2008-07-23 Ben Pfaffdhcp: Make output of dhcp_option_to_string() more unifo...
2008-07-22 Ben Pfaffdhcp: Make dhcp_msg_to_string() support a multiline...
2008-07-22 Ben Pfaffdhcp: Break out netdev configuration from DHCP binding.
2008-07-22 Ben Pfaffdhcp: Be more precise about updating 'changed' flag.
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-18 Ben PfaffUse an IP ID of 0 for transmitted DHCP packets.
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben PfaffImplement DHCP client.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: New function vconn_ssl_is_configured().
2008-07-18 Ben Pfaffvconn: Add assertions to vconn_send() to check consiste...
2008-07-18 Ben Pfaffvconn: Add new function vconn_transact() and use it...
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben Pfaffrconn: Add questionability.
2008-07-18 Ben Pfaffrconn: Rewrite to use explicit state machine.
2008-07-18 Ben Pfaffrconn: Push detection of send errors into try_send().
2008-07-18 Ben Pfaffrconn: Time out connection attempts when the backoff...
2008-07-18 Ben Pfaffrconn: Log when a connection attempt starts.
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: add ability to set IPv4 addresses and add a...
2008-07-18 Ben Pfaffnetdev: Add ability to permanently set device flags.
2008-07-18 Ben Pfaffnetdev: Use SOCK_RAW instead of SOCK_PACKET.
2008-07-18 Ben Pfaffnetdev: Add more functions for manipulating device...
2008-07-18 Ben Pfaffnetdev: New function netdev_drain().
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben Pfaffnetdev: Do not modify the caller's buffer in netdev_send().
2008-07-18 Ben Pfaffpackets: Make flow_extract() output a pointer to L7...
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-18 Ben Pfaffbuffer: New functions buffer_reserve(), buffer_push(),
2008-07-18 Ben Pfaffbuffer: Rename buffer_reserve_headroom to buffer_preall...
2008-07-18 Ben Pfaffbuffer: Make buffer_pull() return the start of the...
2008-07-18 Ben PfaffNew function xmemdup0().
2008-07-18 Ben PfaffNew function ds_clear().
2008-07-18 Ben PfaffNew function random_range().
2008-07-18 Ben PfaffBy default, log to syslog also.
2008-07-18 Ben PfaffLog an error when the time is negative at vlog startup.
2008-07-18 Ben PfaffFix behavior when system date is negative.
2008-07-18 Ben PfaffNew function netdev_arp_lookup().
2008-07-18 Ben PfaffNew function rconn_get_ip().
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-16 Ben PfaffInclude date and time in vlog messages.
2008-07-03 Ben PfaffFix typo in comment.
2008-07-01 Ben PfaffFix segfault when SSL_connect or SSL_accept reports...
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Ben PfaffAdd utility functions for generating random numbers...
2008-07-01 Ben PfaffFix -v, --verbose options to userspace programs.
2008-07-01 Justin PettitImprove flow handling in dpctl.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-24 Justin PettitAdd printing of all supported action types.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-06-04 Ben PfaffPrevent deadlock in OpenSSL.
2008-05-28 Ben PfaffIgnore NLMSG_DONE Netlink messages in dpif.
2008-05-28 Ben PfaffFix typo in error message.
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-28 Ben PfaffBreak MAC learning out of controller into library.
2008-05-28 Ben PfaffNew functions for getting and setting network device...
2008-05-28 Ben PfaffExpose device IP addresses through netdev.
2008-05-28 Ben PfaffMove netdev from switch to lib.
2008-05-28 Ben PfaffPrint actions in ofp_flow_mod messages.
2008-05-28 Ben PfaffPretty-print port numbers when printing ofp_switch_feat...
2008-05-28 Ben PfaffPrint special ports by name in ofp_packet_in messages.
2008-05-28 Ben PfaffPut newline before packet info in ofp_packet_out pretty...
2008-05-28 Ben PfaffPrint more special ports by name in ofp-print.c.
2008-05-28 Ben PfaffDemote warning about runt frames to debug message.
2008-05-20 Justin PettitCleanup extraneous printing of spaces when dumping...
2008-05-10 Justin PettitDon't try to use the IP addresses from ARP packets...
2008-05-10 Justin PettitFix compiler warning about mismatch with format type.
2008-05-08 rootWhen printing flow expired messages, we should end...
2008-05-07 Justin PettitFixed problem where the first line of a stats reply...
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-05-05 Ben PfaffFix a secure channel memory leak that appears only...
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffInitialize rconn "connected" member.
2008-05-02 Ben PfaffNew utility function xmemdup().
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin PettitFix problem displaying duration when printing flow...
next