summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.c
Commit message (Expand)AuthorAgeFilesLines
* ovs-vswitchd: Avoid segfault for "netdev" datapath.nickcooper-zhangtonghao2016-12-091-3/+3
* ovs-appctl: Add usage content to "upcall/set-flow-limit" command.nickcooper-zhangtonghao2016-12-061-2/+2
* revalidator: Simplify full-revalidation code.Joe Stringer2016-09-281-31/+18
* revalidator: Defer stats push to end of validation.Joe Stringer2016-09-281-20/+42
* revalidator: Reuse xlate_ukey from deletion.Joe Stringer2016-09-281-26/+22
* revalidator: Refactor revalidation early exit.Joe Stringer2016-09-281-58/+78
* revalidator: Refactor ukey->xout translation.Joe Stringer2016-09-281-33/+67
* revalidator: Prepare xcache before xlate_lookup.Joe Stringer2016-09-281-7/+7
* upcall: Don't start new revalidation round too soon after the last one.Jarno Rajahalme2016-09-271-0/+15
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-6/+3
* ofproto: Refactor packet_out handling.Jarno Rajahalme2016-09-141-3/+8
* ofproto-dpif-xlate: Allow translating without side-effects.Jarno Rajahalme2016-09-141-2/+2
* ofproto-dpif-xlate: Expose xlate cache.Jarno Rajahalme2016-09-141-0/+1
* upcall: Replace ukeys for deleted flows.Joe Stringer2016-09-011-1/+35
* upcall: Track ukey states.Joe Stringer2016-09-011-46/+96
* upcall: Only init flow_put if ukey is installed.Joe Stringer2016-09-011-12/+4
* upcall: Reuse flow_put initializer.Joe Stringer2016-09-011-16/+8
* upcall: reduce log level for "no reference to recirc flow" messageLance Richardson2016-08-301-1/+1
* upcall: Log failure to flow_put for dpif-netlink.Joe Stringer2016-08-191-29/+29
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-4/+9
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-131-3/+0
* ofproto-dpif-upcall: Translate input port as part of upcall translation.Jesse Gross2016-06-131-1/+10
* ofproto-dpif-upcall: Prevent memory leak on log message.Thadeu Lima de Souza Cascardo2016-06-081-0/+1
* upcall: Unregister dpif cbs in udpif_destroy().Joe Stringer2016-05-231-0/+3
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-201-0/+1
* ofproto-dpif-upcall: Fix UFID usage with flow_modify.Joe Stringer2016-05-171-1/+1
* ofproto-dpif-upcall: Pass key to dpif_flow_get().Joe Stringer2016-05-111-1/+2
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-1/+1
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-23/+0
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-4/+4
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".Ben Pfaff2016-02-191-2/+2
* dpif: Allow adding ukeys for same flow by different pmds.Ilya Maximets2016-02-031-10/+13
* ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.Ben Pfaff2016-01-211-2/+2
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-201-25/+0
* ofproto-dpif-upcall: Document revalidator cycle.Joe Stringer2016-01-111-6/+37
* ofproto-dpif-upcall: Simplify revalidator_sweep__().Joe Stringer2016-01-071-26/+28
* ofproto-dpif-upcall: Don't delete modified ukeys.Joe Stringer2016-01-071-1/+3
* ofproto-dpif-upcall: Avoid double-delete of ukeys.Ben Pfaff2016-01-061-2/+2
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-101-1/+1
* ofproto: Enable in-place modification for recirc actions.Jarno Rajahalme2015-11-251-36/+60
* ofproto: Allow xlate_actions() to fail.Jarno Rajahalme2015-11-251-1/+1
* upcall: Check for recirc_id in ukey_create_from_dpif_flow()Jarno Rajahalme2015-11-041-1/+8
* upcall: Eliminate dead code.Jarno Rajahalme2015-11-041-2/+0
* dpif-netlink: Allow MRU packet attribute.Andy Zhou2015-10-131-2/+15
* ofproto-dpif-upcall: Use flow_wildcards_has_extra().Jarno Rajahalme2015-09-291-16/+11
* ofproto-dpif: Do not block on uninitialized pause barriers.Zoltan Kiss2015-09-251-4/+8
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-021-0/+35