summaryrefslogtreecommitdiff
path: root/lib/ofp-actions.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+106
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-11/+74
* types: Change ofp_port_t from uint16_t to uint32_t.Ben Pfaff2016-06-031-1/+1
* ofp-actions: Allow conntrack action in group buckets.Jarno Rajahalme2016-05-241-1/+2
* nat: documentation and parsing fixes.Jarno Rajahalme2016-05-181-3/+15
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-091-2/+17
* ofp-actions: Fix use-after-free in decode_NOTE.Joe Stringer2016-04-291-0/+1
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-0/+1
* Move lib/ofp-prop.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-5/+5
* 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-15/+19
* 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
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-5/+9
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.Quentin Monnet2016-03-181-89/+135
* ofp-actions: Assert variable actions have len>0.Joe Stringer2016-03-071-1/+1
* ofp-actions: Prevent integer overflow in decode.Joe Stringer2016-03-031-1/+5
* ofp-actions: Fix use-after-free in bundle action.Joe Stringer2016-03-031-1/+1
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-4/+24
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-15/+153
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-50/+29
* ofpbuf: Make ofpbuf_put_hex() accept period between hex bytes also.Ben Pfaff2016-02-191-25/+9
* ofp-actions: Add more detail when formatting unroll_xlate pseudo-action.Ben Pfaff2016-01-281-3/+3
* ofp-actions: Append in ofpacts_pull_openflow_actions(), instead of replace.Ben Pfaff2016-01-201-12/+8
* ofp-actions: Rename ofpact_update_len() to ofpact_finish().Ben Pfaff2016-01-041-11/+11
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-44/+9
* ofp-actions: Add padding in ofpacts_pull_openflow_instructions()William Tu2015-12-221-0/+2
* ofp-actions: Refactor ofpact_get_mf_dst().Joe Stringer2015-12-031-7/+11
* ofp-actions: Look inside write_actions for output ports and groups.Ben Pfaff2015-11-291-2/+68
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-19/+410
* vswitchd: Allow modifying ICMP type and code.Justin Pettit2015-11-091-0/+4
* ofp-actions: Fix conntrack action usable_protocols handling.Jarno Rajahalme2015-11-041-5/+13
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-1/+40
* Add connection tracking label support.Joe Stringer2015-10-131-1/+1
* Add connection tracking mark support.Joe Stringer2015-10-131-15/+121
* Add support for connection tracking.Joe Stringer2015-10-131-0/+257
* ofp-actions: Pass ofp_version to decode functions.Joe Stringer2015-10-131-29/+104
* ofp-actions: Extend reg_load parsing to >64bits.Joe Stringer2015-10-131-8/+20
* ofp-actions: Refactor set_field tokenization.Joe Stringer2015-10-131-12/+42
* ofp-actions: Allow special handling for nested actions.Joe Stringer2015-09-111-28/+79
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-13/+9
* ofp-actions: Don't encode variable length fields using NXAST_REG_LOAD.Jesse Gross2015-08-281-4/+4
* ofp-actions: Add action "debug_recirc" for testing recirculation.Ben Pfaff2015-07-311-0/+61
* ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.Ben Pfaff2015-07-291-1/+3
* ofp-actions: Support mixing "conjunction" and "note" actions.Ben Pfaff2015-06-261-3/+4
* Use classifier versioning.Jarno Rajahalme2015-06-111-1/+18
* ofp-actions: Improve conjunction error message.Joe Stringer2015-05-281-2/+3