summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Add an FTP test without conntrack.review/jarno_ct_bp_v1Jarno Rajahalme2017-02-231-0/+29
* datapath: Add a missing comment.Jarno Rajahalme2017-02-231-0/+2
* conntrack: Force commit.Jarno Rajahalme2017-02-2313-17/+253
* datapath: Add force commit.Jarno Rajahalme2017-02-232-2/+29
* compat: nf_ct_delete compat.Jarno Rajahalme2017-02-232-0/+14
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-02-237-80/+310
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-02-2325-119/+1114
* flow: Make room after ct_state.Jarno Rajahalme2017-02-236-9/+11
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-238-45/+246
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-02-2317-75/+105
* netlink: Simplify nl_msg_start_nested().Jarno Rajahalme2017-02-231-1/+1
* datapath: Inherit master's labels.Jarno Rajahalme2017-02-231-14/+31
* datapath: Refactor labels initialization.Jarno Rajahalme2017-02-231-47/+66
* datapath: Simplify labels length logic.Jarno Rajahalme2017-02-231-10/+8
* datapath: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-02-232-9/+14
* datapath: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-02-231-6/+27
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-02-232-2/+74
* datapath: Fix comments for skb->_nfctJarno Rajahalme2017-02-231-7/+7
* datapath: add and use nf_ct_set helperFlorian Westphal2017-02-233-4/+12
* datapath: add and use skb_nfct helperFlorian Westphal2017-02-233-3/+15
* datapath: make ndo_get_stats64 a void functionstephen hemminger2017-02-231-4/+2
* ovs-appctl: Document -T and --timeout options.Ben Pfaff2017-02-231-2/+10
* rhel: Add hostname as dependencyJakub Libosvar2017-02-233-2/+3
* fedora: Add python3-openvswitch split packageTimothy Redaelli2017-02-233-16/+40
* ofproto: Remove 'ofproto/self-check' from ovs-vswitchd manpageTimothy Redaelli2017-02-231-7/+0
* docs: fix typo in testing.rstLance Richardson2017-02-221-1/+1
* Makefile.am: Suppress echoing of config-h-check.Timothy Redaelli2017-02-221-2/+2
* ovn pacemaker: Pass --db-(n/s)b-addr option when starting ovsdb-serversNuman Siddique2017-02-221-0/+11
* windows: Broken internal netdevsAlin Serdean2017-02-221-1/+4
* doc: Describe backporting process.Joe Stringer2017-02-215-0/+241
* Makefile.am: Avoid include/ depending on lib/.Yi-Hung Wei2017-02-211-0/+7
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-2111-47/+82
* ofp-msgs: Remove unnecessary #include.Yi-Hung Wei2017-02-211-1/+0
* ofproto/bond: Fix bond/show when all interfaces are disabledAndy Zhou2017-02-171-4/+8
* python: Prevent extra unexpected reply debug logs.Terry Wilson2017-02-171-0/+1
* netdev-dpdk: Fix rx_error stat for dpdk ports.Ian Stokes2017-02-162-2/+2
* ovs-appctl: Print lacp_fallback_ab info in "bond/show".nickcooper-zhangtonghao2017-02-162-0/+12
* ofproto/bond: Drop traffic in balance-tcp mode without lacp.nickcooper-zhangtonghao2017-02-161-0/+4
* dpif-netdev: Conditional EMC insertCiara Loftus2017-02-166-4/+96
* ovn: Mention distributed NAT in NEWSMickey Spiegel2017-02-162-0/+20
* docker.rst: Add documentation to open up TCP ports.Gurucharan Shetty2017-02-161-0/+7
* vswitchd: Move config_ofproto_types call before bridge_add_portShashank Ram2017-02-151-2/+3
* doc: Updates bonding.rst because of api changed.nickcooper-zhangtonghao2017-02-151-4/+4
* ofproto/bond: Validate active-slave mac.nickcooper-zhangtonghao2017-02-151-3/+3
* ovn-northd ipam: handle the static MAC updates by the userNuman Siddique2017-02-152-0/+56
* ovsdb: Print enum elements for man pages in alphabetical order.Justin Pettit2017-02-141-0/+1
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-1311-23/+23
* ovsdb: Prevent OVSDB server from replicating itself.Andy Zhou2017-02-136-17/+138
* ovsdb: Add OVSDB server per instance UUID.Andy Zhou2017-02-134-0/+15
* ovsdb: Gracefully handle replication errors.Andy Zhou2017-02-131-2/+2