netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.c
2016-02-19 Ben Pfaffofproto-dpif-xlate: Distinguish "freezing" from "recirc...
2016-02-03 Ilya Maximetsdpif: Allow adding ukeys for same flow by different...
2016-01-21 Ben Pfaffofproto-dpif-xlate: Put recirc_state, not recirc_id_nod...
2016-01-20 Ben Pfafffail-open: Drop some of the weirder special cases.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-11 Joe Stringerofproto-dpif-upcall: Document revalidator cycle.
2016-01-07 Joe Stringerofproto-dpif-upcall: Simplify revalidator_sweep__().
2016-01-07 Joe Stringerofproto-dpif-upcall: Don't delete modified ukeys.
2016-01-06 Ben Pfaffofproto-dpif-upcall: Avoid double-delete of ukeys.
2015-12-11 Daniele Di Proiettoodp-util: Return exact mask if netlink mask attribute...
2015-11-25 Jarno Rajahalmeofproto: Enable in-place modification for recirc actions.
2015-11-25 Jarno Rajahalmeofproto: Allow xlate_actions() to fail.
2015-11-05 Jarno Rajahalmeupcall: Check for recirc_id in ukey_create_from_dpif_flow()
2015-11-04 Jarno Rajahalmeupcall: Eliminate dead code.
2015-10-13 Andy Zhoudpif-netlink: Allow MRU packet attribute.
2015-09-29 Jarno Rajahalmeofproto-dpif-upcall: Use flow_wildcards_has_extra().
2015-09-25 Zoltan Kissofproto-dpif: Do not block on uninitialized pause barriers.
2015-09-02 Alex Wangdpif-netdev: Purge all ukeys when reconfigure pmd.
2015-09-02 Alex Wangofproto-dpif-upcall: Allow main thread to pause all...
2015-08-29 Alex Wangofproto-dpif-upcall: Do not attribute stats when flow_d...
2015-08-13 Ethan Jacksonofproto: Allow in-place modifications of datapath flows.
2015-08-13 Ethan Jacksonofproto-dpif-upcall: Make ukey actions modifiable with...
2015-08-11 Alex Wangofproto-dpif-upcall: Add VLOG_WARN_RL logs for upcall_c...
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Make xlate_actions() caller supply...
2015-07-31 Ben Pfaffofproto-dpif-xlate: Make xlate_actions() caller supply...
2015-07-24 Ben Pfaffofproto-dpif-upcall: Fix typo in comment.
2015-07-24 Ben Pfaffofproto-dpif-upcall: Indentation fix.
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-01 Jesse Grosstunnels: Don't initialize unnecessary packet metadata.
2015-06-25 Jesse Grossodp-util: Pass down flow netlink attributes when transl...
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Jesse Grossodp-util: Convert flow serialization parameters to...
2015-06-14 Ben PfaffMerge "master" into "ovn".
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-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-26 Jarno Rajahalmeofproto-dpif: Restore metadata and registers on recircu...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
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...
next