summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Escape range operators inside regex.Ilya Maximets2019-02-222-3/+26
* netlink: added check to prevent netlink attribute overflowToms Atteka2019-02-221-0/+4
* Set release dates for 2.11.0.Justin Pettit2019-02-202-2/+2
* netdev-dpdk: Flow validation refactoring.Ilya Maximets2019-02-191-53/+30
* doc: Add "Representors" topic documentOphir Munk2019-02-181-0/+139
* AUTHORS: Add Eli Britstein <elibr@mellanox.com>Ian Stokes2019-02-181-0/+1
* acinclude: Omit unnecessary defineEli Britstein2019-02-181-2/+1
* acinclude: Include libverbs and libmlx4 when neededEli Britstein2019-02-181-0/+14
* acinclude: Include libverbs and libmlx5 when neededEli Britstein2019-02-181-0/+22
* Initialize the right database.Ted Elhourani2019-02-141-1/+1
* conntrack: Simplify 'ct_addr'.Darrell Ball2019-02-143-93/+81
* conntrack: Remove redundant call to 'hash_finish()'.Darrell Ball2019-02-141-3/+1
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-1418-83/+2330
* dp-packet: Add 'do_not_steal' packet batch flag.Darrell Ball2019-02-142-0/+3
* dp-packet: Add 'dp_packet_batch_is_full()' api.Darrell Ball2019-02-141-0/+6
* ovs-atomic: Add 64 bit apis.Darrell Ball2019-02-141-0/+36
* conntrack: Reword conntrack_execute() description.Darrell Ball2019-02-141-1/+1
* tests: Add missed local stack checks.Darrell Ball2019-02-141-0/+2
* flow: Enhance parse_ipv6_ext_hdrs.Darrell Ball2019-02-143-13/+38
* dp-packet: Add const qualifiers for checksum apis.Darrell Ball2019-02-141-8/+8
* monitor: Fix crash when monitor condition adds new columns.Han Zhou2019-02-142-31/+119
* acinclude: Also use LIBS from dpkg pkg-configChristian Ehrhardt2019-02-132-84/+153
* faq: Update OVS/DPDK version table for OVS 2.11.Kevin Traynor2019-02-131-0/+1
* python: Fix E117 over-indented.Ilya Maximets2019-02-124-11/+11
* debian: Add libelf-dev dependency for dkmsGreg Rose2019-02-121-1/+1
* acinclude: Check for rte_config.h before checking dependencies.Ilya Maximets2019-02-121-0/+4
* dpif-netdev: Add thread safety annotation to sorted_poll_list.Ilya Maximets2019-02-121-0/+1
* acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.Ilya Maximets2019-02-121-1/+1
* conntrack: Exclude l2 padding in 'conn_key_extract()'.Darrell Ball2019-02-111-5/+7
* dp-packet: Add 'dp_packet_l3_size()'.Darrell Ball2019-02-111-1/+14
* conntrack: Remove unnecessary check in process_ftp_ctl_v4Li RongQing2019-02-111-6/+1
* rhel: Add an example to specify custom optionsTimothy Redaelli2019-02-111-0/+4
* ovs-ctl: Permit to specify additional optionsTimothy Redaelli2019-02-111-0/+4
* ovn: change load balancer references to weak in NB schemaDaniel Alvarez2019-02-112-5/+13
* ovs-lib.in: Cleanup old socket and pidfiles in stop_daemonTimothy Redaelli2019-02-111-0/+4
* travis: Drop redundant DPDK build check.Ilya Maximets2019-02-111-1/+0
* travis: Use parallel jobs for DPDK and sparse builds.Ilya Maximets2019-02-112-2/+2
* travis: Enable printing of executed commands.Ilya Maximets2019-02-111-0/+1
* travis: Dump config.log on configure failures.Ilya Maximets2019-02-111-1/+1
* travis: Run testsuite with desired options.Ilya Maximets2019-02-111-13/+20
* automake: Clean up cxxtest.cc.Ilya Maximets2019-02-111-0/+1
* datapath: Clean up some gcov, tmp and cache files.Ilya Maximets2019-02-111-2/+2
* travis: Fix building datapath instead of userspace with DPDK_SHARED.Ilya Maximets2019-02-111-2/+3
* lib/tc: Support optional tunnel idAdi Nissim2019-02-113-8/+24
* acinclude: Drop DPDK_EXTRA_LIB variable.Ilya Maximets2019-02-071-5/+1
* AUTHORS: Add Ophir Munk <ophirmu@mellanox.com>Ian Stokes2019-02-061-0/+1
* AUTHORS: Add Asaf Penso <asafp@mellanox.com>Ian Stokes2019-02-061-0/+1
* netdev-dpdk: Memset rte_flow_item on a need basis.Asaf Penso2019-02-061-18/+18
* ofproto: Don't always treat passive controllers as "equal".Ben Pfaff2019-02-051-2/+1
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-057-97/+105