ofproto: Inline actions in struct rule_actions.
[sliver-openvswitch.git] / ofproto / ofproto-dpif-xlate.c
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-11 Ethan Jacksonofproto-dpif: Lock rules to prevent eviction.
2013-08-09 Ben Pfaffofproto-dpif-xlate: Avoid MAC learning write lock on...
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-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-xlate: Maintain a pointer to struct dpif.
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 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-xlate: Don't try to optimize goto table.
2013-08-01 Ethan Jacksonmac-learning: Make the mac-learning module thread safe.
2013-07-23 Ethan Jacksonofproto-dpif-xlate: Fix invalid memory read on port...
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-07-17 Justin Pettitofproto-dpif: Expire fin_timeout actions when no previo...
2013-07-16 Pavithra RameshBFD: Add check_tnl_key feature to BFD code.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize ofproto-dpif-xlate.
2013-07-07 Ethan Jacksonofproto-dpif-xlate: Actually drop packets on mirror...
2013-07-07 Ethan Jacksonofproto-dpif: Modularize mirror code.
2013-07-07 Ethan Jacksonofproto-dpif: Handle dest mirrors in compose_output_act...
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
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-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-18 Justin Pettitofproto-dpif: Move process_special() to ofproto-dpif...
2013-06-17 Ethan Jacksonofproto-dpif-xlate: Hide MAX_RESUBMIT_RECURSION.
2013-06-14 Justin Pettittunnel: Don't wildcard TTL and TOS in some circumstances.
2013-06-13 Ethan Jacksonofproto-dpif-xlate: Remove useless variable in patch...
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct priority_to_dscp.
2013-06-12 Ethan Jacksonofproto-dpif: Hide struct dpif_backer.
2013-06-12 Ethan Jacksonofproto-dpif: Verify backer in ofport_get_peer().
2013-06-12 Ethan Jacksonmac-learning: Simplify mac_learning_changed().
2013-06-12 Ben Pfaffofproto-dpif-xlate: Make code more readable via 'flow...
2013-06-12 Jarno Rajahalmeofproto-dpif-xlate: Harmonize naming of internal functions.
2013-06-12 Jarno Rajahalmeofproto-dpif: Check for MPLS depth at the flow.
2013-06-12 Ethan Jacksonofproto-dpif-xlate: Hide 'struct xlate_ctx'.
2013-06-12 Ethan Jacksonofproto-dpif: Pull xlate_actions() into its own file.