summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+25
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-295-21/+36
* util: New function nullable_xstrdup().Ben Pfaff2016-06-263-12/+5
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-243-11/+94
* Revert "ipfix: Export user specified virtual observation ID".Ben Pfaff2016-06-243-94/+11
* ofp-actions: Add truncate action.William Tu2016-06-244-0/+140
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-243-11/+94
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-213-26/+15
* xlate: Fix typo in comment.Jarno Rajahalme2016-06-211-1/+1
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-175-18/+125
* ipfix: Bug fix for not sending template packets on 32-bit OSBenli Ye2016-06-141-2/+2