summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto-dpif-xlate: Account mirrored packets only if the VLAN matches.Ben Pfaff2019-01-171-15/+22
* ofp-actions: Avoid overflow for ofpact_learn_spec->n_bitsYifeng Sun2019-01-171-1/+1
* python: Escape backslashes while formatting logs.Ilya Maximets2019-01-151-1/+1
* docs: Fix table title for VM MQ config in dpdk howto.Cian Ferriter2019-01-101-1/+1
* cmap: Fix hashing in cmap_find_protected().Zang MingJie2018-12-241-1/+1
* python: Catch setsockopt exceptions for TCP stream.Ilya Maximets2018-12-201-1/+5
* rhel: Add 'SYSTEMD_NO_WRAP=yes' in ovs init script for SLESMartin Xu2018-12-131-0/+1
* debian: Install correct vtep-ctl.Ben Pfaff2018-12-031-1/+1
* datapath-windows: Fix invalid reference in Buffermgmt.cSairam Venugopal2018-11-151-2/+4
* netdev-dpdk: Bring link down when NETDEV_UP is not setEelco Chaudron2018-11-121-0/+20
* actions: Enforce a maximum limit for nested action depthYifeng Sun2018-11-091-0/+9
* bond: Fix LACP fallback to active-backup when recirc is enabled.Ben Pfaff2018-11-051-3/+22
* netdev-dpdk: Fix netdev_dpdk_get_features().Ian Stokes2018-11-021-25/+39
* ovn-northd: Fix memory leak in free_chassis_queueid().Ben Pfaff2018-10-311-0/+1
* python-c-ext: Fix memory leak in Parser_finishEric Lapointe2018-10-311-0/+1
* bridge.c: prevent controller connects while flow-restore-waitZak Whittington2018-10-251-1/+2
* connmgr: Fix vswitchd abort when a port is added and the controller is downNuman Siddique2018-10-232-0/+25
* Prepare for 2.7.8.Justin Pettit2018-10-193-1/+10
* Set release date for 2.7.7.v2.7.7Justin Pettit2018-10-192-2/+3
* dpdk: Use DPDK 16.11.8 release.Ian Stokes2018-10-194-8/+8
* dpif-netdev.at: Add missing backslash.Ilya Maximets2018-10-191-4/+8
* test-hash: Fix unaligned pointer value error.Joe Stringer2018-10-161-10/+10
* odp-execute: Fix broken build with Clang as compiler.Ben Pfaff2018-10-153-5/+5
* expr: Disallow < <= >= > comparisons against empty value set.Ben Pfaff2018-10-112-0/+7
* expr: Set a limit on the depth of nested parenthesesYifeng Sun2018-10-112-0/+15
* Python: Make Row's __getattr__ less error proneLucas Alvares Gomes2018-10-051-1/+1
* Revert "bridge: Fix ovs-appctl qos/show repeated queue information"Ben Pfaff2018-10-031-1/+0
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.Ben Pfaff2018-10-031-1/+2
* bridge: Fix ovs-appctl qos/show repeated queue informationEelco Chaudron2018-10-021-0/+1
* lex: Fix buffer overrun parsing overlong hexadecimal constants.Yifeng Sun2018-10-021-6/+8
* ovsdb-client: Fix a bug that uses wrong indexYifeng Sun2018-09-271-2/+2
* flow: Fix uninitialized flow fields in IPv6 error case.Ben Pfaff2018-09-211-5/+6
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-202-6/+6
* datapath: lisp: Fix uninitialized field in tunnel_cfg.Yunjian Wang2018-09-121-0/+1
* odp-util: Don't attempt to write IPv6 flow label bits that don't exist.Ben Pfaff2018-09-121-0/+1
* daemon-unix: Use same name for original or restarted children.Ben Pfaff2018-09-061-1/+1
* utilities: Drop shebang from bash completion scriptMarkos Chandras2018-08-301-1/+0
* ofp-actions: Re-fix error path for parsing OpenFlow actions.Ben Pfaff2018-08-301-12/+7
* nx-match: Avoid double-free on some error paths.Ben Pfaff2018-08-301-0/+1
* netdev-dpdk: Support the link speed of XL710Xu Binbin2018-08-221-0/+3
* netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.Ben Pfaff2018-08-201-1/+1
* ofp-actions: Avoid assertion failure for clone(ct(...bad actions...)).Ben Pfaff2018-08-171-6/+10
* netdev-dpdk: Fix failure to configure flow control at netdev-init.Sugesh Chandran2018-08-101-8/+5
* netdev-dpdk: Use hex for PCI vendor ID.Kevin Traynor2018-08-081-1/+1
* ofctl: Fixup compare_flows functionAlin Gabriel Serdean2018-08-081-2/+4
* stream-ssl: Define SSL_OP_NO_SSL_MASK for OpenSSL versions that lack it.Ben Pfaff2018-08-061-0/+6
* utilities: Launch ovsdb-tool without using PAMTimothy Redaelli2018-08-061-1/+4
* ovs-ofctl: Better validate OpenFlow message length in "ofp-parse-pcap".Ben Pfaff2018-08-062-1/+3
* stream-ssl: Don't enable new TLS versions by defaultTimothy Redaelli2018-08-031-2/+1
* pcap-file: Fix formatting of log message.Ben Pfaff2018-08-031-1/+1