ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / ofproto /
2012-03-15 Ben Pfafffail-open: Use connmgr_send_packet_in() instead of...
2012-03-15 Ben Pfaffofproto: connmgr_send_packet_in() doesn't need buffer_i...
2012-03-15 Ben Pfaffconnmgr: Drop 'flow' parameter from connmgr_send_packet...
2012-03-13 Pravin B Shelarofproto: Fix internal port mtu setting.
2012-03-13 Ben Pfaffofproto-dpif: Add comments for a few VLAN splinters...
2012-03-12 Ben Pfaffofproto: Fix code that keeps track of MTU.
2012-03-08 Ethan Jacksonofproto-dpif: Log traces when resubmit depth is exceeded.
2012-03-07 Ethan Jacksonlacp: Notify LACP module when carrier changes.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-03-02 Ben Pfaffconnmgr: Make "enable-async-messages" work for primary...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-21 Ethan Jacksonofproto: Print odp actions during traces.
2012-02-27 Ben Pfaffofproto-dpif: Allow OpenFlow rules that have facets...
2012-02-19 Ethan Jacksonofproto-dpif: Cleanup STP on ports when disabled on...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffvswitchd: Add "enable-async-messages" setting for contr...
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-09 Ben Pfaffconnmgr: Do not persist OpenFlow settings from one...
2012-02-09 Ben Pfaffofproto: Allow service controllers to become masters...
2012-02-09 Ethan Jacksoncfm: Expose detailed fault status in the database.
2012-02-08 Aaron Rosenofproto-dpif: Don't output to in_port even if in_port...
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-07 Ben Pfaffofproto-dpif: Update last-used time of initial rule...
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-02-01 Ben PfaffAdd support for limiting the number of flows in an...
2012-02-01 Ben Pfaffofproto-dpif: Track the rule being translated during...
2012-02-01 Ben Pfaffofproto: Move 'used' from ofproto_dpif into ofproto.
2012-02-01 Ben Pfaffofproto: Make ofproto_rule_destroy__() do nothing for...
2012-02-01 Ben Pfaffofproto: Remove unnecessary assignment from ofoperation...
2012-02-01 Ben Pfaffofproto: Implement "hidden" and "readonly" OpenFlow...
2012-02-01 Ben Pfaffofproto: Make ofproto ->construct() function initialize...
2012-02-01 Ben Pfaffofproto: Encapsulate classifier tables in new "struct...
2012-02-01 Ben Pfaffmeta-flow: New "subfield" data structure.
2012-02-01 Ben PfaffAdd a few 'const's.
2012-01-30 Ben Pfaffofproto-dpif: Fix use-after-free error in handle_miss_u...
2012-01-27 Ben Pfaffofproto: Fix typo in handle_nxt_set_packet_in_format().
2012-01-25 Ethan Jacksonstp: Flush MAC table on topology change.
2012-01-25 Ethan Jacksonmac-learning: Only revalidate relevant flows upon flush.
2012-01-24 Ethan Jacksonofproto: Optionally flush all learning tables with...
2012-01-24 Ben Pfaffofproto-dpif: Revalidate flows after "fdb/flush".
2012-01-24 Ben Pfaffofproto-dpif: Rate-limit all messages output by facet_c...
2012-01-23 Ethan Jacksonlacp: Require successful LACP negotiations when configured.
2012-01-20 Ben Pfaffofproto-dpif: Fix "ofproto/trace" command.
2012-01-16 Ben Pfaffdpif: Factor 'type' and 'error' out of individual dpif_...
2012-01-16 Ben Pfaffofproto-dpif: Restore optimization for no-actions case...
2012-01-16 Ben Pfaffofproto-dpif: Implement self-check of flow translations.
2012-01-16 Ben Pfaffofproto-dpif: Remove many redundant "struct ofproto_dpi...
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-13 Ben Pfaffdpif: Simplify the "listen mask" concept.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
2012-01-11 Pravin B Shelarodp-util: Handle ipv6 in set nw action.
2012-01-11 Ethan Jacksonofproto-dpif: Honor statistics in packet_out().
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonofproto-dpif: Implement PACKET_IN in userspace.
2012-01-10 Ethan Jacksonflow: Create new flow_metadata structure for packet_in...
2012-01-10 Ethan Jacksonofputil: New function ofputil_decode_packet_in().
2012-01-10 Ethan Jacksonofp-util: Don't use ofpbuf in ofputil_packet_in struct.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2012-01-10 Ethan Jacksonpktbuf: Directly use pointers in pktbuf_save().
2012-01-10 Ethan Jacksonofp-print: Remove vestigial 'total_len' argument.
2012-01-07 Ben Pfaffofproto-dpif: Keep subfacets longer to avoid assert...
2012-01-05 Justin Pettitofproto-dpif: Fake-up OFPP_NONE input bundle for mirror...
2012-01-05 Justin Pettitofproto-dpif: Have lookup_input_bundle() return a bundle.
2012-01-05 Ben Pfaffofproto-dpif: Fix nondeterministic flow revalidation...
2012-01-04 Ben Pfaffofproto: Fix detection of in-use VLANs based on the...
2012-01-02 Ben Pfaffofproto-dpif: Fix GCC warning.
2012-01-02 Ben Pfaffofproto-dpif: Omit "execute" operation entirely when...
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-27 Ben Pfaffofproto-dpif: Fix bug in VLAN splinters.
2011-12-21 Ben Pfaffflow: Rename 'priority' to 'skb_priority'.
2011-12-21 Ansis Attekavswitchd: fix "implicit declaration of function" build...
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-12-19 Ben Pfaffnetflow: Move packet definitions to header file.
2011-12-19 Ben Pfaffpackets: New function eth_from_hex().
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-12-19 Ben Pfaffofproto-dpif: Include datapath flow misses in flow...
2011-12-16 Ben Pfaffofproto-dpif: Fix use-after-free for OFPP_CONTROLLER...
2011-12-16 Ben Pfaffofproto-dpif: Flush MACs for deleted ports from every...
2011-12-13 Ben Pfaffofproto-dpif: Avoid segfault for ports with bundles...
2011-12-08 Pravin B Shelarsflow: Use ofproto_port_get_stats().
2011-12-08 Pravin B Shelarofproto: Device stats should include packets generated...
2011-12-06 Luca Giraudoofproto-dpif-sflow: allow sFlow to infer the agent...
2011-11-30 Pravin B Shelarofproto-dpif: Delete un-fit flow from datapath.
2011-11-30 Pravin B Shelarofproto-dpif: Fix memory leak.
2011-11-28 Ethan Jacksonodp-util: Move commit_odp_actions() from ofproto-dpif.
2011-11-28 Ethan Jacksonofproto-dpif: Remove redundant commit_odp_actions(...
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-28 Ben Pfaffofproto-dpif: Process multiple batches of upcalls in...
2011-11-24 Justin Pettitmirroring: Don't require the "normal" action to perform...
2011-11-24 Justin Pettitovs-vswitchd: Track packet and byte statistics sent...
2011-11-24 Ben PfaffImplement new "VLAN splinters" feature.
2011-11-23 Ben Pfaffofproto-dpif: Separately track the initial VLAN TCI...
next