Set release dates for 2.3.0.
[cascardo/ovs.git] / ofproto /
2014-08-06 Ben Pfaffofproto-dpif: Use DPIF_FP_CREATE but not DPIF_FP_MODIFY.
2014-08-04 Andy Zhouofproto-dpif: fix an ovs crash when dpif_recv_set retur...
2014-07-29 Alex Wangconnmgr: Make call to connmgr_wants_packet_in_on_miss...
2014-07-29 Alex Wangconnmgr: Fix a typo.
2014-07-28 Ben Pfaffconnmgr: Only send role status messages to OpenFlow...
2014-07-28 Ben Pfaffconnmgr: Demote service controllers too in ofconn_set_r...
2014-07-17 Alex Wangstp: Make stp-disabled port forward stp bpdu packets.
2014-07-07 Joe Stringerrevalidator: Revalidate missed flows.
2014-07-07 Alex Wangovs-thread: Implement OVS specific barrier.
2014-07-02 Joe Stringerrevalidator: Improve optimization to skip revalidation.
2014-06-09 Anoob Somannetflow: Fold netflow_expire() into netflow_flow_clear().
2014-06-06 Ben Pfaffofproto-dpif-rid: Fix memory leak in recirc_id_pool_des...
2014-06-06 Ben Pfaffofproto: Fix memory leak in ofproto_destroy().
2014-06-05 Simon Hormanofproto: Send monitor updates if a flow mod changes...
2014-06-05 Ben Pfaffofproto-dpif: Fix uninitialized data in ofproto_dpif_ex...
2014-06-03 Joe Stringerofproto: Remove ofproto_refresh_rule().
2014-06-03 Joe Stringerofproto-dpif-xlate: Cache full flowmod for learning.
2014-05-30 Ryan Wilsonbridge: Resend status changes to database if previous...
2014-05-28 Joe Stringerrevalidator: Eliminate duplicate flow handling.
2014-05-22 Alex Wangofproto-dpif-xlate: Fix a bug.
2014-05-21 Joe Stringerrevalidator: Re-fix a flow duplication bug.
2014-05-16 Andy Zhouofproto-dpif: Install internal rule should not change...
2014-05-16 Simon Hormanofproto-dpif-upcall: Use atomic_long in struct udpif
2014-05-15 Ben Pfaffofproto-dpif-upcall: Avoid use-after-free in revalidate...
2014-05-14 Ben PfaffImplement OpenFlow 1.5 port desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.5 group desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.4 port_mod messages.
2014-05-14 Ben Pfaffofp-msgs: New functions ofpmp_version() and ofpmp_decod...
2014-05-14 Anoob Somanofproto-dpif-xlate: Fix null pointer dereference
2014-05-12 YAMAMOTO Takashiofproto-dpif.h: Fix a comment
2014-05-12 YAMAMOTO Takashiofproto-dpif: Whitespace fixes
2014-05-09 Alex Wangofproto-dpif-upcall: Do not call dpif_handlers_set...
2014-05-07 Joe Stringertunnel: Fix bug where misconfiguration persists.
2014-05-07 Andy Zhoubond: fix a bug that disabled bond stats collection
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
2014-05-05 Ben Pfaffconnmgr: Remove prototype for nonexistent function.
2014-05-02 Alex Wangofproto-dpif-monitor: Fix deadlock.
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-05-02 Simon Hormanofproto-dpif: Add table_is_internal() helper
2014-05-01 Ethan Jacksonofproto: Fix is_flow_deletion_pending() false positive.
2014-05-01 Ethan Jacksonofproto: Fix potential leak during flow mods.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-05-01 Simon Hormanofproto-dpif: Correct check_recirc comment
2014-05-01 Simon Hormanofproto-dpif: Move recirc members from struct xlate_out...
2014-05-01 YAMAMOTO Takashiofproto-dpif-xlate: Fix in_port=controller case for...
2014-04-30 Ben Pfaffofproto-dpif: Close race between processing packet_ins...
2014-04-30 Andy Zhoubond: fix uninitialized use of use_recirc variable
2014-04-29 Jarno Rajahalmeofproto: Use classifer cursor API to collect vlan usage.
2014-04-29 Jarno Rajahalmeofproto: Inline trivial functions.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-29 Andy Zhouofproto-dpif: restore bond rebalance for non-recirc...
2014-04-29 Andy Zhouofproto-bond: do not allow recirculation when we failed...
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-28 Alex Wangofproto-dpif: Use sequence number to wake up main threa...
2014-04-25 Joe Stringerrevalidator: Fix ukey stats cache updating.
2014-04-25 Alex Wangofproto-dpif-upcall: Fix a bug.
2014-04-25 Gurucharan Shettyofproto: Don't destroy mutex before its use.
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-24 Padmanabhan Krishnanofproto-dpif-xlate: Identify STP BPDUs more specifically.
2014-04-24 Jarno Rajahalmeofproto: Reduce taking rule references.
2014-04-24 Jarno Rajahalmeofproto: Make taking rule reference conditional on...
2014-04-24 Jarno Rajahalmeofproto: RCU postpone rule destruction.
2014-04-24 Ethan Jacksonofproto-dpif-upcall: Remove the flow_dumper thread.
2014-04-23 Joe Stringerrevalidator: Prevent handling the same flow twice.
2014-04-23 Andy Zhouofproto-dpif: Improve code clarity and comments on...
2014-04-22 Alex Wangofproto-dpif-upcall: Fix logic error in handler/revalid...
2014-04-22 Alex Wangofproto-dpif-upcall: Fix ovs-vswitchd crash.
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-21 Andy Zhouodp-util: Always generate key/mask pair in netlink...
2014-04-21 Andy Zhouofproto-dpif: Rule lookup starts from table zero for...
2014-04-20 YAMAMOTO Takashiofproto-dpif-upcall: Don't use stack garbage
2014-04-19 Alex Wangofproto-dpif-upcall: Remove the dispatcher thread.
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerrevalidator: Only revalidate high-throughput flows.
2014-04-18 Joe Stringerofproto-dpif-xlate: Cache xlate_actions() effects.
2014-04-18 Joe Stringerofproto: New function ofproto_refresh_rule().
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-04-16 Andy Zhouofproto-dpif: xlate should not attribute stats to bond...
2014-04-16 Andy Zhouofproto/bond: properly maintain hash entry pr_rule
2014-04-16 Andy Zhouofproto/bond: Keep hash entry slave valid.
2014-04-16 Andy Zhouofproto/bond: only display hash entries with tx_byptes...
2014-04-15 Joe Stringerofproto/bond: Protect statistics with writelock.
2014-04-15 Joe Stringerofproto/bond: Minor cleanups.
2014-04-14 Simon Hormanofproto-dpif: Correct typo in documentation of rule_dpi...
2014-04-14 Simon Hormanofproto-dpif: Correct documentation of rule_dpif_lookup...
2014-04-11 Jarno RajahalmeClarify tunnel wildcarding.
2014-04-10 Alex Wangofproto: Use netdev's 'change_seq' to reduce port modif...
2014-04-10 Ben Pfaffnetflow: Correctly track flow creation time.
2014-04-09 Jarno Rajahalmeofproto/xlate: Fix set field unwildcarding.
2014-04-09 Jarno RajahalmeTests: Fix ofproto/trace and expose megaflows when...
2014-04-09 Jarno Rajahalmeofproto: Fix wildcard masking with nw_tos.
2014-04-09 Andy Zhoudpif: Wildcard bond output port with recirculation
2014-04-08 Jarno Rajahalmeofproto/ofproto-dpif: Use ofpbuf API to access 'data...
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-06 YAMAMOTO Takashiofproto-dpif-upcall: Expire netflow flow when revalidat...
2014-04-03 Simon Hormanofproto: Support OF version-specific table-miss behaviours
2014-04-03 Jarno Rajahalmeofpbuf: Abstract 'l2' pointer and document usage conven...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
next