ofproto: Honour NXFMF_OWN flag of flow monitors
[cascardo/ovs.git] / ofproto /
2014-06-13 Simon Hormanofproto: Honour NXFMF_OWN flag of flow monitors
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-12 Simon Hormanofproto-dpif: Add idle_timeout parameter to ofproto_dpi...
2014-06-12 Simon Hormanofproto-dpif: Add recirc_id field to struct rule_dpif
2014-06-12 Simon Hormanofproto-dpif: Move RECIRC_RULE_PRIORITY to common header
2014-06-11 Simon Hormanofproto: Use OFPRR_GROUP_DELETE
2014-06-09 Anoob Somannetflow: Fold netflow_expire() into netflow_flow_clear().
2014-06-06 Ethan Jacksonofproto: Destroy rule in ofproto_get_vlan_usage().
2014-06-06 Ben Pfaffofproto-dpif: Remove unused struct dpif_completion.
2014-06-06 Ben Pfaffofproto-dpif-rid: Fix memory leak in recirc_id_pool_des...
2014-06-06 Ben Pfaffofproto: Fix memory leak in ofproto_destroy().
2014-06-06 Joe Stringerrevalidator: Replace ukey->mark with dump_seq.
2014-06-05 Simon Hormanofproto: Send monitor updates if a flow mod changes...
2014-06-05 Ben Pfaffofproto-dpif: Fix uninitialized data in ofproto_dpif_ex...
2014-06-05 Joe Stringerrevalidator: Use xcache when revalidation is required.
2014-06-05 Joe Stringerrevalidator: Refactor ukey creation/lookup.
2014-06-03 Joe Stringerofproto: Remove ofproto_refresh_rule().
2014-06-03 Joe Stringerofproto-dpif-xlate: Cache full flowmod for learning.
2014-06-03 Joe Stringerrevalidator: Fix a build issue.
2014-06-02 Joe Stringerrevalidator: Eliminate duplicate flow handling.
2014-05-29 Ben Pfaffofproto: Fix comments.
2014-05-29 Ben Pfaffofproto-provider: Fix typo in comment.
2014-05-28 Ben Pfaffofproto-dpif-xlate: Mark xcfgp and new_xcfg as static.
2014-05-28 Ben Pfaffofproto: Fix comment on struct meter.
2014-05-28 Ryan Wilsonofproto-dpif-xlate: Implement RCU locking in ofproto...
2014-05-26 Joe Stringerxcache: Remove unused field xc_entry.u.learn.ofproto.
2014-05-23 Ethan Jacksonupcall: Remove redundant xlate_actions_for_side_effects().
2014-05-23 Andy Zhouofproto-dpif-xlate: Coding style fix for bucket_is_alive()
2014-05-23 Andy Zhouofproto-dpif-xlate: Simplify group_is_alive
2014-05-23 Andy Zhouofproto-dpif: remove a redundant assignment
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 Alex Wangofproto-dpif-xlate: Fix a bug.
2014-05-22 Ryan Wilsonofproto: Add support for Openflow group and bucket...
2014-05-22 Ryan Wilsonofproto: Add reference count for Openflow groups.
2014-05-21 Joe Stringerrevalidator: Re-fix a flow duplication bug.
2014-05-21 YAMAMOTO Takashiofproto: Fix comments
2014-05-21 Ryan Wilsonofproto: Remove per-flow miss hash table from upcall...
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-05-19 Flavio Leitnerofproto-dpif-xlate: Add xlate_normal_flood()
2014-05-19 Flavio Leitnerofproto/xlate: Move is_admissible() up
2014-05-19 Flavio Leitnerdpif: Comestic indentation fixes
2014-05-19 Joe Stringerodp-util: Always serialise recirculation in upcall...
2014-05-16 Jarno RajahalmeUse prefix trie lookup for IPv4 by default.
2014-05-16 Andy Zhouofproto-dpif: Install internal rule should not change...
2014-05-16 Simon Hormanofproto-dpif-upcall: Use atomic_long in struct udpif
2014-05-15 Ben Pfaffofproto-dpif-upcall: Avoid use-after-free in revalidate...
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-14 Anoob Somanofproto-dpif-xlate: Fix null pointer dereference
2014-05-12 YAMAMOTO Takashiofproto-dpif.h: Fix a comment
2014-05-12 YAMAMOTO Takashiofproto-dpif: Whitespace fixes
2014-05-09 Alex Wangofproto-dpif-upcall: Do not call dpif_handlers_set...
2014-05-07 Joe Stringertunnel: Fix bug where misconfiguration persists.
2014-05-07 Andy Zhoubond: fix a bug that disabled bond stats collection
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
2014-05-05 Ben Pfaffconnmgr: Remove prototype for nonexistent function.
2014-05-02 Alex Wangofproto-dpif-monitor: Fix deadlock.
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-05-02 Simon Hormanofproto-dpif: Add table_is_internal() helper
2014-05-01 Ethan Jacksonofproto: Fix is_flow_deletion_pending() false positive.
2014-05-01 Ethan Jacksonofproto: Fix potential leak during flow mods.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-05-01 Simon Hormanofproto-dpif: Correct check_recirc comment
2014-05-01 Simon Hormanofproto-dpif: Move recirc members from struct xlate_out...
2014-05-01 YAMAMOTO Takashiofproto-dpif-xlate: Fix in_port=controller case for...
2014-04-30 Ben Pfaffofproto-dpif: Close race between processing packet_ins...
2014-04-30 Andy Zhoubond: fix uninitialized use of use_recirc variable
2014-04-29 Jarno Rajahalmeofproto: Use classifer cursor API to collect vlan usage.
2014-04-29 Jarno Rajahalmeofproto: Inline trivial functions.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-29 Andy Zhouofproto-dpif: restore bond rebalance for non-recirc...
2014-04-29 Andy Zhouofproto-bond: do not allow recirculation when we failed...
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-28 Alex Wangofproto-dpif: Use sequence number to wake up main threa...
2014-04-25 Joe Stringerrevalidator: Fix ukey stats cache updating.
2014-04-25 Alex Wangofproto-dpif-upcall: Fix a bug.
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 Padmanabhan Krishnanofproto-dpif-xlate: Identify STP BPDUs more specifically.
2014-04-24 Jarno Rajahalmeofproto: Reduce taking rule references.
2014-04-24 Jarno Rajahalmeofproto: Make taking rule reference conditional on...
2014-04-24 Jarno Rajahalmeofproto: RCU postpone rule destruction.
2014-04-24 Ethan Jacksonofproto-dpif-upcall: Remove the flow_dumper thread.
2014-04-23 Joe Stringerrevalidator: Prevent handling the same flow twice.
next