Prepare 2.1.1 release.
[cascardo/ovs.git] / ofproto /
2014-04-24 Joe Stringerrevalidator: Prevent handling the same flow twice.
2014-04-10 Ben Pfaffnetflow: Correctly track flow creation time.
2014-04-09 Jarno Rajahalmeofproto/xlate: Fix set field unwildcarding.
2014-04-09 Simon Hormanofproto-dpif-xlate: Correct check for MPLS LSE
2014-04-06 YAMAMOTO Takashiofproto-dpif-upcall: Expire netflow flow when revalidat...
2014-03-17 Ben Pfaffofproto-dpif: Revalidate flows when the group table...
2014-03-15 kmindgstp: Fix bpdu tx problem in listening state
2014-03-02 Ben Pfafftunnel: Do not set padding bits in tunnel mask.
2014-02-26 Joe Stringerupcall: Remove datapath flows when setting n-threads.
2014-02-26 Joe Stringerupcall: Delete flows that were not recently dumped.
2014-02-26 Joe Stringerupcall: Refactor ukey creation and dump handling
2014-02-26 Joe Stringerupcall: Defer ukey deletion until after pushing stats.
2014-02-25 Ben Pfaffofproto-dpif: Complete all packet translations before...
2014-02-21 Ben Pfaffofproto-dpif: Fix segfault removing port when STP is...
2014-02-20 Ben Pfaffofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP...
2014-02-19 Romain Lengletipfix: fix upcall cookie size checks to support 8 byte...
2014-02-11 Ben Pfaffofproto-dpif-xlate: Make flows that match ICMP fields...
2014-02-08 Joe Stringerupcall: Avoid divide-by-zero calculating flow limit
2014-01-29 Ethan Jacksonofproto-dpif-upcall: Hardcode max_idle to 1500ms.
2014-01-21 Joe Stringerupcall: Cache the number of flows from the datapath.
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Avoid recursive acquisition of...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Fix a whitespace error.
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-08 Andy Zhouofproto-dpif: Fix a vlan-splinter megaflow bug
2013-12-20 Alex Wangbfd: Send FINAL immediately after receiving POLL.
2013-12-20 YAMAMOTO Takashiofproto-dpif-upcall: Reduce log level of "Spent unreaso...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-19 Joe Stringerunixctl: Make dpif/dump-flows fetch kernel flows.
2013-12-18 Ben Pfaffofproto-dpif: Get rid of mirror_mask_ffs() function.
2013-12-18 Simon Hormanofproto: Add table config to struct ofproto
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-17 Jarno RajahalmeDo not free uninitialized packets.
2013-12-17 Alex Wangofproto-dpif-monitor: Acquire write lock in monitor_run().
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-16 Jarno Rajahalmeofproto/trace: Fix memory leak on error path.
2013-12-16 Ben Pfaffconnmgr: Fix attempt to take mutex recursively when...
2013-12-16 Jarno Rajahalmedpif: Allow execute to modify the packet.
2013-12-14 Joe Stringermonitor: Replace monitor_seq with periodic wakeup
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonflow: New function flow_unwildcard_tp_ports().
2013-12-13 Ethan Jacksonofproto-dpif: Remove ovs-appctl dpif/del-flows.
2013-12-13 Ethan Jacksonofproto-dpif: Remove avg_subfacet_life.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: New ovs-appctl upcall/show.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-13 Ethan Jacksonofproto: Replace reval_seq with a struct seq.
2013-12-13 Ethan Jacksonofproto-dpif-xlate: Add a mechanism to skip wildcard...
2013-12-13 Ethan Jacksonofproto: Move all statistics accounting into xlate_acti...
2013-12-13 Ethan Jacksonofproto: Retrieve ipfix, sflow and netflow in xlate_rec...
2013-12-13 Ethan Jacksonofproto: Handle netflow similarly to ipfix and sflow...
2013-12-13 Ethan Jacksonofproto: New function netflow_exists().
2013-12-13 Ethan Jacksonnetflow: Make thread safe.
2013-12-13 Ethan Jacksonofproto: Modularize netflow.
2013-12-13 Joe Stringerofproto-dpif: Only run bundles when lacp or bonds are...
2013-12-12 Joe Stringerofproto-dpif: Don't poll ports when nothing changes
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-12 Ethan Jacksonofproto: Remove arbitrary handler thread limit.
2013-12-12 Ethan Jacksonofproto-dpif: Remove dead code.
2013-12-11 Andy Zhouofproto-dpif: Ignore non-packet field masks during...
2013-12-11 Ben Pfaffofproto: Fix alphabetical order in list of structs.
2013-12-11 Ben Pfaffofproto: Make ofproto_enumerate_types() match its comment.
2013-12-11 Ben Pfaffofproto-provider: Add comment on struct ofport.
2013-12-11 Ben Pfaffofproto-dpif: Improve comment.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-12-10 Alex Wangbfd: Change the update of forwarding flag.
2013-12-06 Andy Zhouofproto: Move bond files to ofproto
2013-12-04 Simon Hormanofproto: Add OF1.4 elements to enum ofp_table_config
2013-12-02 Ben Pfaffofproto-dpif: keep slow path flow time stamp up-to...
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-19 Lorand Jakabofproto-dpif: add support for layer 3 ports
2013-11-11 Ben Pfaffofproto-dpif: New unixctl command ofproto/trace-packet...
2013-11-11 Ben Pfaffofproto-dpif: Improve help output for ofproto/trace.
2013-11-11 Ben Pfaffofproto-dpif: Factor code out of ofproto_unixctl_trace().
2013-11-11 Ben Pfaffofproto: Check ofproto_port_query_by_name() return...
2013-11-07 Ben Pfaffofproto: Limit OVS-assigned port numbers to 32767 and...
2013-11-06 Gurucharan Shettyofproto-dpif: Disassociate datapath max_ports with...
2013-11-05 Ben Pfaffofproto: report the correct set of actions for group...
2013-11-04 alex wangcfm: Add ovsdb column "cfm_flap_count".
2013-11-03 Simon Hormanofproto-dpif: Support weight for select groups
2013-11-03 Simon Hormanofproto-dpif: Implement translation of select groups.
2013-11-03 Simon Hormanofproto-dpif: Translation of fast failover groups
2013-11-02 Simon Hormanofproto-dpif: Translation of indirect and all groups
2013-11-02 Simon Hormanofproto: Break out resubmit resource checking
2013-11-02 Simon Hormanofproto: Advertise all supported OpenFlow actions in...
2013-11-02 Ben Pfaffofproto-dpif-xlate: Handle oversized actions more grace...
2013-11-02 Ben Pfaffofproto-dpif-upcall: Give each miss_handler thread...
2013-11-02 Ben Pfaffofproto-provider: Fix typo in comment.
2013-11-02 Simon Hormanofproto-dpif: Implement group callbacks
2013-11-02 Jarno RajahalmeAdd OF11 SET MPLS LABEL and SET MPLS TC actions.
2013-11-02 Ben Pfaffofproto: Centralize action checking, doing it at decode...
2013-11-01 Jarno RajahalmeNative Set-Field action.
2013-11-01 Ben Pfaffofproto-dpif-xlate: Remove obsolete comment.
2013-11-01 Jarno RajahalmeOF 1.1 set vlan vid/pcp compatibility.
next