summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-121-1/+1
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-081-1/+1
* userspace: L3 tunnel support for GRE and LISPJan Scheurich2017-06-021-3/+11
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-025-12/+56
* ofproto: Use shash_find_and_delete() in ofport_destroy__().Ben Pfaff2017-06-011-2/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-316-29/+37
* stp: Add link-state checking support for stp ports.nickcooper-zhangtonghao2017-05-311-1/+37
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-2/+5
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-311-2/+7
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-3/+3
* netflow: Fix memory leak in netflow_unref.Yunjian Wang2017-05-311-0/+8
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-2/+2
* ofproto-dpif: Include EthType in ct_orig_tuple feature probeSairam Venugopal2017-05-261-5/+8
* ofproto-dpif-ipfix: add support for per-flow TCP countersPrzemyslaw Szczerbik2017-05-201-18/+126
* ofproto-dpif-xlate: refactor compose_output_action__Jan Scheurich2017-05-181-63/+85
* ofproto-dpif-xlate: Fix typos in comment.Ben Pfaff2017-05-181-1/+1
* Revert "tunneling: Avoid recirculation on datapath."Joe Stringer2017-05-101-146/+134
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-7/+7
* ofproto-dpif-ipfix: Add total counters.mweglicx2017-05-081-25/+85
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-033-4/+4
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-033-6/+9
* revalidator: Fix logging of xlate_key() failure.Joe Stringer2017-05-021-2/+2
* revalidator: Revalidate ukeys created from flows.Joe Stringer2017-05-021-1/+1
* config: Define OVS_CT_EVENT_* mask macros.Jarno Rajahalme2017-04-281-3/+1
* ofproto: Meter slowpath action when action upcall meters are configuredAndy Zhou2017-04-281-3/+31
* ofproto: Meter sample action when configured.Andy Zhou2017-04-281-2/+12
* ofproto: Support action upcall metersAndy Zhou2017-04-282-3/+51
* ofproto-dpif: Add 'meter_ids' to backerAndy Zhou2017-04-282-3/+52
* ofproto: Store meters using hmapAndy Zhou2017-04-282-104/+153
* xlate: Use OVS_CT_ATTR_EVENTMASK.Jarno Rajahalme2017-04-283-1/+73
* revalidator: Improve logging for transition_ukey().Joe Stringer2017-04-271-3/+22
* revalidator: Avoid assert in transition_ukey().Joe Stringer2017-04-271-2/+7
* ofproto-dpif-xlate: Fix the memory leak in netflow.Sha Zhang2017-04-241-0/+1
* ofproto: Add support of OFPR_PACKET_OUT as packet-in reasonYi-Hung Wei2017-04-243-1/+10
* connmgr: Fix internal packet-in reason code mask.Yi-Hung Wei2017-04-241-0/+10
* ofproto-dpif: Fix memory leak in disable_datapath_clone()Yi-Hung Wei2017-04-241-0/+1
* ofproto: Fix memory leak in handle_tlv_table_mod()Yi-Hung Wei2017-04-221-0/+2
* rstp/stp: Unref the rstp/stp when bridges destroyed.nickcooper-zhangtonghao2017-04-211-0/+2
* tunneling: Avoid recirculation on datapath.Sugesh Chandran2017-04-211-134/+146
* ofproto: Report only un-deleted groups in group stats replies.Ben Pfaff2017-04-211-1/+4
* ofproto-dpif: Propagate may_enable flag as link aliveness.László Sürü2017-04-212-4/+31
* flow: New function flow_clear_conntrack().Ben Pfaff2017-04-211-17/+1
* ofproto-dpif: Check support for resubmit with conntrack action.Jarno Rajahalme2017-04-181-41/+45
* ofproto-dpif: Check if original direction matches are supported.Jarno Rajahalme2017-04-181-1/+16
* ofproto-dpif: Check support for CT action force commit flag.Jarno Rajahalme2017-04-181-0/+8
* ofproto/bond: Make bond_may_recirc() private within bond.cAndy Zhou2017-04-173-18/+21
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-073-5/+9
* ofproto: Use macros to define DPIF support fieldsAndy Zhou2017-04-032-40/+47
* ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroringZhenyu Gao2017-04-031-1/+2
* ofproto-dpif-xlate: Don't save pkt_mark in compose_output_action__().Ben Pfaff2017-03-291-3/+0