summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ofp-util: Fix group desc request encoding.Minoru TAKAHASHI2015-07-312-5/+6
* ofp-util: Fix port desc request encoding.Minoru TAKAHASHI2015-07-312-7/+6
* ofpbuf: New macro OFPBUF_STUB_INITIALIZER.Ben Pfaff2015-07-311-1/+20
* list: New macro OVS_LIST_POISON for initializing a poisoned list.Ben Pfaff2015-07-311-1/+7
* type-props: Suppress warnings in newer Clang and GCC.Ben Pfaff2015-07-301-8/+24
* Fix treatment of OpenFlow 1.1+ bucket weights.Ben Pfaff2015-07-293-44/+49
* ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.Ben Pfaff2015-07-292-8/+10
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-282-39/+136
* netdev-linux: Cache the result of previous reading of in4 address.Alex Wang2015-07-281-5/+11
* netdev-linux: Make netdev_linux_get_in6() conform to API definition.Alex Wang2015-07-281-3/+11
* netdev-linux: Make netdev_linux_notify_sock join RTNLGRP_IPV4_IFADDRAlex Wang2015-07-281-23/+40
* rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR andAlex Wang2015-07-287-174/+219
* rtbsd: Include necessary headers on rtbsd.h.Thadeu Lima de Souza Cascardo2015-07-272-1/+3
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-274-47/+439
* perf-counter: Fix segfaults on non-Linux platforms.Thadeu Lima de Souza Cascardo2015-07-241-1/+1
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-232-23/+14
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-232-10/+14
* Makefiles: Clean and do not distribute IDL-generated files.Ben Pfaff2015-07-221-4/+3
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-223-4/+4
* tnl-arp-cache: Remove spurious OVS_UNUSED from tnl_arp_cache_flush().Ben Pfaff2015-07-221-1/+1
* tnl-arp-cache: Indentation fixes.Ben Pfaff2015-07-221-6/+6
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-214-3/+28
* netdev-dpdk: Restore txq/rxq number if initialization fails.Daniele Di Proietto2015-07-211-0/+9
* lib/automake.mk: Changes to support make distcheck.Aaron Conole2015-07-211-1/+4
* db-ctl-base: Add "static" to definition of ctl_exit().Ben Pfaff2015-07-201-1/+1
* ofpbuf: Update msg when resizing ofpbuf.Alex Wang2015-07-202-4/+25
* ofp-util: Allow out-of-range indexes in ofputil_decode_geneve_table_reply().Ben Pfaff2015-07-191-5/+13
* flow: Split miniflow's map.Jarno Rajahalme2015-07-176-268/+504
* dpif-netdev: Skip also xregs when building a mask.Jarno Rajahalme2015-07-171-0/+1
* type-props: Avoid a MSVC warning.Gurucharan Shetty2015-07-171-2/+2
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-172-19/+26
* db-ctl-base: remove ctl_get_all_commands() functionAndy Zhou2015-07-172-11/+4
* db-ctl-base: remove db_ctl_show_command tableAndy Zhou2015-07-171-8/+2
* perf-counter: simplify the performance macroAndy Zhou2015-07-171-46/+29
* perf-counter: initialize perf counter shash before useAndy Zhou2015-07-171-1/+1
* ofp-parse: Fix typo in consistency check.Joe Stringer2015-07-171-1/+1
* flow: Make compile with MSVC.Jarno Rajahalme2015-07-166-54/+72
* ovs-appctl: register unixctl commands in the beginningHuanle Han2015-07-162-10/+11
* netdev-linux: do not warn when getting stats for netdev with no vportThadeu Lima de Souza Cascardo2015-07-161-1/+1
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-158-32/+70
* flow: Factor out flag parsing and formatting routines.Jesse Gross2015-07-155-280/+224
* flow: Eliminate miniflow_clone() and minimask_clone().Jarno Rajahalme2015-07-153-33/+8
* match: Single malloc minimatch.Jarno Rajahalme2015-07-154-44/+81
* flow: Always inline miniflows.Jarno Rajahalme2015-07-158-309/+177
* meta-flow: Add a missing break statement.Jarno Rajahalme2015-07-151-1/+1
* lib/automake.mk: Fix dependency typos.Kyle Upton2015-07-141-2/+2
* dpif-netlink: Fix compiler warning.Alin Serdean2015-07-131-2/+2
* db-ctl-base: group static functions togetherAndy Zhou2015-07-131-83/+83
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-132-10/+9
* db-ctl-base: do not expose get_table() APIAndy Zhou2015-07-132-6/+16