ofp-errors: Add OFPET_FLOW_MONITOR_FAILED
[cascardo/ovs.git] / ofproto / ofproto.c
2014-06-13 Simon Hormanofp-errors: Add OFPET_FLOW_MONITOR_FAILED
2014-06-13 Simon Hormanofproto: Initialise return value of modify_flows__
2014-06-12 Ben PfaffImplement learned flow deletion.
2014-06-12 Ben Pfaffofproto: Reduce duplication in deletion logic.
2014-06-12 Ben Pfaffofproto: Shrink struct rule_actions slightly.
2014-06-12 Ben Pfaffofproto: Additional simplifications.
2014-06-12 Ben Pfaffofproto: Do straightforward removal of asynchronous...
2014-06-12 Ben Pfaffofproto: Combine "struct ofconn *" and "const struct...
2014-06-12 Ben Pfaffofproto: Move logic for collecting read-only rules...
2014-06-12 Ben Pfaffofproto: Make ofproto_rule_is_hidden() public, and...
2014-06-12 Ben Pfaffofproto: Only initiate flow table modifications if...
2014-06-12 Ben Pfaffofproto: Add missing lock annotations on prototypes.
2014-06-12 Ben Pfaffofproto: Merge do_add_flow() and oftable_insert_rule...
2014-06-11 Simon Hormanofproto: Use OFPRR_GROUP_DELETE
2014-06-06 Ethan Jacksonofproto: Destroy rule in ofproto_get_vlan_usage().
2014-06-06 Ben Pfaffofproto: Fix memory leak in ofproto_destroy().
2014-06-05 Simon Hormanofproto: Send monitor updates if a flow mod changes...
2014-06-03 Joe Stringerofproto: Remove ofproto_refresh_rule().
2014-05-29 Ben Pfaffofproto: Fix comments.
2014-05-28 Ben Pfaffofproto: Fix comment on struct meter.
2014-05-23 Andy Zhouofproto: Remove ofproto_group_write_lookup()
2014-05-22 Simon Hormanofproto: per-table statistics
2014-05-22 Andy Zhouofproto: Add const to immutable members of ofgroup.
2014-05-22 Ryan Wilsonofproto: Add reference count for Openflow groups.
2014-05-21 YAMAMOTO Takashiofproto: Fix comments
2014-05-16 Jarno RajahalmeUse prefix trie lookup for IPv4 by default.
2014-05-14 Ben PfaffImplement OpenFlow 1.5 port desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.5 group desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.4 port_mod messages.
2014-05-14 Ben Pfaffofp-msgs: New functions ofpmp_version() and ofpmp_decod...
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-05-01 Ethan Jacksonofproto: Fix is_flow_deletion_pending() false positive.
2014-05-01 Ethan Jacksonofproto: Fix potential leak during flow mods.
2014-04-29 Jarno Rajahalmeofproto: Use classifer cursor API to collect vlan usage.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-25 Gurucharan Shettyofproto: Don't destroy mutex before its use.
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-24 Jarno Rajahalmeofproto: RCU postpone rule destruction.
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerofproto: New function ofproto_refresh_rule().
2014-04-10 Alex Wangofproto: Use netdev's 'change_seq' to reduce port modif...
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-28 Andy Zhoulib/hash.h: add hash_uint64()
2014-03-20 Simon Hormanofproto: Honour Table Mod settings for table-miss handling
2014-03-18 Ben Pfaffofproto: Use RCU to protect rule_actions.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-12 kmindgofproto: Update rule's priority in eviction group.
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2014-02-20 Ben Pfaffofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP...
2014-02-19 Joe Stringerofproto: Remove 'force-miss-model' configuration.
2014-02-12 Jarno Rajahalmeofproto: Move 'rule->used' to the provider.
2014-02-12 Jarno Rajahalmeofproto: Optimize the case of a repeated learn action...
2014-02-07 Joe Stringerofproto: Update documentation
2014-01-24 Gurucharan Shettyofproto: Handle negative number of threads.
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2013-12-24 Simon Hormanofproto: Make check_table_id generic
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-18 Simon Hormanofproto: Add table config to struct ofproto
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-11 Ben Pfaffofproto: Make ofproto_enumerate_types() match its comment.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-11 Ben Pfaffofproto: Check ofproto_port_query_by_name() return...
2013-11-07 Ben Pfaffofproto: Limit OVS-assigned port numbers to 32767 and...
2013-11-05 Ben Pfaffofproto: report the correct set of actions for group...
2013-11-03 Simon Hormanofproto-dpif: Support weight for select groups
2013-11-03 Simon Hormanofproto-dpif: Implement translation of select groups.
2013-11-03 Simon Hormanofproto-dpif: Translation of fast failover groups
2013-11-02 Simon Hormanofproto-dpif: Translation of indirect and all groups
2013-11-02 Simon Hormanofproto: Advertise all supported OpenFlow actions in...
2013-11-02 Ben Pfaffofproto: Centralize action checking, doing it at decode...
2013-11-01 Jarno RajahalmeOF 1.1 set vlan vid/pcp compatibility.
2013-11-01 Simon Hormanofproto: Calculate some group stats at ofproto layer
2013-11-01 Simon Hormanofproto: Fail flow mod if it references a non-existent...
2013-11-01 Simon Hormanofproto: Delete relevant flows on group del
2013-10-30 Jarno Rajahalmeclassifier: Rename struct cls_table as cls_subtable.
2013-10-29 Alexandru Copotinclude/openflow: Add OpenFlow 1.4 header file
2013-10-29 Venkitachalam Gopa... Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_...
2013-10-25 Ben Pfaffofproto: Use ofproto_check_ofpacts() from modify_flows__().
2013-10-25 Ben Pfaffofproto: Avoid abandoning an ofopgroup without committi...
2013-10-25 YAMAMOTO Takashiofproto: Report multipart buffer overflow.
2013-10-25 YAMAMOTO Takashiofproto: Report correct errors for unsupported stats...
2013-10-23 Jarno Rajahalmelib/ofp-actions: Enforce action consistency.
2013-10-22 Gurucharan Shettyofproto: Fix coding style.
2013-10-21 Ben Pfaffofproto: Send only one OFPT_FLOW_REMOVED message when...
2013-10-16 Gurucharan Shettyofproto: Re-use port numbers of ports that were deleted...
next