Avoid printf type modifiers not supported by MSVC C runtime library.
[cascardo/ovs.git] / ofproto / ofproto.c
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...
2013-09-12 Jarno RajahalmeDelete meters in the right place.
2013-09-12 Daniel Balutaofproto: update flow_stats flags on flow_stats_request
2013-09-10 Ethan Jacksonofproto: Reduce default number of miss handlers.
2013-09-10 Ethan Jacksonofproto: Fix core dump due to uninitialized cls_rule.
2013-09-10 Ben Pfaffofproto: Support out_group feature when matching on...
2013-09-10 Ben Pfaffofproto: Do not call ->rule_destruct() if ->rule_constr...
2013-09-07 Andy Zhouopenflow-1.1+: OFPT_TABLE_MOD (part 1)
2013-09-07 Alexandru Copotofproto: implement OFPT_GET_ASYNC_REQUEST
2013-09-05 Simon Hormanovs-ofctl: Handle any number of buckets in group statistics
2013-09-04 Ethan Jacksonofproto: Rename struct rule's evict lock and use it...
2013-09-04 Ethan Jacksonofproto-dpif: Don't manage eviction groups from threads.
2013-09-04 Ben Pfaffofproto: Convert units correctly in ofport_open().
2013-09-04 Ben Pfaffofproto: Fix memory leak in add_flow().
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-29 Ben Pfaffofproto: Avoid removing rules from meter lists twice.
2013-08-28 Ben Pfaffpackets, pktbuf: Align L3 headers on 32-bit boundary.
2013-08-28 Ben Pfaffofproto: Remove obsolete comment and assertion.
2013-08-28 Ben Pfaffofproto: Fully construct rules before putting them...
2013-08-27 Ben Pfaffofproto: Make OFPFC_ADD internally modify a rule instea...
2013-08-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-08-27 Ben Pfaffofproto-dpif-xlate: Fix fin_timeout to make rules expir...
2013-08-23 Alex Wangofproto: Change max_ports and alloc_port_no to uint16_t...
2013-08-22 Ben Pfaffofproto: Fix typo in comment.
2013-08-21 Gurucharan Shettyofproto: Start ofport allocation from the previous...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-16 Ben Pfaffofproto: Avoid extra O(N) work in common case on flow...
2013-08-15 Alex Wangofproto: Make number of packet handler threads runtime...
2013-08-13 Ben Pfaffsparse: Remove support for thread-safety annotations.
2013-08-12 YAMAMOTO Takashiofproto: make oftable_remove_rule__ release evict lock
2013-08-11 Ethan Jacksonofproto-dpif: Lock rules to prevent eviction.
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-08-08 Ethan Jacksonofproto-dpif: Lock the expirable list.
2013-08-08 Ethan Jacksonofproto: Lock hard_timeout and idle_timeout of struct...
2013-08-01 Ethan Jacksoncfm: Make the CFM module thread safe.
2013-07-26 Ben PfaffImplement OpenFlow 1.3 queue stats duration feature.
2013-07-18 Ben Pfaffofp-msgs: Consistently include "STATS" in the names...
2013-07-08 Jarno Rajahalmeofproto: Free meters in ofproto_destroy__().
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
next