ofproto-dpif-xlate: Fix crash when using multicast snooping.
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.c
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
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-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-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
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-20 Ben Pfaffuserspace: Replace all uses of strncpy() by ovs_strlcpy().
2015-02-14 Madhu Challaofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
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-04 Flavio Leitnermcast-snoop: Add support to control Reports forwarding
2015-02-04 Flavio Leitnermcast_snoop: make mcast_fport_bundle generic
2015-01-14 Ben Pfaffofproto-dpif-xlate: Log if an OFPACT_CONJUNCTION action...
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2014-12-23 Alex Wangrecirculation: Map recirc_id to ofproto_dpif.
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-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
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-11-14 Daniele Venturinostp,rstp: disable learning and forwarding in STP/RSTP...
2014-11-12 Alex Wangofproto-dpif-xlate: Allow direct destroy of previous...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-10 Jarno RajahalmeFix setting transport ports with frags.
2014-11-10 Jarno Rajahalmeofproto-dpif: Clean up table lookup code.
2014-11-10 Jarno Rajahalmeofproto-dpif-xlate: Remove xbridge->frag.
2014-11-10 Jarno Rajahalmerule_dpif_lookup_from_table: Check frags only once.
2014-11-04 Ben Pfaffofproto-dpif: Make ofproto/trace a bit more like real...
2014-11-04 Ben Pfaffofproto-dpif-xlate: Add drop_frags_rule to struct xbridge.
2014-11-04 Ben Pfaffflow: Support OF1.5+ (draft) actset_output field.
2014-11-03 Jarno Rajahalmeofproto-dpif-xlate: Do not clear ports with frags in...
2014-10-27 Jarno Rajahalmelib/ovs-rcu: Support static initialization.
2014-10-16 Ben Pfaffofproto-dpif-xlate: Support BFD, CFM, carrier, and...
2014-10-16 Niels van Adrichemofproto-dpif-xlate: Use bfd forwarding status in fast...
2014-10-09 Pravin B Shelarnetdev-dpif: Add metadata to dpif-packet.
2014-10-08 Ben Pfaffofp-actions: Support OF1.5 (draft) masked Set-Field...
2014-10-06 Jarno Rajahalmelib: Fix MPLS masking.
2014-09-17 Daniele Di Proiettoofproto-dpif-xlate: Wildcard skb_priority if QoS is...
2014-09-16 YAMAMOTO Takashiofproto-dpif-xlate: Suppress some warnings on non-Linux...
2014-09-10 Ben Pfaffofproto-dpif-xlate: Work around Linux netdev_max_backlo...
2014-09-09 Jarno Rajahalmelib/odp: Use masked set actions.
2014-09-09 Jarno Rajahalmeofproto: Probe for masked set action support.
2014-09-09 Jarno Rajahalmelib/rstp: More robust thread safety.
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-08-29 Srini SeetharamanChanging hash used for selecting bucket in a group...
2014-08-25 Ben Pfaffofproto-dpif-xlate: Drop 'may_learn' parameter from...
2014-08-25 Ben Pfaffofproto-dpif-xlate: Skip pushing stats if there are...
2014-08-25 Ben Pfaffofproto-dpif-xlate: Only learn MAC addresses upon handl...
2014-08-22 Jarno Rajahalmeofproto-dpif-xlate: Rename xlate_receive() as xlate_loo...
2014-08-22 Jarno Rajahalmeofproto-dpif-xlate: Do not take references in xlate_rec...
2014-08-22 Jarno Rajahalmeofproto/xlate: Add xlate_lookup_ofproto().
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-14 Ethan Jacksonofproto: Reorganize in preparation for direct dpdk...
2014-07-17 Alex Wangstp: Make stp-disabled port forward stp bpdu packets.
2014-06-25 Simon Hormanofproto-dpif: MPLS recirculation
2014-06-24 Flavio Leitnerdpif-xlate: Snoop multicast packets and send them properly
2014-06-24 Flavio Leitnerofproto-dpif: Introduce multicast snooping handler
2014-06-24 Flavio Leitnerflow: extend it to carry IGMP protocol information
2014-06-23 Daniele Di Proiettodpif-netdev: batch packet processing
2014-06-23 Daniele Di Proiettodpif-netdev: use dpif_packet structure for packets
2014-06-09 Anoob Somannetflow: Fold netflow_expire() into netflow_flow_clear().
2014-06-03 Joe Stringerofproto-dpif-xlate: Cache full flowmod for learning.
2014-05-28 Ben Pfaffofproto-dpif-xlate: Mark xcfgp and new_xcfg as static.
2014-05-28 Ryan Wilsonofproto-dpif-xlate: Implement RCU locking in ofproto...
2014-05-26 Joe Stringerxcache: Remove unused field xc_entry.u.learn.ofproto.
2014-05-23 Andy Zhouofproto-dpif-xlate: Coding style fix for bucket_is_alive()
2014-05-23 Andy Zhouofproto-dpif-xlate: Simplify group_is_alive
2014-05-22 Simon Hormanofproto: per-table statistics
2014-05-22 Alex Wangofproto-dpif-xlate: Fix a bug.
2014-05-22 Ryan Wilsonofproto: Add support for Openflow group and bucket...
2014-05-22 Ryan Wilsonofproto: Add reference count for Openflow groups.
2014-05-19 Flavio Leitnerofproto-dpif-xlate: Add xlate_normal_flood()
2014-05-19 Flavio Leitnerofproto/xlate: Move is_admissible() up
2014-05-14 Anoob Somanofproto-dpif-xlate: Fix null pointer dereference
2014-05-02 Alex Wangofproto-dpif-monitor: Fix deadlock.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-05-01 Simon Hormanofproto-dpif: Move recirc members from struct xlate_out...
2014-05-01 YAMAMOTO Takashiofproto-dpif-xlate: Fix in_port=controller case for...
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-24 Padmanabhan Krishnanofproto-dpif-xlate: Identify STP BPDUs more specifically.
2014-04-24 Jarno Rajahalmeofproto: Reduce taking rule references.
next