Merge commit '796223f5bc3a4896e6398733c798390158479400'
[sliver-openvswitch.git] / ofproto /
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-05-09 Ethan Jacksonofproto-dpif: Update 'facet->rule' stats in facet_push_...
2013-05-09 Ethan Jacksonofproto-dpif: Simplify send_packet().
2013-05-09 Ethan Jacksonofproto-dpif: Remove ofproto_update_local_port_stats().
2013-05-09 Ben Pfaffofproto-dpif: Simplify ofproto_receive().
2013-05-09 Ben Pfafftunnel: Make tnl_port_receive() parameter 'const'.
2013-05-09 Ben Pfaffofproto-dpif: Make ofport_dpif_cast() internally consis...
2013-05-08 Jarno Rajahalmeofproto-dpif: Keep perfect fitness on tunnel input.
2013-05-08 Jarno Rajahalmeofproto-dpif: Remove initial_vals.tunnel_ip_tos.
2013-05-08 Jarno RajahalmeKeep all of tunnel metadata in flow.
2013-05-08 Ben Pfaffofproto-dpif: Avoid figuring out sFlow and IPFIX action...
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-05-02 Neil MckeeChange sFlow model to reflect per-bridge sampling
2013-04-30 Ethan Jacksonofproto: Add ipfix-entities.def to gitignore.
2013-04-30 Ben Pfaffofproto-dpif: Fix 'size' argument to fix_sflow_action().
2013-04-22 Romain LengletImplement IPFIX export
2013-04-22 Jarno RajahalmeRestore all flow changes by compose_output_action__().
2013-04-22 Jarno Rajahalmeofproto-dpif: Restore flow nw_tos in all cases.
2013-04-09 Jarno RajahalmeRemove unused struct xlate_reg_state definition.
2013-04-07 Ethan Jacksonofproto-dpif: Disable miss handling in rule_get_stats().
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-04-02 Ethan Jacksonofproto-dpif: Don't rate limit facet_learn() with fin_t...
2013-04-01 Ethan Jacksonofproto: Increase default flow-eviction-threshold.
2013-04-01 Ethan Jacksonofproto-dpif: Push statistics less frequently.
2013-04-01 Ethan Jacksonofproto-dpif: Run fast internally.
2013-04-01 Ethan Jacksonofproto-dpif: Systematically push stats upon request.
2013-03-29 Andy Zhouovs-appctl: dpif/show display bug fix
2013-03-27 Andy Zhouofproto-dpif: Keep track of exact-match flow info
2013-03-27 Ethan Jacksonofproto-dpif: Rate limit calls to facet_learn().
2013-03-27 Ethan Jacksonofproto-dpif: Rate limit facet_check_consistency()
2013-03-23 Ethan Jacksonofproto-dpif: Push statistics in rule_get_stats().
2013-03-21 Ethan Jacksonofproto-dpif: xlate actions once with subfacets.
2013-03-20 Simon Hormanmpls: Allow l3 and l4 actions to prior to a push_mpls...
2013-03-18 Ansis Attekaipsec: unset IPSEC_MARK flag from skb_mark after tunnel...
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-13 Andy Zhouovs-appctl: dpif/show display per bridge stats
2013-03-12 Ben Pfaffofproto: Remove unnecessary struct forward declaration.
2013-03-12 Ben Pfaffconnmgr: Fix memory leak in ofconn monitor table.
2013-03-11 Jarno Rajahalmeofproto-dpif: Remove unnecessary ofp_port to odp_port...
2013-03-08 Ben Pfaffofproto-dpif: Fix up user specifying wrong bridge on...
2013-03-08 Jarno Rajahalmeofproto-dpif: GOTO_TABLE recursion removal.
2013-03-08 Justin Pettitofproto-dpif: Print slow-path actions instead of "drop...
2013-03-08 Justin Pettitofproto-dpif: Add helper function to retrieve a subface...
2013-03-08 Justin Pettitofproto-dpif: Clarify that 'one_subfacet' may not alway...
2013-03-07 Ben Pfaffofproto-dpif: Treat zero MPLS post-decrement TTL as...
2013-03-07 Ben Pfaffbridge: Fix interpretation of 'health' member of struct...
2013-03-07 Ben Pfaffbridge: Fix remote_opstate bug recently introduced.
2013-03-06 Justin Pettittunnel: Mark ECN status on decapsulated tunnel packets.
2013-03-06 Justin Pettittunnel: Generate datapath flows for tunneled packets...
2013-03-06 Justin Pettitofproto-dpif: Store the initial tunnel IP TOS values...
2013-03-06 Justin Pettitofproto-dpif: Make initial packet value handling generic.
2013-03-06 Justin Pettitofproto-dpif: Pass around "facet" in flow_push_stats().
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-03-06 Simon HormanAdd support for set_mpls_ttl action
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-28 Ethan Jacksonofproto-dpif: Handle tunnel config changes in facet_rev...
2013-02-28 Ethan Jacksonofproto-dpif: Ignore subfacet install errors.
2013-02-28 Ethan Jacksonofproto-dpif: Always maintain subfacet key.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-26 Kyle Mesteryofproto: Create and delete tnl_backers in type_run()
2013-02-25 Ethan Jacksonin-band: Use "internal" netdev type for local ports.
2013-02-22 Justin Pettitofproto-dpif: Look at the flow's ofproto when handling...
2013-02-20 Ansis Attekatunnel: set skb mark for IPsec tunnel packets
2013-02-17 Ethan Jacksonofproto-dpif: Receive special packets on patch ports.
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-14 Kyle Mesteryvxlan: Change dpif_backer->tnl backer to a "struct...
2013-02-14 Ben Pfaffofproto-dpif: Move 'orig_flow' from action_xlate_ctx...
2013-02-12 Ben Pfaffofproto-dpif: Reduce number of get_ofp_port() calls...
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-02-08 Ethan Jacksontunnel: Treat in_key=0 the same as a missing in_key.
2013-02-08 Ethan Jacksontunnel: Log tunneling changes at INFO level.
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-02-05 Ethan Jacksonbond: Remove stable bond mode.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-31 Ben Pfaffofproto-dpif: Fix memory leak in port_dump_next().
2013-01-31 Ben Pfaffofproto-dpif: Clear revalidation flags only once, not...
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonlib: Switch to flow based tunneling.
2013-01-29 Jesse Grosstunnel: Userspace implementation of tunnel manipulation.
2013-01-29 Ethan Jacksonofproto-dpif: Install drops for flows from invalid...
2013-01-28 Ethan Jacksonofproto-dpif: Require an in_port when tracing datapath...
2013-01-28 Ethan Jacksonofproto-dpif: Use ofproto_receive() in update_stats().
2013-01-26 Ben Pfaffofproto: Maintain "expirable" list for "add" flow_mod...
2013-01-26 Ben Pfaffofproto: Properly refresh rule modified time when nothi...
2013-01-25 Simon Hormanofproto: Optimise OpenFlow flow expiry
2013-01-24 Ethan Jacksonofproto-dpif: Implement patch ports in userspace.
2013-01-24 Ethan Jacksonofproto-dpif: Refresh stats before ovs-appctl dpif...
2013-01-24 Ethan Jacksonofproto-dpif: Scope revalidation state to dpif_backers.
2013-01-24 Ben Pfaffofproto: Avoid wild write removing OFPP_LOCAL port...
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-22 Ethan Jacksonofproto-dpif: Fix minor memory leak when creating dpif_...
2013-01-21 Ben Pfaffofproto: Remove redundant call to ofconn_get_ofproto
2013-01-17 Justin Pettitofproto: Add "actions=" to drop action in "ovs-appctl...
next