For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / lib / ofp-print.c
2009-01-13 Ben PfaffFix bug that could have caused infinite loop in ofp_pri...
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-11-27 Justin PettitAdd support for understanding ICMP type and code in...
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-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-16 Ben PfaffHardcode path to tcpdump as /usr/sbin/tcpdump.
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-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-06 Ben PfaffIn ofp_packet_to_string(), make tcpdump print Ethernet...
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-23 Justin PettitCleanup printing of ofp_port_mod a bit.
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-19 Justin PettitSlight improvement to printing of ofp_port_status messages.
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
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-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-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 buffer to struct ofpbuf.
2008-09-04 Justin PettitAdd serial number to description status message.
2008-08-26 Ben PfaffImplement new OpenFlow "switch statistics" feature.
2008-08-18 Ben PfaffAllow and use shorthands such as "ip" or "tcp" for...
2008-08-18 Ben PfaffMake ofp_packet_in() print the flow corresponding to...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-18 Justin PettitFix dump-flows to be usable by add-flows.
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-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffFix formatting of flow matches in ofp-print:
2008-07-30 Natasha GudeIP_ARGS takes address of nw_addr
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Justin PettitImprove flow handling in dpctl.
2008-06-24 Justin PettitAdd printing of all supported action types.
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-20 Justin PettitCleanup extraneous printing of spaces when dumping...
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-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-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin PettitFix problem displaying duration when printing flow...
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-23 Ben PfaffMark functions not meant to be exported as static.
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Natasha GudeUpdated version references to OFP_VERSION
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffAdd new functions for pretty-printing an OpenFlow messa...
2008-04-01 Ben PfaffGet rid of ip.h, migrating its users to packets.h.
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-04 Martin CasadoInitial import