For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / include /
2009-01-14 rootAllow controller to set MAC address to use in ARP respo...
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-12-03 Justin PettitCleanup some formatting in openflow.h.
2008-12-03 Justin PettitChange references in comments from "ofp_vendor" to...
2008-12-01 Justin PettitAdd support for listing and deleting entries based...
2008-11-27 Justin PettitAdd support for understanding ICMP type and code in...
2008-10-30 Justin PettitPull configuration information from DMI.
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-24 Ben PfaffBreak secchan into multiple files, to make it more...
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
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 Justin PettitSwitch default OpenFlow port from 975 and 976 to 6633.
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
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 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 PettitReturn error message when a flow can't be added due...
2008-10-12 Justin PettitRemove OFPT_TABLE reference.
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 PfaffNew function stp_set_bridge_id() to change the bridge...
2008-10-09 Ben PfaffNew function dhclient_get_netdev().
2008-10-09 Ben PfaffAdd support for TAP virtual network devices in netdev.
2008-10-06 Ben PfaffNew function get_unix_name_len() to simplify code.
2008-10-06 Ben PfaffRandom Ethernet addresses should be private and should...
2008-10-06 Ben PfaffFix typo in comment.
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-24 Ben PfaffRemove unused, obsolete attributes from OpenFlow netlin...
2008-09-24 Ben PfaffFix typo in comment.
2008-09-23 Justin PettitFix some old references to OFPPFL_ in comments.
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 PettitAdded lookup count to ofp_table_stats.
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-15 Ben PfaffFix "make distcheck".
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 PfaffGet rid of OFP_MAXLEN.
2008-09-10 Ben PfaffDelete OFPST_SWITCH and make it available as a Nicira...
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-10 Ben PfaffAdd vendor-specific messages and statistics to OpenFlow...
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-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 PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffTolerate existing definitions of MIN, MAX macros.
2008-09-04 Ben PfaffFix included headers.
2008-09-04 Ben PfaffRename struct queue to struct ofp_queue.
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-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...
2008-08-26 Ben Pfaffvlog: Implement rate-limiting.
2008-08-26 Ben PfaffNew functions ds_put_strftime(), ds_chomp().
2008-08-26 Ben PfaffNew header for saturating arithmetic.
2008-08-26 Ben PfaffImplement new OpenFlow "switch statistics" feature.
2008-08-26 Ben Pfaffrconn: Add functions for reporting connection statistics.
2008-08-26 Ben PfaffAdd functions for reporting dhcp client statistics.
2008-08-26 Ben PfaffNew functions ds_truncate(), ds_last().
2008-08-26 Ben PfaffNew function ds_put_printable().
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-18 Ben PfaffDon't compare wildcards, nw_src_mask, nw_dst_mask field...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-18 Ben PfaffFix typo in comment.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffImplement signal-driven time tracking.
2008-08-12 Ben PfaffMake fatal-signal more willing to share signals with...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-08-05 Ben PfaffFix typo in comment.
2008-08-04 Ben PfaffMake it easier for the compiler to optimize IP_IS_FRAGMENT.
2008-07-30 Ben Pfaffdhcp: New function dhcp_option_equals().
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-30 Ben PfaffMove unix socket helper functions into socket-util.
next