ovs-appctl: register unixctl commands in the beginning
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.c
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-06-10 Joe Stringertypes: Rename and move ovs_u128_equal().
2015-06-08 Jesse Grossofp-util: Convert flow_metadata to match structure.
2015-05-22 Daniele Di Proiettoovs-numa: Change 'core_id' to unsigned.
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-04 Jarno Rajahalmeofproto-dpif-upcall: Create ukey only for miss upcalls.
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-01-20 Joe Stringerupcall: Simplify enable_ufid debug option.
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2014-12-30 Alex Wangdpif-netdev: Add per-pmd flow-table/classifier.
2014-12-19 Joe Stringerdpif: Shift ufid support checking up to dpif_backer.
2014-12-17 Joe Stringerrevalidator: Don't delete non-existent flow.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-09 Joe Stringerrevalidator: Fix access of uninitialized memory.
2014-12-02 Joe Stringerdpif: Minimize memory copy for revalidation.
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-11-25 Joe Stringerdpif: Generate flow_hash for revalidators in dpif.
2014-11-25 Joe Stringerupcall: Revalidate using cache of mask, actions.
2014-11-25 Joe Stringerupcall: Create ukeys in handler threads.
2014-11-25 Joe Stringerupcall: Rename dump_op -> ukey_op.
2014-11-25 Joe Stringerudpif: Separate udpif_key maps from revalidators.
2014-11-25 Joe Stringerrevalidator: Protect ukeys with a mutex.
2014-11-25 Joe Stringerrevalidator: Use 'cmap' for storing ukeys.
2014-11-22 Joe Stringertests: Add command to purge revalidators of flows.
2014-10-10 Alex Wangofproto-dpif-upcall: Fix out-of-scope use of stack...
2014-10-06 Jarno Rajahalmelib/match: Do not format undefined fields.
2014-10-03 Jarno Rajahalmedpif: Use OVS_FLOW_ATTR_PROBE.
2014-09-30 Joe Stringerrevalidator: Distinguish new and duplicate flows.
2014-09-15 Gurucharan ShettyFix remaining "uninitialized local variable" used warni...
2014-09-08 Alex Wangofproto-dpif-upcall: Fix a free of uninitialized memory.
2014-08-29 Jarno Rajahalmeofproto/ofproto-dpif-upcall: Use relaxed atomic operations.
2014-08-25 Ben Pfaffofproto-dpif-xlate: Drop 'may_learn' parameter from...
2014-08-22 Jarno Rajahalmeofproto-dpif-xlate: Rename xlate_receive() as xlate_loo...
2014-08-22 Jarno Rajahalmeofproto-dpif-xlate: Do not take references in xlate_rec...
2014-08-22 Jarno Rajahalmeofproto-dpif-upcall: Remove struct upcall netflow member.
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-15 Alex Wangofproto-dpif-upcall: Fix use of cleared stack memory.
2014-08-14 Ethan Jacksonofproto-dpif-upcall: Properly initialize 'recv_buf'.
2014-08-14 Ethan Jacksondpif-netdev: Streamline miss handling.
2014-08-14 Ethan Jacksonofproto: Reorganize in preparation for direct dpdk...
2014-08-13 Joe Stringerdpif: Support flow_get in dpif_operate().
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-08-04 Ben Pfaffofproto-dpif: Use DPIF_FP_CREATE but not DPIF_FP_MODIFY.
2014-07-28 Ben Pfaffofproto-dpif-upcall: Fix sparse warnings.
2014-07-25 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-15 Joe Stringerrevalidator: Revalidate missed flows.
2014-07-03 Joe Stringerrevalidator: Simplify push_dump_ops__().
2014-07-02 Joe Stringerrevalidator: Improve optimization to skip revalidation.
2014-06-30 Joe Stringerudpif: Add command to wait for revalidation.
2014-06-23 Joe StringerRevert "revalidator: Use xcache when revalidation is...
2014-06-14 Alex Wangovs-thread: Implement OVS specific barrier.
2014-06-09 Anoob Somannetflow: Fold netflow_expire() into netflow_flow_clear().
2014-06-06 Joe Stringerrevalidator: Replace ukey->mark with dump_seq.
2014-06-05 Joe Stringerrevalidator: Use xcache when revalidation is required.
2014-06-05 Joe Stringerrevalidator: Refactor ukey creation/lookup.
2014-06-03 Joe Stringerrevalidator: Fix a build issue.
2014-06-02 Joe Stringerrevalidator: Eliminate duplicate flow handling.
2014-05-23 Ethan Jacksonupcall: Remove redundant xlate_actions_for_side_effects().
2014-05-21 Joe Stringerrevalidator: Re-fix a flow duplication bug.
2014-05-21 Ryan Wilsonofproto: Remove per-flow miss hash table from upcall...
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-05-19 Joe Stringerodp-util: Always serialise recirculation in upcall...
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-09 Alex Wangofproto-dpif-upcall: Do not call dpif_handlers_set...
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-25 Joe Stringerrevalidator: Fix ukey stats cache updating.
2014-04-25 Alex Wangofproto-dpif-upcall: Fix a bug.
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-22 Alex Wangofproto-dpif-upcall: Fix logic error in handler/revalid...
2014-04-22 Alex Wangofproto-dpif-upcall: Fix ovs-vswitchd crash.
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 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-06 YAMAMOTO Takashiofproto-dpif-upcall: Expire netflow flow when revalidat...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-28 Alex Wangofproto-dpif-upcall: Fix a race.
2014-03-24 Gurucharan Shettypackets: packet metadata from flow function instead...
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-19 Jarno Rajahalmelib: Use tcp_flags from flow.
2014-03-19 Jarno Rajahalmelib/flow: Retain ODPP_NONE on flow_extract().
2014-03-18 Ben Pfaffovs-rcu: New library.
2014-03-16 Andy Zhouudpif: Bug fix updif_flush
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-27 Joe Stringerdpif: Don't synchronize flow_dump_next() status.
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-26 Ben Pfaffofproto-dpif-upcall: Fix null dereference in push_dump_...
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-25 Joe Stringerupcall: Defer ukey deletion until after pushing stats.
next