gitignore: Add file to .gitignore
[cascardo/ovs.git] / ofproto /
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-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 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-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.
2015-03-03 Pravin B Shelardpif_packet: Rename to dp_packet
2015-02-27 Joe Stringerofproto-dpif: Fix UFID typo.
2015-02-20 Ben Pfaffuserspace: Replace all uses of strncpy() by ovs_strlcpy().
2015-02-17 Andy Zhouofproto/bond: Fix a race condition in updating post...
2015-02-14 Madhu Challaofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
2015-02-13 Mark D. Grayofproto-dpif: Fix whitespace and typo
2015-02-13 Ben Pfaffmac-learning: Implement per-port MAC learning fairness.
2015-02-07 Shu Shenofproto: add support of OFPR_ACTION_SET as packet-in...
2015-02-05 Jarno Rajahalmeofproto: Initialize tunnel module earlier.
2015-02-04 Flavio Leitnermcast-snoop: Add support to control Reports forwarding
2015-02-04 Flavio Leitnermcast_snoop: make mcast_fport_bundle generic
2015-02-03 Ben Pfaffofproto-dpif: Revalidate when sFlow probability changes.
2015-01-22 Ben Pfaffofp-errors: Use OFPERR_OFPBRC_IS_SLAVE to reject slave...
2015-01-22 Ben Pfaffofproto-dpif: Fix memory leak of mirrors in bundle_dest...
2015-01-20 Joe Stringerupcall: Simplify enable_ufid debug option.
2015-01-19 Ben Pfaffpktbuf: Always initialize '*bufferp' even when 'pb...
2015-01-14 Ben Pfaffofproto-dpif-xlate: Log if an OFPACT_CONJUNCTION action...
2015-01-12 Amit Bosepkg-config: Fix Cflags in package-config files
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2015-01-11 Ben Pfaffclassifier: Make classifier_lookup() 'flow' parameter...
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2015-01-06 Alex Wangofproto-dpif: Do not allow recirc_id freed by non-ownin...
2015-01-06 Ben Pfaffofproto: Don't count hidden rules in table stats.
2015-01-02 Ben Pfaffofproto: Omit hidden tables from "next tables".
2015-01-01 Neil McKeesflow: Export OVS datapath performance counters via...
2014-12-30 Alex Wangdpif-netdev: Add per-pmd flow-table/classifier.
2014-12-24 Alex WangWarn the free of 'recirc_id' by wrong 'ofproto'.
2014-12-23 Alex Wangrecirculation: RCU postpone the free of dpif_backer_rec...
2014-12-23 Alex Wangrecirculation: Map recirc_id to ofproto_dpif.
2014-12-22 Jarno Rajahalmebundles: Clean up bundle commit.
2014-12-22 Jarno Rajahalmeofproto: Reject slave controllers for bundle messages.
2014-12-22 Jarno Rajahalmebundles: Reject bundle add with bad flags.
2014-12-22 Jarno Rajahalmeconnmgr: Dealloc 'bundles' in ofconn_destroy().
2014-12-19 Joe Stringerdpif: Shift ufid support checking up to dpif_backer.
2014-12-19 Pravin B Shelarofproto-dpif: Fix build failure.
2014-12-18 Pravin B Shelarofproto-dpif: Fix MPLS multiple Push pop action.
2014-12-17 Joe Stringerrevalidator: Don't delete non-existent flow.
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move token-bucket.h to <openvswitch/token-bucket.h>
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-12-13 Alex Wangrecirculation: Do not drop packet when there is no...
2014-12-12 Shu Shenofproto: add support of OFPR_GROUP as packet-in reason...
2014-12-11 Joe Stringerdpif: Refactor datapath feature detection.
2014-12-09 Joe Stringerrevalidator: Fix access of uninitialized memory.
2014-12-05 Alex Wangtunnel: Recreate tunnel port only when the netdev statu...
2014-12-02 Joe Stringerdpif: Minimize memory copy for revalidation.
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-12-02 Ben Pfaffdpif: Don't clear argument in dp_enumerate_types().
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-11-25 Shu Shenofproto: Fix checking of packet_in_mask in async config.
2014-11-25 Joe Stringerdpif: Generate flow_hash for revalidators in dpif.
2014-11-25 Joe Stringerupcall: Revalidate using cache of mask, actions.
2014-11-25 Joe Stringerupcall: Create ukeys in handler threads.
2014-11-25 Joe Stringerupcall: Rename dump_op -> ukey_op.
2014-11-25 Joe Stringerudpif: Separate udpif_key maps from revalidators.
2014-11-25 Joe Stringerrevalidator: Protect ukeys with a mutex.
2014-11-25 Joe Stringerrevalidator: Use 'cmap' for storing ukeys.
2014-11-22 Joe Stringertests: Add command to purge revalidators of flows.
2014-11-21 Pravin B Shelardpctl: Fix crash.
2014-11-19 Daniele Venturinoofproto-dpif: fix bundle_move() call in rstp_run().
2014-11-19 Jarno Rajahalmerstp: shift learned MAC addresses to new Root port.
2014-11-15 Jarno Rajahalmeclassifier: Defer pvector publication.
2014-11-15 Jarno Rajahalmeclassifier: Make insert and replace take a const rule...
2014-11-14 Jarno Rajahalmeclassifier: Lockless and robust classifier iteration.
2014-11-14 Jarno Rajahalmerstp: Refactor rstp_check_and_reset_fdb_flush().
2014-11-14 Daniele Venturinostp,rstp: disable learning and forwarding in STP/RSTP...
2014-11-14 Jarno Rajahalmerstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port...
2014-11-13 Jarno Rajahalmerstp: Show some useful rstp port fields.
next