summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-0545-517/+112
* connmgr: Make treatment of active and passive connections more uniform.Ben Pfaff2019-02-052-309/+307
* travis: Speed up linux kernel downloads.Ilya Maximets2019-02-051-2/+2
* Fix OpenFlow v1.3.4 Conf test failures: 430.500, 430.510psiyengar2019-02-044-21/+56
* skiplist: Drop data comparison in skiplist_delete.Ilya Maximets2019-02-041-3/+1
* skiplist: Remove 'height' from skiplist_node.Ben Pfaff2019-02-041-2/+0
* conntrack: Fix possibly uninitialized memory.Darrell Ball2019-02-041-5/+6
* flow: fix a possible memory leak in parse_ct_stateLi RongQing2019-02-041-0/+1
* ofproto-dpif-trace: Fix for the segmentation fault in ofproto_trace().Ashish Varma2019-02-041-1/+1
* datapath: Fix IPv6 later frags parsingYi-Hung Wei2019-02-041-3/+5
* datapath: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2019-02-041-13/+9
* datapath: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-02-041-1/+1
* datapath: Add support for kernel 4.18.xYifeng Sun2019-02-045-10/+13
* dpif-netlink: Fix a bug that causes duplicate key error in datapathYifeng Sun2019-02-041-1/+1
* test: Fix failed test "flow resume with geneve tun_metadata"Yifeng Sun2019-02-041-0/+3
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-0418-14/+366
* odp-util: Stop parse odp actions if nlattr is overflowYifeng Sun2019-02-041-0/+4
* ofp-actions: Set an action depth limit to prevent stackoverflow by ofpacts_parseYifeng Sun2019-02-042-0/+9
* AUTHORS: Add Hyong Youb Kim <hyonkim@cisco.com>.Ben Pfaff2019-02-041-0/+1
* ovs-tcpdump: Fix an undefined variableHyong Youb Kim2019-02-041-0/+1
* ovn-controller: Fix chassisredirect port flapping when ovs-vswitchd crashesNuman Siddique2019-02-044-7/+60
* system-dpdk-macros.at: Drop dpdk-socket-mem configuration.Ilya Maximets2019-02-041-3/+0
* conntrack: Fix max size for inet_ntop() call.Darrell Ball2019-02-041-2/+2
* conntrack: fix ftp ipv4 address substitution.Darrell Ball2019-02-042-69/+123
* dpdk: Limit DPDK memory usage.Ilya Maximets2019-02-013-2/+44
* lib/tc: add set ipv6 traffic class action offload via peditPieter Jansen van Vuuren2019-01-313-17/+50
* lib/tc: add set ipv4 dscp and ecn action offload via peditPieter Jansen van Vuuren2019-01-313-1/+11
* lib/tc: fix 32 bits shift for pedit offset calculationPieter Jansen van Vuuren2019-01-311-1/+1
* lib/tc: make pedit mask calculations byte order agnosticPieter Jansen van Vuuren2019-01-313-12/+42
* dpdk: Use svec instead of re-inventing.Ilya Maximets2019-01-301-153/+68
* raft.c: Remove noisy INFO logHan Zhou2019-01-281-1/+0
* dpdk: Use dynamic string for socket-mem construction.Ilya Maximets2019-01-281-8/+5
* Fix test 'testing ovn -- IP packet buffering' on WindowsAlin Gabriel Serdean2019-01-281-2/+2
* datapath-windows: Add support for 'OVS_KEY_ATTR_ENCAP' key attribute.Anand Kumar2019-01-284-16/+144
* Revert "ofproto-dpif: Let the dpif report when a port is a duplicate."Flavio Leitner2019-01-252-10/+6
* Revert "ofproto-dpif: Check for EBUSY as well"Flavio Leitner2019-01-251-1/+1
* Revert "dpif-netlink: Don't destroy and recreate port if it exists"Flavio Leitner2019-01-251-2/+2
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-2511-20/+19
* AUTHORS: Add Li RongQing.Ben Pfaff2019-01-251-0/+1
* flow: fix udp checksumLi RongQing2019-01-251-0/+3
* hash: Implement hash for aarch64 using CRC32c intrinsics.Yanqin Wei (Arm Technology China)2019-01-253-1/+155
* ovs-macros.at: Better hide 'exec -a' checking.Ilya Maximets2019-01-251-1/+1
* stt: Fix return code during xmit.Aaron Conole2019-01-241-1/+1