summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* flow: New function flow_unwildcard_tp_ports().Ethan Jackson2013-12-132-2/+14
* Remove unused USE_LINKER_SECTIONS and OVS_LINK2_IFELSEHelmut Schaa2013-12-131-22/+0
* coverage: Use OVS_CONSTRUCTOR to initialize the coverage counter arrayHelmut Schaa2013-12-132-45/+21
* vlog: Use OVS_CONSTRUCTOR for vlog initializationHelmut Schaa2013-12-132-47/+32
* compiler: Add OVS_CONSTRUCTOR to mark functions as init functionsHelmut Schaa2013-12-131-0/+13
* lib/util: Make some functions in util.c inlineHelmut Schaa2013-12-132-21/+18
* lib/mac-learning: Add missing semicolonHelmut Schaa2013-12-131-1/+1
* lib/random: Make some functions in random.c inlineHelmut Schaa2013-12-132-20/+18
* lib/ofp: Consolidate some struct field ordersHelmut Schaa2013-12-132-5/+5
* ofproto-dpif: Don't poll ports when nothing changesJoe Stringer2013-12-124-1/+33
* netdev: Globally track port status changesJoe Stringer2013-12-1210-134/+105
* lib/util: More portable use of builtin popcnt.Jarno Rajahalme2013-12-122-29/+35
* ovs-thread: Reduce logging level for cpuinfo parsingJoe Stringer2013-12-111-1/+1
* ofproto-dpif: Ignore non-packet field masks during flow revalidationAndy Zhou2013-12-112-0/+11
* lib/jhash.c: Fix comment.Jarno Rajahalme2013-12-111-1/+1
* netdev: Log a warning when netdev_set_config() fails.Ben Pfaff2013-12-111-3/+9
* Classifier: Track address prefixes.Jarno Rajahalme2013-12-116-40/+847
* dpif-netdev: Properly create exact match masks.Jarno Rajahalme2013-12-111-28/+64
* coverage: Fix build when linker sections not supported.Ben Pfaff2013-12-111-1/+1
* util: Fix sparse warning.Ben Pfaff2013-12-101-1/+2
* lib: Determine cpu core count with /proc/cpuinfo.Joe Stringer2013-12-091-2/+70
* lib: Refactor gathering CPU core countJoe Stringer2013-12-092-0/+14
* bfd: Change the update of forwarding flag.Alex Wang2013-12-092-41/+41
* ofproto: Move bond files to ofprotoAndy Zhou2013-12-063-1661/+0
* util: Better count_1bits().Jarno Rajahalme2013-12-062-25/+47
* lib/flow: Add IPv6 support for flow_compose().Jarno Rajahalme2013-12-061-34/+95
* vlog: Add option to send vlog syslog output to arbitrary UDP destination.Henry Mai2013-12-063-27/+111
* lib/odp-util: Only use expected_bit when set.Jarno Rajahalme2013-12-061-1/+1
* lib/meta-flow: remove unused functionAndy Zhou2013-12-042-111/+0
* lib: refactor match_format() output functionsAndy Zhou2013-12-041-45/+35
* ofp-util: Implement OpenFlow 1.1 packet-in message.Ben Pfaff2013-12-041-1/+40
* ofp-util: Break ofputil_encode_packet_in() into multiple functions.Ben Pfaff2013-12-041-72/+111
* lib/util: Add clz32() and clz64().Jarno Rajahalme2013-12-032-44/+65
* lib/util: Rename ctz() as ctz32().Jarno Rajahalme2013-12-032-4/+4
* lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme2013-12-027-4/+153
* byte-order: Make uint32_byteswap() available regardless of endianness.Ben Pfaff2013-12-022-7/+3
* util: fix a printf formatYAMAMOTO Takashi2013-11-261-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-2527-89/+108
* ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES.Alexander Wu2013-11-211-2/+2
* bfd: Add new key "flap_count" to "bfd_status".Alex Wang2013-11-201-1/+10
* bfd: Add forwarding flag to struct bfd.Alex Wang2013-11-202-13/+20
* coverage: Synchronize per-thread counters less aggressivelyJoe Stringer2013-11-202-6/+26
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-205-69/+85
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-199-51/+340
* ofproto-dpif: add support for layer 3 portsLorand Jakab2013-11-192-0/+9
* util: Rename popcount to count_1bitsBen Pfaff2013-11-193-11/+12
* util: Make popcount() handle 64-bit integers, not separate popcount64().Ben Pfaff2013-11-183-21/+12
* util: Make raw_ctz() accept 64-bit integers.Ben Pfaff2013-11-184-35/+25
* miniflow: Use 64-bit map.Jarno Rajahalme2013-11-183-156/+94
* lib/util: Add ctz64() and popcount64().Jarno Rajahalme2013-11-181-3/+35