netdev_pltap,netdev_tunnel: moved to new API
[sliver-openvswitch.git] / ofproto /
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-08-09 Ben Pfaffofproto-dpif-xlate: Avoid MAC learning write lock on...
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-08-09 Ethan Jacksonofproto-dpif-xlate: Require a lock for reconfiguration.
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
2013-08-08 Ethan Jacksonofproto-dpif: Lock the expirable list.
2013-08-08 Ethan Jacksonofproto: Lock hard_timeout and idle_timeout of struct...
2013-08-08 Ethan Jacksonofproto-dpif-xlate: Fix rare segfault on switch exit.
2013-08-08 Ethan Jacksonofproto-dpif: Make packet_ins thread safe.
2013-08-08 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Take responsibility for ofproto_rec...
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Cleanup lookup functions.
2013-08-05 Ethan Jacksonofproto-dpif: Make vlan splinters thread safe.
2013-08-05 Ethan Jacksonofproto-dpif: Guard rule statistics with a mutex.
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Maintain a pointer to struct dpif.
2013-08-03 Andy Zhouodp-util: add verbose mode for displaying dp flow.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Don't trace on deep resubmit.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Refactor stp_get_port() calls.
2013-08-03 Andy Zhouofproto-dpif: avoid losing track of kernel flows upon...
2013-08-03 Justin Pettitofproto-dpif: Always un-wildcard fields that are being...
2013-08-03 Ethan Jacksonofproto-dpif: Handle learn action flow mods asynchronously.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Take control of the qdscp map.
2013-08-02 Ethan Jacksonofproto-dpif-xlate: Pull STP xlation into ofproto-dpif...
2013-08-02 Ethan Jacksontag: Retire the venerable tag library.
2013-08-02 Ethan Jacksonbond: Stop using tags.
2013-08-02 Ethan Jacksonmac-learning: Stop using tags.
2013-08-02 Jesse Grossofproto-dpif-xlate: Unmask mark when used for tunnels.
2013-08-01 Ethan Jacksonofproto-dpif: Hide rule_calculate_tag().
2013-08-01 Ethan Jacksonofproto-dpif-xlate: Don't try to optimize goto table.
2013-08-01 Ethan Jacksonmac-learning: Make the mac-learning module thread safe.
2013-08-01 Ethan Jacksoncfm: Make the CFM module thread safe.
2013-08-01 Ethan Jacksonstp: Make the STP module thread safe.
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-31 Ethan Jacksonofproto-dpif-ipfix: Make the ofproto-dpif-ipfix module...
2013-07-31 Ethan Jacksonofproto-dpif-sflow: Make the ofproto-dpif-sflow module...
2013-07-31 Ethan Jacksontunnel: Make the ofproto-dpif tunnel module thread...
2013-07-30 Andy Zhouofproto-dpif: Only track drop flows that are installed
2013-07-30 Andy Zhouofproto-dpif: Unset DPIF_FP_MODIFY flag when creating...
2013-07-29 Ben Pfaffofproto-dpif: Tolerate spontaneous changes in datapath...
2013-07-29 Ben Pfaffofproto-dpif: Correctly refresh all ports on ENOBUFS...
2013-07-26 Ben PfaffImplement OpenFlow 1.3 queue stats duration feature.
2013-07-23 Ethan Jacksonofproto-dpif-xlate: Fix invalid memory read on port...
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-18 Ben Pfaffofp-msgs: Consistently include "STATS" in the names...
2013-07-17 Justin Pettitofproto-dpif: Make "ovs-appctl dpif/dump-flows" megaflo...
2013-07-17 Justin Pettitofproto-dpif: Expire fin_timeout actions when no previo...
2013-07-17 Linda SunMake attribute packed equivalent for MSC compilers.
2013-07-17 Justin Pettitofproto-dpif: Don't put new subfacets as result of...
2013-07-16 Pavithra RameshBFD: Add check_tnl_key feature to BFD code.
2013-07-13 Justin Pettitofproto-dpif: Zero-out subfacet counters when installat...
2013-07-07 Ethan Jacksonofproto-dpif: Remove pointers between rules and facets.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize ofproto-dpif-xlate.
2013-07-07 Ethan Jacksonofproto-dpif-xlate: Actually drop packets on mirror...
2013-07-08 Jarno Rajahalmeofproto: Free meters in ofproto_destroy__().
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-07-07 Ethan Jacksonofproto-dpif: Modularize mirror code.
2013-07-07 Ethan Jacksonofproto-dpif: Handle dest mirrors in compose_output_act...
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-29 Justin Pettitofproto-dpif: Add ability to disable megaflows.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
2013-06-28 Ethan Jacksontunnel: Use ofport_dpif instead of ofport.
2013-06-28 Andy Zhouovs-appctl: allow ofproto/trace to take mega flow input
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-28 Justin Pettitnetflow: Only un-wildcard IPv4 packets.
2013-06-28 Justin Pettitofproto-dpif: Remove old comment.
2013-06-28 Ethan Jacksonofproto-dpif: Move tag_the_flow() to ofproto-dpif.c
2013-06-28 Ben Pfaffofproto-dpif: Refactor checking for in-band special...
2013-06-28 Ethan Jacksonconnmgr: Remove connmgr_must_output_local().
2013-06-28 Ethan Jacksonofproto-dpif: Remove 'has_bundle_action'.
2013-06-28 Ethan Jacksonofproto-dpif-ipfix: Reference count 'struct dpif_ipfix'.
2013-06-28 Ethan Jacksonofproto-dpif-sflow: Reference count 'struct dpif_sflow'.
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-28 Ethan Jacksonbond: Reference count 'struct bond'.
2013-06-28 Ethan Jacksonlacp: Reference count 'struct lacp'.
2013-06-28 Ethan Jacksoncfm: Reference count 'struct cfm'.
2013-06-26 Jarno Rajahalmeofproto: Use OFPRR_EVICTION consistently when evicting...
2013-06-26 Joe Stringerofproto-dpif: Add 'force-miss-model' configuration
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-26 Justin Pettittunnel: Only un-wildcard the ECN bits for IP traffic.
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-24 Ethan Jacksonofproto-dpif: Minor need_revalidate tweaks.
2013-06-24 Ethan Jacksonofproto-dpif-ipfix: Use XXX instead of TODO.
2013-06-24 Ben Pfaffofproto-dpif: Make "fdb/show" report OpenFlow port...
2013-06-21 Justin Pettitofproto-dpif: Use megaflows.
2013-06-21 Justin Pettitdpif: Log flow masks for "put" and "dump_next".
2013-06-21 Justin Pettitofproto-dpif: Handle failed flow 'put's.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-19 Ethan Jacksonofproto-dpif: Revalidate on ofproto removal.
next