perf-counter: Fix segfaults on non-Linux platforms.
[cascardo/ovs.git] / ofproto /
2015-07-23 Ben Pfaffnetflow: Mark some function parameters 'const'.
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-20 Ben Pfaffofproto-dpif: Remove prototype for unimplemented function.
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-07-06 Jarno Rajahalmeofproto: Add struct ofproto_flow_mod.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-07-03 Ben Pfaffofproto: Use OF1.4+ "importance" as part of eviction...
2015-07-03 Ben Pfaffofproto: Make 'importance' immutable.
2015-07-02 Ben Pfaffofproto: Hold ofproto_mutex when enabling or disabling...
2015-07-02 Thadeu Lima de Sou... mcast-snooping: Add Multicast Listener Discovery support
2015-07-01 Thadeu Lima de Sou... mcast-snooping: Use IPv6 address for MDB
2015-07-01 Jesse Grosstunnels: Don't initialize unnecessary packet metadata.
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
2015-06-26 Ben Pfaffofp-actions: Support mixing "conjunction" and "note...
2015-06-25 Jesse Grosstunneling: Don't match on source IP address for native...
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossodp-util: Pass down flow netlink attributes when transl...
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-25 Thadeu Lima de Sou... ofproto-dpif: Fix coding style.
2015-06-22 Ben Pfaffofproto-dpif-xlate: Add support for OpenFlow group...
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Jesse Grossodp-util: Convert flow serialization parameters to...
2015-06-17 Thadeu Lima de Sou... Add IGMPv3 support.
2015-06-17 Thadeu Lima de Sou... ofproto-dpif-xlate: Make IGMP packets always take slow...
2015-06-16 Ben Pfaffofproto-dpif-xlate: Add native tunnel information to...
2015-06-16 Ben Pfaffofproto-dpif: Allow translation reports to include...
2015-06-16 Ben Pfaffpackets: Generalize compose_arp().
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeofproto: Support port mods in bundles.
2015-06-12 Jarno Rajahalmeofproto: Postpone sending flow removed messages.
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno Rajahalmeofproto: Revertible eviction.
2015-06-11 Jarno Rajahalmeofproto: Accurate flow counts.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmeofproto: Infra for table versioning.
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-06-10 Jarno Rajahalmeofproto: Rename *_begin functions as *_start.
2015-06-10 Joe Stringertypes: Rename and move ovs_u128_equal().
2015-06-09 Jarno Rajahalmeofproto: Fix memory leak in ofproto_rule_delete().
2015-06-08 Andy Zhoutunneling: Fix a tunnel name display bug
2015-06-08 Jesse Grossofp-util: Convert flow_metadata to match structure.
2015-06-07 Alex Wangodp-util: Make sure vlan tci mask has exact match for...
2015-06-06 Sabyasachi Senguptaofproto-dpif: Use xzalloc instead of xmalloc.
2015-06-06 Ben Pfaffofproto-dpif: Avoid creating OpenFlow ports for duplica...
2015-06-02 Jarno Rajahalmeofproto: Add support for reverting flow mods and bundle...
2015-06-02 Jarno Rajahalmeofproto: Split delete_flow*().
2015-06-02 Jarno Rajahalmeofproto: Split modify_flows().
2015-06-02 Jarno Rajahalmeofproto: Split add_flow().
2015-06-02 Jarno Rajahalmeofproto: Refactor modify_flows__().
2015-06-02 Jarno Rajahalmeofproto: Use enum ofperr for 'error'.
2015-06-02 Jarno Rajahalmeofproto: Factor out ofproto_rule_create().
2015-06-02 Jarno Rajahalmeofproto: Factor out ofproto_rule_insert__().
2015-06-02 Jarno Rajahalmebundles: Manage bundles in connmgr.
2015-06-02 Jarno Rajahalmebundles: Validate bundled messages.
2015-06-01 Jarno Rajahalmeclassifier: Add support for invisible flows.
2015-06-01 Jarno Rajahalmeofproto: Eliminate use of unset error code.
2015-05-29 Joe Stringerofproto-dpif: Refactor feature support structure.
2015-05-27 Joe Stringerofproto-dpif: Make odp/ofp parse errors more clear.
2015-05-22 Daniele Di Proiettoovs-numa: Change 'core_id' to unsigned.
2015-05-18 Daniele Di Proiettodp-packet: Remove 'list' member.
2015-05-18 Jarno Rajahalmeofproto: Fix memory leak in flow deletion.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-29 Pravin B Shelardatapath: Add Stateless TCP Tunneling protocol.
2015-04-21 Alex Wangin-band: Mention ofproto name in the VLOG.
2015-04-20 Dennis Flynnauto-attach: Implement interface lldp disable and re...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
2015-03-28 Alex Wangofproto-dpif: Set need_revalidate when removing cfm...
2015-03-27 Ricky Linetdev: Fix user space tunneling for set_tunnel action.
2015-03-26 Jarno Rajahalmeofproto-dpif-xlate: Fix MPLS recirculation.
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-24 Jarno Rajahalmeofproto-dpif-xlate: More robust wildcarding for select...
2015-03-24 Jarno Rajahalmeofproto-dpif-xlate: Roll back group bucket actions...
2015-03-24 Jarno Rajahalmeofproto-dpif-xlate: Remove bond recirculation parameter...
2015-03-24 Jarno Rajahalmeofproto-dpif-xlate: Restore was_mpls after a patch...
2015-03-24 Simon HormanImplement hash fields select group
2015-03-24 Simon HormanSupport translation of NTR selection method
2015-03-24 Simon HormanSupport encoding of NTR selection method
2015-03-24 Simon HormanSupport decoding of NTR selection method
2015-03-17 Jarno Rajahalmeofproto-dpif-xlate: Do not exit if peer bridge exits.
2015-03-17 Jarno Rajahalmeofproto-dpif-xlate: Preserve and execute action_set...
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-17 Jarno Rajahalmeofproto-dpif-xlate: Preserve stack across patch port.
2015-03-13 Jarno Rajahalmeofproto-dpif-xlate: Honor skip_wildcards in translation.
2015-03-13 Jarno Rajahalmeofproto-dpif-xlate: Add rule cookie to the tranlation...
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Jarno Rajahalmeofproto-dpif-upcall: Create ukey only for miss upcalls.
2015-03-04 Jarno Rajahalmeofproto-dpif-xlate: Fix indentation.
2015-03-04 Jarno Rajahalmeofproto-dpif-xlate: Free recirculation ID in an error...
2015-03-04 Jarno Rajahalmeofproto-dpif-xlate: Don't translate action set when...
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
next