summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto-dpif-sflow: Tolerate unknown datapath input port for tunnel.Neil McKee2016-09-021-1/+1
* upcall: Replace ukeys for deleted flows.Joe Stringer2016-09-011-1/+35
* upcall: Track ukey states.Joe Stringer2016-09-011-46/+96
* upcall: Only init flow_put if ukey is installed.Joe Stringer2016-09-011-12/+4
* upcall: Reuse flow_put initializer.Joe Stringer2016-09-011-16/+8
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-8/+6
* ofproto: Always set MTU for new internal ports.Daniele Di Proietto2016-08-301-5/+5
* object-collection: Remove access to stub.Jarno Rajahalme2016-08-301-5/+5
* ofproto: Remove stale comment.Jarno Rajahalme2016-08-301-2/+0
* ofproto-dpif: Remove prototype for an undefined function.Jarno Rajahalme2016-08-301-1/+0
* upcall: reduce log level for "no reference to recirc flow" messageLance Richardson2016-08-301-1/+1
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-307-199/+18
* upcall: Log failure to flow_put for dpif-netlink.Joe Stringer2016-08-191-29/+29
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-1/+2
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-154-233/+401
* ofproto-dpif-xlate: Use passed ctx in XLATE_REPORT_ERROR.Jesse Gross2016-08-151-1/+1
* ofproto-dpif-xlate: Fix VLOG_ERR_RL() call.Joe Stringer2016-08-111-1/+1
* ofproto-dpif-xlate: Log flow in XLATE_REPORT_ERROR.Joe Stringer2016-08-111-7/+13
* ofproto: Consider datapath_type when looking for internal ports.Daniele Di Proietto2016-08-091-7/+9
* packets: Cleanup ND compose functions.Justin Pettit2016-07-291-1/+1
* ofproto: Add 'command' to ofproto_flow_mod.Jarno Rajahalme2016-07-292-4/+6
* ofproto: Add 'modify_cookie' to ofproto_flow_mod.Jarno Rajahalme2016-07-293-40/+37
* ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.Jarno Rajahalme2016-07-292-27/+39
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-292-16/+6
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-292-44/+113
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-292-25/+32
* ofproto: Use ofputil_uninit_group_mod().Jarno Rajahalme2016-07-291-1/+1
* ofproto-dpif-xlate: Hash only fields specified for 'hash' selection method.Jarno Rajahalme2016-07-291-29/+7
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-292-18/+5
* meta-flow: Add mf_mask_field_masked().Jarno Rajahalme2016-07-291-1/+1
* ofproto-dpif: Always forward 'used' from the old_rule.Jarno Rajahalme2016-07-293-14/+40
* ofproto: Make groups versioned.Jarno Rajahalme2016-07-295-51/+119
* ofproto: refactor group mods.Jarno Rajahalme2016-07-293-144/+207
* ofproto: Report flow mods also from bundles.Jarno Rajahalme2016-07-291-8/+5
* ofproto: Generalize flow_mod_requester.Jarno Rajahalme2016-07-291-26/+24
* ofproto: Add generic non-intrusive object_collection.Jarno Rajahalme2016-07-292-205/+94
* ofproto: Use ofproto_mutex for groups and keep track of referring flows.Jarno Rajahalme2016-07-292-85/+166
* ofproto: Make flow handling more symmetric.Jarno Rajahalme2016-07-291-5/+12
* ofproto: Take group references only when needed.Jarno Rajahalme2016-07-295-16/+23
* ofproto: Lockless group lookups.Jarno Rajahalme2016-07-295-129/+126
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-295-36/+36
* in-band: don't use system type when opening netdevThadeu Lima de Souza Cascardo2016-07-271-1/+1
* in-band: use open_type when opening internal deviceThadeu Lima de Souza Cascardo2016-07-271-1/+2
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-274-0/+50
* util: Expose function nullable_string_is_equal.Ilya Maximets2016-07-252-12/+0
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-2214-14/+19
* tunneling: get skb marking to work properly with tunnelsAnsis Atteka2016-07-211-1/+2
* ofproto: Fix consistent hashingLiran Schour2016-07-131-3/+2
* Increase number of registers to 16.Justin Pettit2016-07-122-2/+2
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-035-7/+41