For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / lib /
2009-01-21 Ben PfaffImprove handling of unexpected 'status' in process_stat...
2009-01-21 Ben Pfaffprocess: New function process_escape_args().
2009-01-21 Ben PfaffNew function netdev_enumerate().
2009-01-21 Ben PfaffNew function svec_join().
2009-01-21 Ben Pfaffprocess: Avoid stealing pclose()'s exit status.
2009-01-21 Ben Pfaffdaemon: Fix behavior in read_pidfile() when pid file...
2009-01-21 Ben Pfaffdaemon: Fix bogus error message in read_pidfile() when...
2009-01-21 Ben Pfaffdaemon: Fix segfault in read_pidfile() when pidfile...
2009-01-13 Ben PfaffCrossport lib/svec.[ch] from master branch.
2009-01-13 Ben PfaffIntroduce x2nrealloc() helper function.
2009-01-13 Ben PfaffCrossport lib/process.[ch] from master branch.
2009-01-13 Ben PfaffNew function ds_get_line().
2009-01-13 Ben PfaffNew function ds_put_buffer().
2009-01-13 Ben Pfafffatal-signal: Fix bug in call_hooks() recursion detection.
2009-01-13 Ben Pfaffnetdev: Fix file descriptor leak.
2009-01-13 Ben Pfaffdaemon: report error if daemon child process fails...
2009-01-13 Ben Pfaffdhcp-client: Don't report long time to expiration after...
2009-01-13 Ben Pfaffrconn: Fix segfault when the idle timeout races with...
2009-01-13 Ben PfaffFix bug that could have caused infinite loop in ofp_pri...
2009-01-13 Ben PfaffDo not forward multicast addresses that must not be...
2009-01-13 Ben PfaffNew function to test for multicast addresses that must...
2009-01-13 Ben PfaffMake ds_cstr() always null-terminate the string.
2009-01-13 Ben PfaffDrop message about short Ethernet frames entirely.
2008-12-26 Ben PfaffFix learning-switch STP breakage from "out_port" in...
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-12-17 Ben Pfaffvlog: Optimize logging disabled, rate-limited messages.
2008-12-17 Ben PfaffReduce rate limit for short-packet messages even further.
2008-12-17 Ben PfaffFix typo in comment.
2008-12-17 Ben PfaffAdd reminder comment to lib/learning-switch.c.
2008-12-16 Ben PfaffFix mangled header guards in ofp-print.h.
2008-12-11 Ben PfaffMake ds_put_char_multiple() use the provided character...
2008-12-02 Ben PfaffAdd missing "%s" to VLOG_WARN_RL call.
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...
next