summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge "master" into "ovn".Justin Pettit2015-05-0724-224/+901
|\
| * dpctl: Ignore enumeration errors if there is at least one datapath.Daniele Di Proietto2015-05-071-4/+16
| * dpctl: Factor out common code to iterate through all dpifs.Daniele Di Proietto2015-05-071-60/+49
| * lldp: Fix clang warning.Joe Stringer2015-05-071-7/+2
| * dpctl: Add OVS_PRINTF_FORMAT annotation to dpctl_* functions.Daniele Di Proietto2015-05-071-2/+7
| * odp-util: Fix a bug in parse_flag().Alex Wang2015-05-021-5/+7
| * dpctl: cleaner dpctl output for tunnel ports.Pravin B Shelar2015-05-011-0/+2
| * DPDK: add support for v2.0.0Mark Kavanagh2015-04-291-2/+1
| * datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar2015-04-292-4/+18
| * ovs-hyperv: make kernel return values netlink socket likeNithin Raju2015-04-291-41/+61
| * ofp-parse: Correctly report error parsing selection method parameter.Ben Pfaff2015-04-271-0/+3
| * netdev-dpdk: Reset RSS hash on transmitMark D. Gray2015-04-221-12/+22
| * ofp-parse: Properly report error for invalid group ID.Ben Pfaff2015-04-211-1/+1
| * ofp-util: Add missing 'break;' in bad_group_cmd().Ben Pfaff2015-04-211-2/+4
| * netdev-dummy: Fix null pointer deref in dummy_packet_conn_set_config().Ben Pfaff2015-04-211-2/+4
| * dpif-netdev: Batch packets when recirculating.Daniele Di Proietto2015-04-201-14/+15
| * dp-packet: Rename 'dp_hash' in 'rss_hash'.Daniele Di Proietto2015-04-207-19/+13
| * dpif-netdev: Cache time_msec() calls for each received batch.Daniele Di Proietto2015-04-201-10/+11
| * dpif-netdev: Store actions data and size contiguously.Daniele Di Proietto2015-04-201-7/+5
| * netlink-socket: Exit NL transaction loop when EINVAL is returnedBen Pfaff2015-04-201-0/+7
| * auto-attach: Implement interface lldp disable and re-enableDennis Flynn2015-04-202-6/+16
| * perf-counter: Remove unused vlog module.Ben Pfaff2015-04-171-3/+0
| * ovs-lldp: Avoid use-after-free in aa_mapping_unregister().Ben Pfaff2015-04-171-1/+1
| * netdev-bsd: Fix netdev_bsd_get_mtu() return value.Ben Pfaff2015-04-171-1/+1
| * nx-match: Avoid null pointer dereference in nx_pull_header__() error case.Ben Pfaff2015-04-171-1/+3
| * ofp-actions: Remove dead store in ofpacts_pull_openflow_instructions().Ben Pfaff2015-04-171-2/+2
| * ovs-lldp: Remove unused variable 'lldp_size'.Ben Pfaff2015-04-171-5/+1
| * ofp-parse: Properly report error for invalid bucket ID.Ben Pfaff2015-04-171-1/+1
| * perf-counter: remove initial VLOG_INFO message when performance counter is no...Andy Zhou2015-04-162-5/+3
| * autoconf: check for linux/perf_event.hAndy Zhou2015-04-162-6/+7
| * lib/rstp: Remove a dead store.Jarno Rajahalme2015-04-161-1/+0
| * ovs-lldp: Avoid free() of static data in aa_print_element_status_port().Ben Pfaff2015-04-161-6/+8
| * dpif-netdev: Reject adding duplicate ports.Ben Pfaff2015-04-161-1/+4
| * dpctl: Fix error handling and reporting regressions.Ben Pfaff2015-04-161-11/+23
| * netdev-bsd: Remove duplicate header inclusion of <netinet/in.h>Kevin Lo2015-04-151-1/+0
| * perf-counter: use 'int' instead of size_tAndy Zhou2015-04-141-1/+1
| * perf-counter: fix compiler warningsAndy Zhou2015-04-141-3/+3
| * perf-counters: fix non-linux buildAndy Zhou2015-04-141-0/+10
| * perf-counter: Fix 32-bit build break due to incorrect printf specifiers.Ben Pfaff2015-04-141-2/+2
| * perf-counter: Lower log level when no perf counter.Flavio Leitner2015-04-141-1/+1
| * dpif-netdev: Add dpif-netdev/pmd-stats-* appctl commands.Daniele Di Proietto2015-04-141-1/+184
| * dpif-provider: Add class init function.Daniele Di Proietto2015-04-144-0/+18
| * dpif-netdev: Add simple per pmd-thread cycles counters.Daniele Di Proietto2015-04-141-0/+55
| * lib: add a hardware performance counter access libraryAndy Zhou2015-04-133-0/+336
* | match: Fix compile of match initializer on GCC 4.6.1.Justin Pettit2015-05-061-1/+1
* | match: Add MATCH_CATCHALL_INITIALIZER.Ben Pfaff2015-05-051-1/+4
* | rconn: Only increment seqno when connection actually drops or reconnects.Ben Pfaff2015-05-051-1/+1
* | json: New function json_string_escape().Ben Pfaff2015-04-202-2/+13
* | meta-flow: Add new functions for subvalues.Ben Pfaff2015-04-152-1/+96
* | util: Add more bitwise operations.Ben Pfaff2015-04-152-8/+140