dp-packet: Remove ofpbuf dependency.
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.c
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.
2014-04-24 Jarno Rajahalmeofproto: Make taking rule reference conditional on...
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-19 Alex Wangofproto-dpif-upcall: Remove the dispatcher thread.
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerofproto-dpif-xlate: Cache xlate_actions() effects.
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-04-16 Andy Zhouofproto-dpif: xlate should not attribute stats to bond...
2014-04-09 Jarno Rajahalmeofproto/xlate: Fix set field unwildcarding.
2014-04-09 Jarno Rajahalmeofproto: Fix wildcard masking with nw_tos.
2014-04-09 Andy Zhoudpif: Wildcard bond output port with recirculation
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-28 Andy Zhoulib/packet.h: add hash_mac()
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-03-21 Pravinnetdev: Extend rx_recv to pass multiple packets.
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-20 Simon Hormanofproto: Honour Table Mod settings for table-miss handling
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-20 Ben PfaffCodingStyle: Allow designated initializers.
next