]> git.proxmox.com Git - mirror_ovs.git/history - ofproto
ovs-ofctl: Fix memory leak in ofctl_packet_out().
[mirror_ovs.git] / ofproto /
2016-11-22 Ben Kellyofproto: Drop flows between protected ports
2016-11-22 Ben Kellyofproto: Add protected property to bundle
2016-11-16 Joe Stringerlib: Use nl_attr_get_odp_port().
2016-11-14 Jarno Rajahalmeofproto: Return the OFPC_BUNDLES bit in switch features...
2016-11-14 O'Reilly, Darraghofproto-dpif-xlate: Fix duplicate multicast packets
2016-11-01 Ben Pfaffofproto-dpif: Log warning when ct action or its variant...
2016-10-28 Stephen Finucanedoc: Convert README-native-tunneling to rST
2016-10-05 Jarno Rajahalmeofproto: Always delete rules before deleting a meter.
2016-09-29 Joe Stringerrevalidator: Simplify full-revalidation code.
2016-09-29 Joe Stringerrevalidator: Defer stats push to end of validation.
2016-09-29 Joe Stringerrevalidator: Reuse xlate_ukey from deletion.
2016-09-29 Joe Stringerrevalidator: Refactor revalidation early exit.
2016-09-29 Joe Stringerrevalidator: Refactor ukey->xout translation.
2016-09-28 Joe Stringerrevalidator: Prepare xcache before xlate_lookup.
2016-09-27 Jarno Rajahalmeupcall: Don't start new revalidation round too soon...
2016-09-27 Pravin B Shelaropenvswitch: Allow external IPsec tunnel management.
2016-09-23 Justin PettitAdd OpenFlow command to flush conntrack table entries.
2016-09-22 Daniele Di Proiettoofproto-dpif-xlate: Adjust generated mask for fragments.
2016-09-21 Huanle HanRemove execute permisson on source files
2016-09-20 Jarno Rajahalmeofproto: Do not signal revalidation for group mods...
2016-09-20 Ryan Moatsofproto-dpif-xlate: Fix memory leak in execute_controll...
2016-09-20 Binbin Xuofproto: Remove groups that nested actions reference...
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-09-16 Ben Pfaffofproto-dpif-xlate: Fix treatment of mirrors across...
2016-09-16 Jarno Rajahalmexlate: Use dp_hash for select groups.
2016-09-15 Jarno Rajahalmeofproto: Remove double reporting from bundles.
2016-09-14 Jarno Rajahalmeofproto: Support packet_outs in bundles.
2016-09-14 Jarno Rajahalmeofproto: Refactor packet_out handling.
2016-09-14 Jarno Rajahalmeofproto-dpif-xlate: Allow translating without side...
2016-09-14 Jarno Rajahalmeofproto: Use ofproto_flow_mod for learn execution from...
2016-09-14 Jarno Rajahalmeofproto-dpif-xlate: Add xlate cache type XC_TABLE.
2016-09-14 Jarno Rajahalmeofproto-dpif-xlate: Expose xlate cache.
2016-09-14 Jarno Rajahalmelib: Refactor mac-learning updates.
2016-09-13 Jarno Rajahalmeconnmgr: Make connmgr_wants_packet_in_on_miss() lock...
2016-09-13 Jarno Rajahalmeofproto: Change rule's 'removed' member to a tri-state...
2016-09-13 Jarno Rajahalmeofproto: Add a fixed bundle idle timeout of 10 seconds.
2016-09-13 Jarno Rajahalmeofproto: Don't use connmgr after destruction.
2016-09-06 Jarno Rajahalmexlate: Clarify comment about mac learning table entry...
2016-09-02 Daniele Di Proiettoofproto: Honor mtu_request even for internal ports.
2016-09-02 Daniele Di ProiettoRevert "ofproto: Always set MTU for new internal ports."
2016-09-02 Neil McKeeofproto-dpif-sflow: Tolerate unknown datapath input...
2016-09-01 Joe Stringerupcall: Replace ukeys for deleted flows.
2016-09-01 Joe Stringerupcall: Track ukey states.
2016-09-01 Joe Stringerupcall: Only init flow_put if ukey is installed.
2016-09-01 Joe Stringerupcall: Reuse flow_put initializer.
2016-08-31 Jarno Rajahalmeofp-actions: Waste less memory in set field and load...
2016-08-31 Daniele Di Proiettoofproto: Always set MTU for new internal ports.
2016-08-30 Jarno Rajahalmeobject-collection: Remove access to stub.
2016-08-30 Jarno Rajahalmeofproto: Remove stale comment.
2016-08-30 Jarno Rajahalmeofproto-dpif: Remove prototype for an undefined function.
2016-08-30 Lance Richardsonupcall: reduce log level for "no reference to recirc...
2016-08-30 Jarno Rajahalmelib: Retire packet buffering feature.
2016-08-19 Joe Stringerupcall: Log failure to flow_put for dpif-netlink.
2016-08-16 Ben Pfaffmeta-flow: New functions mf_subfield_copy() and mf_subf...
2016-08-15 Jarno Rajahalmeofproto: Reduce bundle memory use.
2016-08-15 Jesse Grossofproto-dpif-xlate: Use passed ctx in XLATE_REPORT_ERROR.
2016-08-12 Joe Stringerofproto-dpif-xlate: Fix VLOG_ERR_RL() call.
2016-08-11 Joe Stringerofproto-dpif-xlate: Log flow in XLATE_REPORT_ERROR.
2016-08-09 Daniele Di Proiettoofproto: Consider datapath_type when looking for intern...
2016-07-29 Justin Pettitpackets: Cleanup ND compose functions.
2016-07-29 Jarno Rajahalmeofproto: Add 'command' to ofproto_flow_mod.
2016-07-29 Jarno Rajahalmeofproto: Add 'modify_cookie' to ofproto_flow_mod.
2016-07-29 Jarno Rajahalmeofproto: Reduce dependency on ofputil_flow_mod after...
2016-07-29 Jarno Rajahalmeofp-util: remove flow mod's delete_reason.
2016-07-29 Jarno Rajahalmeofproto: Support group mods in bundles.
2016-07-29 Jarno Rajahalmemeta-flow: Compact struct field_array.
2016-07-29 Jarno Rajahalmeofproto: Use ofputil_uninit_group_mod().
2016-07-29 Jarno Rajahalmeofproto-dpif-xlate: Hash only fields specified for...
2016-07-29 Jarno Rajahalmemeta-flow: Clean up masking with prerequisities checking.
2016-07-29 Jarno Rajahalmemeta-flow: Add mf_mask_field_masked().
2016-07-29 Jarno Rajahalmeofproto-dpif: Always forward 'used' from the old_rule.
2016-07-29 Jarno Rajahalmeofproto: Make groups versioned.
2016-07-29 Jarno Rajahalmeofproto: refactor group mods.
2016-07-29 Jarno Rajahalmeofproto: Report flow mods also from bundles.
2016-07-29 Jarno Rajahalmeofproto: Generalize flow_mod_requester.
2016-07-29 Jarno Rajahalmeofproto: Add generic non-intrusive object_collection.
2016-07-29 Jarno Rajahalmeofproto: Use ofproto_mutex for groups and keep track...
2016-07-29 Jarno Rajahalmeofproto: Make flow handling more symmetric.
2016-07-29 Jarno Rajahalmeofproto: Take group references only when needed.
2016-07-29 Jarno Rajahalmeofproto: Lockless group lookups.
2016-07-29 Jarno Rajahalmelib: Separate versioning to its own module.
2016-07-27 Thadeu Lima de Sou... in-band: don't use system type when opening netdev
2016-07-27 Thadeu Lima de Sou... in-band: use open_type when opening internal device
2016-07-27 Ilya Maximetsbridge: Pass interface's configuration to datapath.
2016-07-26 Ilya Maximetsutil: Expose function nullable_string_is_equal.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-21 Ansis Attekatunneling: get skb marking to work properly with tunnels
2016-07-13 Liran Schourofproto: Fix consistent hashing
2016-07-13 Justin PettitIncrease number of registers to 16.
2016-07-03 William Tuofproto-dpif-mirror: Add mirror snaplen support.
2016-07-03 Jan Scheurichofproto: Add relaxed group_mod command ADD_OR_MOD
2016-06-29 Jesse Grossbfd: Allow setting OAM bit when encapsulated in tunnel.
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-25 Wenyu Zhangipfix: Export user specified virtual observation ID
2016-06-24 Ben PfaffRevert "ipfix: Export user specified virtual observatio...
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-24 Wenyu Zhangipfix: Export user specified virtual observation ID
2016-06-21 Jarno Rajahalmeofproto: Set to revalidate when a new version is available.
2016-06-21 Jarno Rajahalmexlate: Fix typo in comment.
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
next