summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ofproto-dpif-upcall: Allow main thread to pause all revalidators.Alex Wang2015-09-021-0/+63
* ofproto-dpif-upcall: Do not attribute stats when flow_del returns error.Alex Wang2015-08-291-0/+5
* ofproto: Allow in-place modifications of datapath flows.Ethan Jackson2015-08-131-59/+106
* ofproto-dpif-upcall: Make ukey actions modifiable with RCU.Ethan Jackson2015-08-131-9/+33
* ofproto-dpif-upcall: Add VLOG_WARN_RL logs for upcall_cb() error.Alex Wang2015-08-111-0/+4
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-1/+1
* ofproto-dpif-xlate: Make xlate_actions() caller supply action buffer.Ben Pfaff2015-07-311-20/+24
* ofproto-dpif-xlate: Make xlate_actions() caller supply flow_wildcards.Ben Pfaff2015-07-311-24/+20
* ofproto-dpif-upcall: Fix typo in comment.Ben Pfaff2015-07-241-1/+1
* ofproto-dpif-upcall: Indentation fix.Ben Pfaff2015-07-241-1/+1
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-4/+30
* ovs-appctl: register unixctl commands in the beginningHuanle Han2015-07-161-4/+8
* odp-util: Share fields between odp and dpif_backer.Joe Stringer2015-07-061-5/+2
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-1/+0
* odp-util: Pass down flow netlink attributes when translating masks.Jesse Gross2015-06-251-2/+3
* odp-util: Convert flow serialization parameters to a struct.Jesse Gross2015-06-181-6/+11
* types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-1/+1
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-1/+1
* ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-221-6/+6
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-17/+86
* ofproto-dpif-upcall: Create ukey only for miss upcalls.Jarno Rajahalme2015-03-041-1/+6
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-14/+13
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-18/+17
* upcall: Simplify enable_ufid debug option.Joe Stringer2015-01-201-15/+18
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-5/+5
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-301-15/+23
* dpif: Shift ufid support checking up to dpif_backer.Joe Stringer2014-12-191-6/+11
* revalidator: Don't delete non-existent flow.Joe Stringer2014-12-171-1/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* revalidator: Fix access of uninitialized memory.Joe Stringer2014-12-081-0/+1