use struct tun_pi in read/write to pltap
[sliver-openvswitch.git] / ofproto /
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.
2013-06-19 Ethan Jacksonofproto-dpif: Reconfigure when netflow is enabled/disabled.
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
2013-06-18 Ethan Jacksonofproto-dpif: Reconfigure tunnel in port_modified().
2013-06-18 Jarno Rajahalmeofproto: Index flows by cookie.
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-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
2013-06-14 Jarno Rajahalmeofproto: Fix use of uninitialized local variable.
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.
2013-06-12 Justin Pettitofproto-dpif: Print slow path actions in dpif/dump...
2013-06-12 Justin Pettitofproto-dpif: Use proper flow when using facets.
2013-06-12 Justin Pettitofproto-dpif: Never wildcard dl_type for "normal" action.
2013-06-11 Ben Pfaffofproto-dpif: Fix format specifier.
2013-06-11 Ethan Jacksonofproto-dpif: Retire 'struct initial_vals'.
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-06-10 Ben Pfaffofproto-dpif: Fix incorrect printf format specifiers.
2013-06-07 Ethan Jacksonofproto-dpif-governor: Dispense with governor name.
2013-06-07 Ethan Jacksonofproto-dpif: Maintain subfacets in dpif_backer.
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-06-07 Ethan Jacksonofproto: Track subfacet stats in the backer.
2013-06-07 Ethan Jacksonofproto-dpif: More responsive average subfacet statistics.
2013-06-06 Ben Pfaffnetdev-vport: Don't return static data in netdev_vport_...
2013-06-06 Simon Hormanofproto-dpif: Actually log errors in facet_check_consis...
2013-06-05 Simon Hormanofproto-dpif: Use execute_actions to execute controller...
2013-06-05 Ben Pfaffofproto-dpif: Do not give stats to rules bypassed by...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-06-04 Alex Wangofproto/pktbuf.c: Fix a typo in the comment
2013-06-03 Ethan Jacksoncfm: Update netdev when changed.
2013-05-31 Alex Wangofproto-dpif.c: Modify vsp_realdev_to_vlandev() function
2013-05-31 Gurucharan Shettyovs-vswitchd: An option to wait for userspace flow...
2013-05-30 Ethan Jacksonofproto-dpif: Simplify ofproto hit count tracking.
2013-05-30 Alex Wangofproto-dpif: Fix a typo
2013-05-30 Ethan Jacksonofproto-dpif: Remove useless odp_in_port from subfacet.
2013-05-30 Ben PfaffImplement duration fields in OpenFlow 1.3 port stats.
2013-05-30 Ethan Jacksonofproto-dpif: Consolidate facet stat logic.
2013-05-30 Ethan Jacksonofproto-dpif: Fix facet_lookup_valid().
2013-05-30 Jesse Grossofproto-dpif: Don't count misses in OpenFlow table...
2013-05-29 Ethan Jacksonofproto-dpif: Revamp xlate_actions() interface.
2013-05-29 Ethan Jacksonofproto-dpif: Rename action_xlate_ctx.
2013-05-29 Ethan Jacksonofproto-dpif: Move odp_actions from subfacet to facet.
2013-05-29 Ethan Jacksonodp-util: Make slow_path_reasons mutually exclusive.
2013-05-29 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-05-29 Ethan Jacksonofproto-dpif: Ditch SLOW_MATCH slow path reason.
2013-05-29 Ethan Jacksonofproto-dpif: Avoid redundant facet_find() in facet_loo...
2013-05-29 Ethan Jacksonofproto-dpif: handle_flow_miss_common() without facets.
2013-05-28 Pavithra RameshBFD: Reconfigure BFD on port deletion.
2013-05-22 Ethan Jacksoncfm: Implement "demand mode".
2013-05-21 Alex Wangofproto/ofproto-dpif.c: Re-implement the ofproto/trace...
2013-05-21 Ethan Jacksonofproto-dpif: Don't configure BFD on missing ofports.
next