ofproto: Inline actions in struct rule_actions.
[sliver-openvswitch.git] / ofproto / ofproto.c
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...
2013-10-14 Ben Pfaffofp-actions: Make ofpacts_format() caller add "actions...
2013-10-11 Ben Pfaffconnmgr: Formalize 'ofproto_mutex' as protecting ofconn...
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-26 Gurucharan Shettyofproto: Recycle least recently used ofport.
2013-09-25 YAMAMOTO Takashifor ovs-appctl bridge/dump-flows, don't show "priority...
2013-09-24 Ben Pfaffofproto: Fix memory leak in rule_actions_unref().
2013-09-24 Ben Pfaffofproto: Allow ofproto_delete_flow() to delete hidden...
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-09-16 Jarno Rajahalmerule_ofpacts: keep datapath meter_id.
2013-09-16 Jarno Rajahalmeofproto meters: Keep provider meter_id over mods.
2013-09-16 Jarno Rajahalmeofproto: Actually return the error code from meter...
2013-09-13 Ben Pfaffofp-util: Announce OpenFlow 1.3 table features only...
2013-09-13 Ben Pfaffofproto-dpif: Move "learn" actions into individual...
2013-09-13 Ben Pfaffofproto: Remove redundant cls parameter from a few...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Refactor eviction cases to use common code.
2013-09-13 Ben Pfaffofproto: New helper any_pending_ops().
2013-09-13 Ben Pfaffofproto: Mark immutable members of struct rule 'const'.
2013-09-13 Ben Pfaffofproto: Make some functions for rules private to ofpro...
2013-09-13 Ben Pfaffofproto: Remove ->timeout_mutex from struct rule (just...
2013-09-13 Ben Pfaffofproto: Replace rwlock in struct rule by a mutex.
2013-09-13 Ben Pfaffofproto: Protect index by cookie with ofproto_mutex.
2013-09-13 Ben Pfaffofproto: Drop 'expirable_mutex' in favor of new global...
2013-09-13 Ben Pfaffofproto: Move rule_execute() out of ofopgroup_complete().
2013-09-13 Ben Pfaffofproto: Add a ref_count to "struct rule" to protect...
2013-09-13 Ben Pfaffofproto: Break actions out of rule into new rule_action...
2013-09-13 Ben Pfaffofproto: Remove soon-to-be-invalid optimizations.
2013-09-13 Ben Pfaffofproto: Move function find_meter() into ofpacts as...
2013-09-13 Ben Pfaffofproto: Merge ofproto_rule_delete() and ofproto_delete...
2013-09-13 Ben Pfaffofproto: Avoid gratuitous memory allocation and free.
2013-09-13 Ben Pfaffofproto: Correct comments.
2013-09-13 Ben Pfaffofproto: Eliminate 'ofproto_node' member from struct...
2013-09-13 Ben Pfaffofproto: Reduce number of "collect" functions taking...
2013-09-13 Ben Pfaffofproto: Factor code out of collect_rules_{loose,strict...
2013-09-12 Jarno Rajahalmeofproto: Use proper error code when meter_id is out...
next