summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sandbox: ovn rbac support for sandbox environmentLance Richardson2017-06-131-4/+13
* treewide: Avoid undefined behavior passing null in nonnull parameters.Lance Richardson2017-06-136-12/+40
* hash: Remove conflicting hash_finish() prototype.Ben Pfaff2017-06-131-1/+0
* byte-order: Fix undefined behavior of BYTES_TO_BE32.Ben Pfaff2017-06-132-9/+14
* conntrack: Add hash_finish() to conn_key_hash().Darrell Ball2017-06-121-7/+3
* conntrack: Hash entire NAT data structure in nat_range_hash().Darrell Ball2017-06-122-21/+30
* hash: New helper functions for adding words in a buffer to a hash.Ben Pfaff2017-06-121-18/+48
* testsuite: exit gracefully if it fails.Flavio Leitner2017-06-122-1/+34
* windows-datapath: Temporary workaround checksum issue with NATAlin Gabriel Serdean2017-06-121-0/+38
* datapath-windows: NAT integration with conntrackYin Lin2017-06-125-85/+282
* datapath-windows: Add NAT module in conntrackYin Lin2017-06-123-0/+474
* datapath-windows: Add support for NAT in conntrackAnand Kumar2017-06-123-4/+100
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-124-8/+8
* ofp-actions: Properly interpret "output:in_port".Ben Pfaff2017-06-122-17/+21
* ofp-util: Initialize tunnel metadata for OpenFlow 1.0 matches.Ben Pfaff2017-06-121-0/+1
* dpdk: Deprecate vhost-user server ports.Aaron Conole2017-06-083-8/+22
* rstp: Add the 'ovs-appctl rstp/show' command.nickcooper-zhangtonghao2017-06-083-2/+124
* rstp: Add internal functions without locks.nickcooper-zhangtonghao2017-06-082-14/+49
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-084-3/+17
* ovn-sbctl: support setting rbac role for remote connectionsLance Richardson2017-06-081-2/+10
* ovn: add rbac tables to ovn southbound schemaLance Richardson2017-06-085-2/+418
* ovsdb: add support for role-based access controlsLance Richardson2017-06-0826-16/+1092
* netdev-dpdk: Show Rx checksum status when false.Kevin Traynor2017-06-081-0/+2
* datapath-windows: Add original conntrack tuple to FlowKeySairam Venugopal2017-06-083-8/+78
* checkpatch: Also allow .at files to have leading tabs.Ben Pfaff2017-06-081-2/+8
* testsuite: release resources when vswitch exits.Flavio Leitner2017-06-071-1/+3
* test-hash: Fix unaligned pointer value error.Joe Stringer2017-06-071-10/+10
* docs: Update dpdk vdev naming instructions.Ciara Loftus2017-06-072-5/+6
* ovn-sb.xml: Update and improve documentation.Ben Pfaff2017-06-071-39/+50
* Copy external_ids from Logical_Switch_Port to SB databaseDaniel Alvarez Sanchez2017-06-073-4/+23
* ovn-sb.xml: Fix indentation.Dong Jun2017-06-071-7/+7
* ovn: ssl proto/cipher configuration in nb/sb dbLance Richardson2017-06-0710-10/+64
* flow: Refactor ct_orig_tuple check in miniflow_extract().Darrell Ball2017-06-071-1/+4
* dpdk: Move tcp_payload_length to include file.Darrell Ball2017-06-072-7/+13
* tests: Export PYTHONCOERCECLOCALE=0 for python3 testsTimothy Redaelli2017-06-071-0/+5
* stream: include ssl protocol/cipher options in run-time helpLance Richardson2017-06-071-0/+3
* netdev-linux: maintain original device's stateFlavio Leitner2017-06-061-0/+1
* netdev-linux: make tap devices persistent.Flavio Leitner2017-06-061-0/+8
* ovs-router: fix refcnt leak when program terminates.Flavio Leitner2017-06-061-9/+26
* docs: Document dpdkr portsStephen Finucane2017-06-064-4/+86
* docs: Clarify the superiority of dpdkvhostuserclientStephen Finucane2017-06-061-2/+6
* ovn-controller: refactor and abstract ovs_idl registeringHan Zhou2017-06-061-30/+36
* bfd: Detect Multiplier configurationSzucs Gabor2017-06-064-11/+100
* tests: Fix spelling error in test name.Ben Pfaff2017-06-021-1/+1
* dpdk: Update feature alert documentation.Darrell Ball2017-06-022-1/+3
* dpdk: Enable NAT tests for userspace datapath.Darrell Ball2017-06-021-5/+2
* tests: Add some system test fixes.Darrell Ball2017-06-021-2/+2
* System Tests: Enhance NAT tests.Darrell Ball2017-06-022-2/+110
* dpdk: Add orig tuple context recovery.Darrell Ball2017-06-021-0/+68
* dpdk: Add more ICMP Related NAT support.Darrell Ball2017-06-022-2/+103