summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Fix running under python3.Joe Stringer2017-03-091-1/+1
* checkpatch: Check for pointer whitespace.Joe Stringer2017-03-091-0/+11
* AUTHORS: Add Robert Wojciechowicz.Ben Pfaff2017-03-081-0/+1
* sflow: Expose ethernet stats via sFlowRobert Wojciechowicz2017-03-083-25/+154
* Adapt to flake8-import-orderxurong000379972017-03-0829-77/+103
* dpdk: Use VLOG_INFO_ONCE instead of open-coding it.Ben Pfaff2017-03-081-6/+2
* AUTHORS: Add Tony van der Peet.Ben Pfaff2017-03-081-0/+1
* pinsched: Update next_txq pointer when destroying pinqueue.Tony van der Peet2017-03-081-0/+6
* tests: Add an FTP test without conntrack.Jarno Rajahalme2017-03-081-0/+29
* datapath: Add a missing comment.Jarno Rajahalme2017-03-081-0/+2
* conntrack: Force commit.Jarno Rajahalme2017-03-0813-18/+252
* datapath: Add force commit.Jarno Rajahalme2017-03-083-2/+31
* compat: nf_ct_delete compat.Jarno Rajahalme2017-03-082-0/+43
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-087-80/+317
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-0822-109/+1058
* ofp-util: Ignore unknown fields in ofputil_decode_packet_in2().Jarno Rajahalme2017-03-083-13/+21
* flow: Make room after ct_state.Jarno Rajahalme2017-03-086-10/+12
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-0811-46/+289
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-0817-75/+105
* netlink: Simplify nl_msg_start_nested().Jarno Rajahalme2017-03-081-1/+1
* datapath: Inherit master's labels.Jarno Rajahalme2017-03-081-14/+31
* datapath: Refactor labels initialization.Jarno Rajahalme2017-03-081-56/+64
* datapath: Simplify labels length logic.Jarno Rajahalme2017-03-081-10/+8
* datapath: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-03-082-9/+14
* datapath: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-03-081-6/+27
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-03-082-2/+74
* datapath: Fix comments for skb->_nfctJarno Rajahalme2017-03-081-7/+7
* datapath: add and use nf_ct_set helperFlorian Westphal2017-03-083-4/+12
* datapath: add and use skb_nfct helperFlorian Westphal2017-03-083-3/+15
* datapath: Allow compiling against Linux 4.10Jarno Rajahalme2017-03-081-2/+2
* id-pool: Allocate the lowest available ids.Ilya Maximets2017-03-082-1/+4
* Documentation: Fix DPDK docCian Ferriter2017-03-081-2/+1
* ofp-actions: Fix translation of set_field for nw_ecnEric Garver2017-03-084-3/+14
* ovs-tcpdump: Set mirror port mtuAaron Conole2017-03-081-2/+16
* ofproto/bond: Simplify bond_may_recirc()Andy Zhou2017-03-083-18/+12
* dpdk: Export packet_set_ipv6_addr() for DPDK.Darrell Ball2017-03-082-1/+5
* ovs-fields.7: Use a more general approach to groff encodings.Ben Pfaff2017-03-082-9/+1
* dpif-netdev: Simple DROP meter implementation.Jarno Rajahalme2017-03-082-18/+468
* ofproto: Meter translation.Jarno Rajahalme2017-03-085-29/+79
* ofproto: Fix thread safety annotation.Jarno Rajahalme2017-03-082-1/+4
* dpif: Meter framework.Jarno Rajahalme2017-03-0813-14/+305
* rhel: Use correct default port for OVN SB databaseLance Richardson2017-03-081-1/+1
* python: List 3.5 as a supported version.Russell Bryant2017-03-081-0/+1
* Makefile: Drop vestiges of support for non-GNU Make.Ben Pfaff2017-03-083-60/+3
* packaging: Make Fedora spec file CentOS compatibleLeif Madsen2017-03-084-20/+45
* vagrant: Use official boxes for Fedora and CentosTimothy Redaelli2017-03-071-4/+5
* odp-execute: Apply clone action on batch of packets instead of one by one.Sugesh Chandran2017-03-071-12/+12
* Makefile: Break the build if .gitignore files are distributed.Ben Pfaff2017-03-071-1/+6
* doc: Add info on distributions shipping openvswitch package.Bhanuprakash Bodireddy2017-03-073-0/+74
* Documentation: Update DPDK doc with extended statistics.Bhanuprakash Bodireddy2017-03-071-0/+27