summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-031-3/+27
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-8/+18
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+57
* xlate: Fix typo in comment.Jarno Rajahalme2016-06-211-1/+1
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-6/+65
* xlate: Skip recirculation for output and set actionsSimon Horman2016-05-271-1/+121
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-231-2/+3
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-201-8/+20
* dpif-netdev: create batch objectPravin B Shelar2016-05-181-2/+3
* ofproto-dpif-xlate: Fix compilation with GCC 4.6.Ben Pfaff2016-05-171-1/+1
* ofproto-dpif-xlate: Always generate wildcards.Ben Pfaff2016-05-141-13/+8
* ofproto-dpif-xlate: fix for group liveness propagationLászló Sürü2016-05-111-1/+1
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-1/+1
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-14/+52
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-091-11/+11
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-29/+4
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* ofproto-dpif-xlate: Tidy up ct_mark xlate code.Joe Stringer2016-04-221-11/+10
* ofproto-dpif-xlate: xlate ct_{mark, label} correctly.Joe Stringer2016-04-221-11/+16
* ofproto-dpif-xlate: Generate bitmasks in set_field.Joe Stringer2016-04-151-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-8/+8
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-10/+10
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-15/+5
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Set reason before sending continuation packet-in to the controllerNuman Siddique2016-03-101-0/+1
* xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.Jarno Rajahalme2016-02-241-91/+8
* ofproto-dpif-xlate: Fix crash when using multicast snooping.Thadeu Lima de Souza Cascardo2016-02-231-2/+2
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-42/+158
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-5/+13
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-5/+3
* ofproto-dpif-xlate: Don't consider mirrors used when excluded by VLAN.Ben Pfaff2016-02-191-5/+20
* ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".Ben Pfaff2016-02-191-137/+158
* ofproto-dpif-xlate: Break recirculation actions out from action_set.Ben Pfaff2016-02-191-77/+51
* ofproto-dpif-xlate: New helper function ctx_cancel_recirculation().Ben Pfaff2016-02-191-13/+13
* ofproto-dpif-xlate: Improve recirc_unroll_actions() interface.Ben Pfaff2016-02-191-14/+7
* ofproto-dpif-xlate: Fix clash between macro argument and struct member name.Huanle Han2016-02-051-5/+5
* ofproto-dpif-xlate: Remove obsolete special case.Jarno Rajahalme2016-01-291-6/+2
* ofproto-dpif-xlate: Do not execute resubmit again after recirculation.Ben Pfaff2016-01-271-1/+23
* ofproto-dpif-xlate: Fix recirculation for resubmit to current table.Ben Pfaff2016-01-251-7/+14
* ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.Ben Pfaff2016-01-211-4/+9
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-3/+19
* ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.Ben Pfaff2016-01-201-22/+18
* ofproto-dpif-rid: Use separate pointers for actions and action set.Ben Pfaff2016-01-201-10/+11
* ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.Ben Pfaff2016-01-201-2/+4
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-15/+17
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-25/+22
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-201-2/+0