summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif-mirror: Fix bug that flag "need_revalidate" is never reset.Huanle Han2016-02-051-2/+4
* ofproto-dpif-xlate: Fix clash between macro argument and struct member name.Huanle Han2016-02-051-5/+5
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-054-12/+36
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-044-12/+1
* dpif: Allow adding ukeys for same flow by different pmds.Ilya Maximets2016-02-031-10/+13
* ofproto: Detect and handle errors in ofproto_port_add().Ben Pfaff2016-02-031-6/+10
* 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-214-7/+18
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-205-10/+41
* ofproto-dpif-rid: Fix names of recirc_metadata_{hash,equal}().Ben Pfaff2016-01-201-6/+6
* ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.Ben Pfaff2016-01-202-25/+18
* ofproto-dpif-rid: Use separate pointers for actions and action set.Ben Pfaff2016-01-203-16/+26
* ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.Ben Pfaff2016-01-203-18/+18
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-201-11/+8
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-206-80/+99
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-206-178/+57
* pktbuf: Move from 'ofproto' to 'lib'.Ben Pfaff2016-01-203-263/+1
* fail-open: Drop some of the weirder special cases.Ben Pfaff2016-01-206-73/+7
* ofp-util: Add function to encode OFPT_SET_ASYNC messages.Ben Pfaff2016-01-201-1/+1
* ofp-util: Fix OF1.4+ version of ofputil_decode_set_async_config().Ben Pfaff2016-01-201-2/+3
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-203-123/+37
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-42/+74
* pinsched: Remove obsolete ofpbuf_trim().Ben Pfaff2016-01-191-10/+3