summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-031-1/+2
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-7/+9
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+79
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-211-21/+2
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-0/+16
* ofproto-dpif: Cache result of time_msec() for rule_expire().Daniele Di Proietto2016-06-021-4/+4
* ofproto-dpif: Call dpif_poll_threads_set() before dpif_run().Daniele Di Proietto2016-05-231-2/+2
* hmap: Use struct for hmap_at_position().Daniele Di Proietto2016-05-231-5/+3
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-201-0/+10
* ofproto-dpif: Restore packet metadata when a continuation is resumed.Numan Siddique2016-05-101-6/+18
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-1/+1
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-2/+0
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-2/+3
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-091-21/+22
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-278/+0
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-13/+11
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-1/+1
* ovs-vswitchd: Call flow_extract() for resumed packet in nxt_resume().Numan Siddique2016-03-311-0/+3
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-14/+14
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-1/+1
* ofproto/trace: Fix "unchanged" output for Final flowYAMAMOTO Takashi2016-03-241-0/+1
* ofproto-dpif: rename wait() to avoid collision with system wait(2)Lance Richardson2016-03-221-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-0/+34
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+1
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-051-2/+2
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-1/+1
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-0/+11
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-33/+30
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-1/+1
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-6/+6
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-1/+0
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-041-27/+19
* ofproto: Fix using uninitialized delete_reason.Ilya Maximets2016-01-041-0/+1
* ofproto-dpif: add reply on error in ofproto/tnl-push-popIlya Maximets2015-12-071-0/+2
* ofproto-dpif: Validate NAT action support.Daniele Di Proietto2015-12-041-6/+16
* ofproto-dpif: Validate ct action support.Joe Stringer2015-12-031-6/+56
* ofproto-dpif: Shortcut common case in rule_check().Joe Stringer2015-12-011-0/+5
* ofproto-dpif: Validate ct_* field masks.Joe Stringer2015-12-011-18/+14
* ofproto-dpif: Reject partial ct_labels if unsupported.Joe Stringer2015-12-011-6/+2
* ofproto-dpif: Remove a debug logYAMAMOTO Takashi2015-11-261-2/+0
* ofproto: Allow xlate_actions() to fail.Jarno Rajahalme2015-11-251-5/+11
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-241-1/+1
* ofproto: Check actions also for packet outs and traces.Jarno Rajahalme2015-11-191-5/+10
* dpif-netlink: Allow MRU packet attribute.Andy Zhou2015-10-131-0/+3