summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: fix for group liveness propagationLászló Sürü2016-05-111-1/+1
* 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-083-3/+3
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-093-30/+8
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-094-26/+71
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-094-40/+42
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-277-493/+4
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-266-21/+14
* 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
* tunneling: Fix for concomitant IPv4 and IPv6 tunnelsThadeu Lima de Souza Cascardo2016-04-211-0/+4
* ofproto-dpif-xlate: Generate bitmasks in set_field.Joe Stringer2016-04-151-1/+1
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-142-2/+2
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-1410-59/+53
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-144-18/+18
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-1411-10/+11
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-145-5/+5
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-142-2/+2
* 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-3016-17/+17
* 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-3010-99/+99
* list: Remove lib/list.h completely.Ben Warren2016-03-307-7/+7
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-1/+1
* sflow: use ovs route API to get source IP address.Pravin B Shelar2016-03-241-3/+5
* tunneling: Enable IPv6 tuneling.Pravin B Shelar2016-03-241-8/+0
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-15/+5
* 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
* bond: don't re-zero recirc_id when creating bondSimon Horman2016-03-231-2/+0
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-197-7/+7
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-193-3/+3
* 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
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-244-12/+107
* ofproto-dpif-xlate: Fix crash when using multicast snooping.Thadeu Lima de Souza Cascardo2016-02-231-2/+2
* gcc: Fix compile errors due to anonymous union initilization.William Tu2016-02-221-7/+5
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-198-61/+245
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-193-5/+15
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-192-2/+2
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-192-3/+3
* ofp-util: Remove 'const' from struct ofputil_packet_in's 'packet' member.Ben Pfaff2016-02-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-192-24/+19
* 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-195-181/+205
* 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
* tunneling: Disable IPv6 tunnelPravin B Shelar2016-02-171-0/+8