openflow: Use types and accessors for half-aligned 64-bit fields.
[cascardo/ovs.git] / ofproto / ofproto.c
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffofproto: Avoid using ODPFF_ZERO_TCP_FLAGS.
2011-01-28 Ben Pfaffofproto: Generalize facet_put__() so that it is more...
2011-01-28 Ben Pfaffofproto: Fix test for installability change when revali...
2011-01-28 Ben Pfaffdpif: Eliminate ODPPF_* constants from client-visible...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-24 Andrew Evansbridge: Add controller status to Controller table.
2011-01-21 Ben Pfaffofproto: Correctly compute length of flow stats in...
2011-01-20 Ben Pfaffofproto: Fix bug in "trace" command.
2011-01-19 Ben Pfaffnx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on...
2011-01-19 Ben Pfaffofproto: Fix NXAST_REG_MOVE with NXM_NX_TUN_ID as desti...
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2011-01-12 Ben PfaffFix non-static instances of "struct vlog_rate_limit...
2010-12-30 Ben Pfaffofproto: Increase max recursion level from 8 to 16.
2010-12-29 Ben Pfaffofproto: Use shash instead of svec for uniquifying...
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-15 Ben Pfaffofproto: Always use xid 0 for *_FLOW_REMOVED messages.
2010-12-15 Ben Pfaffofproto: Fix encoding of NXST_* replies.
2010-12-15 Ben Pfaffofproto: Fix write-after-free error in compose_nx_flow_...
2010-12-13 Ben Pfaffofproto: Fix use-after-free error in facet_revalidate().
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-11 Justin Pettitofproto: Fix problem that caused facets not to be insta...
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffofp-util: Make ofputil_cls_rule_to_match() help with...
2010-12-10 Ben Pfaffofproto: Format entire rule when dumping all flows.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-09 Ben Pfaffofproto: Add "ofproto/trace" command to help debugging...
2010-12-09 Ben Pfaffofproto: Change xlate_actions() to take a structure.
2010-12-09 Ben PfaffMake compiler complain about unhandled OpenFlow and...
2010-12-09 Ben PfaffUse ofpbuf_pull() instead of ofpbuf_try_pull() where...
2010-12-07 Ben Pfaffofpbuf: New function ofpbuf_use_const().
2010-12-07 Ben Pfaffofp-util: New abstractions for flow_mod, flow_stats_req...
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffnicira-ext: Name the enum used for flow formats, to...
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffofproto: Fix typo in comment.
2010-11-29 Ethan Jacksonofproto: set up helpful flow pointers for odp miss...
2010-11-24 Ben Pfaffofproto: Send OFPT_PORT_STATUS messages to primary...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-15 Ben Pfaffofproto: Fix typo in comment.
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-15 Ben Pfaffofproto: Always set VLAN_CFI bit to 0 in ODPAT_SET_DL_T...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-15 Ben Pfaffvswitch: Add other-config:in-band-queue to set queue...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
2010-11-12 Ben Pfaffofproto: Simplify rule_insert().
2010-11-12 Ben Pfaffofproto: Don't bother returning value from facet_make_a...
2010-11-12 Ben Pfaffofproto: Fix accounting in facet_revalidate().
2010-11-12 Ben Pfaffofproto: Break subrules out of "struct rule" into new...
2010-11-11 Ben Pfaffofproto: Avoid clearing NetFlow stats twice upon rule...
2010-11-11 Ben Pfaffofproto: Make xlate_actions() initialize '*tags' itself.
2010-11-11 Ben Pfaffofproto: Disable timeouts for flows added by ofproto_ad...
2010-11-11 Ben Pfaffofproto: Fix used time of revalidated subrules.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-10 Ben Pfaffofproto: Fix use of uninitialized variable.
2010-11-10 Ben Pfaffofproto: Factor out code from do_xlate_actions() into...
2010-11-10 Ben Pfaffofp-util: Make validate_actions() take a struct flow *.
2010-11-10 Ben Pfaffofproto: Refactor handle_packet_out().
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-11-10 Ben Pfaffofproto: Fix type of 'out_port' parameter to query_aggr...
2010-11-10 Ben Pfaffofproto: Rename *_stats_reply() functions for clarity.
2010-11-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-08 Ben Pfaffofproto: Refactor handle_flow_mod().
2010-11-05 Ben Pfaffofproto: Refactor handle_aggregate_stats_request().
2010-11-05 Ben Pfaffofproto: Generalize reject_slave_controller().
2010-11-05 Ben Pfaffofproto: Factor flow duration calculation into new...
2010-11-05 Ben Pfaffofproto: Get rid of redundant ofproto parameters in...
2010-11-05 Ben Pfaffofproto: Make flow format specific to an OpenFlow conne...
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-05 Ben Pfaffofproto: Improve comment in send_flow_removed().
2010-11-05 Ben Pfaffofproto: Simplify send_flow_removed().
2010-11-05 Ben Pfaffofp-util: New functions make_nxmsg(), make_nxmsg_xid().
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-11-03 Ben Pfaffofproto: Don't show separate wildcard and exact-match...
2010-10-29 Ben Pfaffclassifier: Change classifier_rule_overlaps() to take...
2010-10-29 Ben Pfaffclassifier: Change classifier_find_rule_exactly() to...
2010-10-29 Ben Pfaffclassifier: Merge classifier_lookup_wild(), classifier_...
2010-10-29 Ben Pfaffclassifier: Remove classifier_insert_exact().
2010-10-29 Ben Pfaffofproto: Use ovs_be<N> types in appropriate places.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
next