Add support for listing and deleting entries based on an output port.
[sliver-openvswitch.git] / lib /
2008-11-27 Ben PfaffSimplify code in stream_recv().
2008-11-27 Ben PfaffMake dpif_close() accept a null pointer.
2008-11-27 Ben Pfaffrconn_destroy() should close monitoring connections...
2008-11-27 Ben PfaffFree txbuf, rxbuf in vconn-ssl and vconn-stream destruc...
2008-11-27 Justin PettitAdd support for understanding ICMP type and code in...
2008-11-20 Ben PfaffPrevent accidentally passing an integer value to IP_ARGS.
2008-11-20 Ben PfaffFix printing of IP addresses in ofp_print_action().
2008-11-20 Ben PfaffUse "%zu" to print size_t, not "%"PRIu16.
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-10-31 Ben PfaffImprove the error message when vconn gets an unexpected...
2008-10-30 Ben PfaffFix vconn_transact() bug introduced in commit 65ac65a6d2,
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-29 Ben PfaffNew function netdev_set_etheraddr().
2008-10-28 Ben PfaffImprove the command interface so that it sends back...
2008-10-27 Ben PfaffAdd Nicira extension for remote command execution.
2008-10-23 Ben PfaffUpdate manpages to mention new --log-file option.
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-23 Ben PfaffCreate rundir, logdir, pkidir at install time.
2008-10-23 Ben PfaffMake pkidir, rundir, logdir modifiable from "configure...
2008-10-23 Ben Pfaffvlog: Avoid calling any function if nothing will be...
2008-10-23 Ben PfaffMake the format of vlog messages user-configurable.
2008-10-23 Ben PfaffNew functions xvasprintf() and strlcpy() and macro...
2008-10-23 Ben PfaffNew functions ds_put_uninit(), ds_put_char_multiple().
2008-10-23 Ben PfaffMake it possible to open more than one vlog client...
2008-10-17 Ben PfaffFix lib/dhparams.c build failure fallout from earlier...
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
2008-10-16 Ben PfaffDelete trailing whitespace in vlog-socket.c
2008-10-16 Ben PfaffHardcode path to tcpdump as /usr/sbin/tcpdump.
2008-10-16 Ben PfaffRevamp build system to make it easier to integrate...
2008-10-14 Ben PfaffRework STP implementation in controller.
2008-10-14 Ben PfaffSet DHCP maximum retransmission timeout to 3 seconds...
2008-10-14 Ben Pfaffdhcp-client: Log DHCP messages at higher priority.
2008-10-14 Ben Pfaffdhcp-client: Fix computation of timeouts.
2008-10-14 Ben PfaffNew routine ofpbuf_put_zeros() to simplify a common...
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-10-14 Justin PettitFix dereference of previously freed data.
2008-10-14 Justin PettitReturn error message when a flow can't be added due...
2008-10-13 Ben Pfaffrconn: Never report being in failure mode while connected.
2008-10-13 Ben Pfaffrconn: Improve log message when peer closes connection.
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-10 Ben Pfaffrconn: Be pickier about what constitutes a successful...
2008-10-09 Ben PfaffMake rconn_disconnect() a no-op if already disconnected.
2008-10-09 Ben PfaffNew function stp_set_bridge_id() to change the bridge...
2008-10-09 Ben PfaffNew function dhclient_get_netdev().
2008-10-09 Ben PfaffImplement dhclient_destroy().
2008-10-09 Ben PfaffAdd support for TAP virtual network devices in netdev.
2008-10-06 Ben PfaffIn ofp_packet_to_string(), make tcpdump print Ethernet...
2008-10-06 Ben PfaffAdd explanatory comment to make_unix_socket().
2008-10-06 Ben PfaffNo longer necessary to obtain Ethernet header in netdev...
2008-10-06 Ben PfaffNew function get_unix_name_len() to simplify code.
2008-10-06 Ben PfaffMake ofp_error() preserve the value of errno.
2008-10-06 Ben PfaffFix typo in comment.
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-26 Justin PettitShow OpenFlow wire version when pretty printing feature...
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-24 Ben PfaffAvoid assertion failure connecting to unsupported remov...
2008-09-23 Justin PettitCleanup printing of ofp_port_mod a bit.
2008-09-23 Ben Pfaffstp: Increase hello time to 2 seconds.
2008-09-23 Justin PettitMake sure to set 'port_no' in ofp_port_mod messages.
2008-09-23 Justin PettitFirst cut of pretty printer of ofp_port_mod messages.
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-20 Ben PfaffGet rid of per-port STP implemented bits, by reducing...
2008-09-19 Justin PettitSlight improvement to printing of ofp_port_status messages.
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-18 Ben PfaffFix failure to back off when vconn_open() fails immedia...
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
2008-09-16 Ben PfaffChange STP parameters to the minimum values allowed...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-15 Ben PfaffMake "struct vconn" opaque.
2008-09-11 Ben PfaffUse vconn_init() instead of explicit initialization...
2008-09-11 Ben PfaffGet rid of OFP_MAXLEN.
2008-09-10 Ben PfaffDelete OFPST_SWITCH and make it available as a Nicira...
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-09 Ben PfaffZero out otherwise uninitialized padding in make_unbuff...
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-08 Ben Pfaffvconn: New function vconn_get_name().
2008-09-04 Ben PfaffUse make_openflow() function to simplify send_features_...
2008-09-04 Ben PfaffFix typo in comment.
2008-09-04 Ben PfaffDrop unneeded inclusions of ofp-print.h.
2008-09-04 Ben PfaffDon't use designated struct member initializers in...
2008-09-04 Ben PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRename struct queue to struct ofp_queue.
2008-09-04 Ben PfaffAvoid pointer arithmetic on void*.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-09-04 Justin PettitAdd serial number to description status message.
2008-09-04 Justin PettitRevert "Make vconns keep track of their names and inclu...
2008-09-03 Ben PfaffAlso disable atexit hooks in fatal_signal_fork().
2008-09-02 Ben PfaffMake vconns keep track of their names and include them...
2008-08-29 Ben PfaffAdd support for extensions submodule.
2008-08-28 Ben PfaffMake the secchan report a few more switch-status items.
2008-08-28 Ben PfaffAdd ability to run fatal signal hooks upon normal termi...
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
next