ofproto: Mark immutable members of struct rule 'const'.
[cascardo/ovs.git] / ofproto / ofproto.c
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-13 Jarno Rajahalmeofproto: Use proper error code when meter_id is out...
2013-09-13 Ben PfaffDelete meters in the right place.
2013-09-13 Ben Pfaffofproto: Avoid removing rules from meter lists twice.
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: Do not call ->rule_destruct() if ->rule_constr...
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-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...
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-26 Jarno Rajahalmeofproto: Use OFPRR_EVICTION consistently when evicting...
2013-06-26 Joe Stringerofproto-dpif: Add 'force-miss-model' configuration
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-18 Jarno Rajahalmeofproto: Index flows by cookie.
2013-06-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
2013-06-14 Jarno Rajahalmeofproto: Fix use of uninitialized local variable.
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-05-31 Gurucharan Shettyovs-vswitchd: An option to wait for userspace flow...
2013-05-30 Ben PfaffImplement duration fields in OpenFlow 1.3 port stats.
2013-05-21 Ethan Jacksonofproto-dpif: Don't configure BFD on missing ofports.
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-04-22 Romain LengletImplement IPFIX export
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-01-26 Ben Pfaffofproto: Maintain "expirable" list for "add" flow_mod...
2013-01-26 Ben Pfaffofproto: Properly refresh rule modified time when nothi...
2013-01-25 Simon Hormanofproto: Optimise OpenFlow flow expiry
2013-01-24 Ben Pfaffofproto: Avoid wild write removing OFPP_LOCAL port...
2013-01-21 Ben Pfaffofproto: Remove redundant call to ofconn_get_ofproto
2013-01-17 Justin Pettitofproto: Add "actions=" to drop action in "ovs-appctl...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-11 Krishna Kondakaalloc_ofp_port does not allocate the port number correctly
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-26 Ben Pfaffovs-vswitch: Make OpenFlow "dp_desc" configurable.
2012-12-26 Ben Pfaffofproto: Use NULL "desc" values to indicate defaults.
2012-12-26 Ben Pfaffofproto: Remove ofproto_set_desc().
2012-12-21 Ethan Jacksonofproto: Remove trailing whitespace.
2012-12-18 Ben Pfaffofproto, ofproto-dpif: Fix memory leaks of struct iface...
2012-12-10 Jarno RajahalmeOpenflow 1.1 queue set/get config placeholders.
2012-12-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
2012-12-03 Jarno Rajahalmeinclude/openflow: Moved remaining common definitions...
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-27 Jarno RajahalmeFix handling of OFPP_ANY in OpenFlow 1.1 and later.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-20 Gurucharan Shettyofproto: Fix ofport allocation.
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Ben Pfaffofproto: Better hide hidden tables.
2012-11-02 Justin Pettitofproto: Add type "run", "run_fast", and "wait" provide...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin Pettitofproto: Add initialization function.
2012-11-02 Justin PettitAllow the OpenFlow port to be requested for a port.
2012-10-14 Ben Pfaffofp-errors: Merge OF1.0 "all tables full" with OF1...
next