summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vswitchd: Fix IFACE_STAT name error in iface_refresh_statsZhenyu Gao2017-07-111-2/+2
* dpif-netlink-rtnl: Fix dead store reported by clang.Bhanuprakash Bodireddy2017-07-111-3/+1
* netdev: Fix crash when interface option is changed to invalid value.Zoltán Balogh2017-07-111-1/+5
* dpif-netdev: Remove useless port checking.Ilya Maximets2017-07-111-7/+0
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-1111-54/+78
* dpif-netdev: Fix insertion probabilityCiara Loftus2017-07-111-5/+1
* dpctl: add CT Stats for Connections per protocol.Antonio Fischetti2017-07-116-2/+179
* Fix coding style and some typos.Antonio Fischetti2017-07-114-6/+10
* datapath-windows: allow catalog creation with local time on WDK 10Alin Serdean2017-07-111-1/+6
* tests: use full option name in bridge testsLance Richardson2017-07-101-2/+2
* packets: Fix the reset dp_packet buffer issue in packet_put_ra_prefix_optNuman Siddique2017-07-101-1/+2
* ofproto-dpif: Fix the clone issue with continuationNuman Siddique2017-07-102-1/+46
* make logs not readable by otherTimothy Redaelli2017-07-104-5/+6
* datapath-windows: Add validations in fragmentation moduleAnand Kumar2017-07-103-13/+32
* treewide: .gitignore updatesLance Richardson2017-07-103-0/+5
* ovn-controller: decouple localnet_port update from patch_runHan Zhou2017-07-074-30/+37
* AUTHORS: Add zhongbaisong.Ben Pfaff2017-07-071-0/+1
* ofp-util: fix memory leak in ofputil_pull_ofp11_bucketszhongbaisong2017-07-071-0/+1
* configure: Fix check for rte_config.h to handle cross-compilation.Ben Pfaff2017-07-071-3/+4
* ofp-util: Check length of buckets in ofputil_pull_ofp15_group_mod().Ben Pfaff2017-07-071-0/+3
* ofp-print: Don't abort on unknown reason in role status message.Ben Pfaff2017-07-071-1/+2
* Makefiles: Fail build for flake8 only when configured with --enable-Werror.Ben Pfaff2017-07-072-2/+11
* AUTHORS: Add Clint Byrum.Ben Pfaff2017-07-071-0/+1
* debian: Use debhelper for DEB_UPSTREAM_VERSIONClint Byrum2017-07-072-8/+11
* dpif-netdev: Change definitions of 'idle' & 'processing' cyclesCiara Loftus2017-07-062-15/+48
* AUTHORS: Add Jason Wessel.Ben Pfaff2017-07-061-0/+1
* Python3 compatibility: unicode to strJason Wessel2017-07-061-3/+9
* Python3 compatibility: math error compatibilityJason Wessel2017-07-061-1/+1
* Python3 compatibility: fix integer problemsJason Wessel2017-07-062-1/+3
* Python3 compatibility: iteritems to itemsJason Wessel2017-07-064-7/+7
* Python3 compatibility: execfile to execJason Wessel2017-07-061-1/+1
* Python3 compatibility: exception cleanupJason Wessel2017-07-063-5/+5
* Python3 compatibility: Convert print statementsJason Wessel2017-07-067-305/+306
* docs: Use DPDK 16.11.2 stable release.Ian Stokes2017-07-064-9/+9
* Fix nonstandard isatty on WindowsAlin Serdean2017-07-061-0/+16
* checkpatch: Use default encoding from email library.Joe Stringer2017-07-061-2/+2
* ofp-parse: Improve comment for parse_ofp_packet_out_str().Justin Pettit2017-07-051-1/+3
* ofp-parse: Fix small memory leak when calling parse_ofp_meter_mod_str().Justin Pettit2017-07-052-4/+11
* ofproto-dpif-ipfix: Fix inefficent memory use in ipfix_send_template_msgs().Ben Pfaff2017-07-051-7/+8
* Revert "ofproto-dpif-ipfix: Fix severe memory leak in ipfix_send_template_msg...Ben Pfaff2017-07-051-8/+7
* dpif: fix warn msg when failed to open netdevMarcelo Leitner2017-07-051-1/+2
* odp: Fix crash in parse_8021q_onward().nickcooper-zhangtonghao2017-07-051-1/+2
* dp-packet: Copy trunc flag on batch clone.Ilya Maximets2017-07-031-0/+1
* ovs-ctl: Fix typo in a commentTimothy Redaelli2017-06-291-1/+1
* rhel-systemd: start vswitchd after udevaaron conole2017-06-292-1/+2
* datapath: Fix missing "_ATTR" docstrings from some actions.Justin Pettit2017-06-281-2/+2
* ofproto-dpif-ipfix: Fix severe memory leak in ipfix_send_template_msgs().Ben Pfaff2017-06-271-7/+8
* openvswitch.h: OVS_KEY_ATTR_PACKET_TYPE is userspace-only.Ben Pfaff2017-06-271-0/+4
* userspace: Introduce packet_type in OF 1.5 packet-outZoltán Balogh2017-06-277-17/+123
* userspace: Complete Packet In handlingJan Scheurich2017-06-273-9/+7