Merge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
[sliver-openvswitch.git] / ofproto / ofproto-dpif.h
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
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: Guard rule statistics with a mutex.
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: 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-01 Ethan Jacksonofproto-dpif: Hide rule_calculate_tag().
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
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: Modularize mirror code.
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
2013-06-28 Ethan Jacksonofproto-dpif: Move tag_the_flow() to ofproto-dpif.c
2013-06-28 Ethan Jacksonofproto-dpif: Remove 'has_bundle_action'.
2013-06-20 Alex WangCreate specific types for ofp and odp port
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-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: Pull xlate_actions() into its own file.