aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-01-04Initial implementation of sFlow.Ben Pfaff
2009-12-21netdev: New functions for interpreting "enum ofp_port_features" bitmaps.Ben Pfaff
2009-12-21Add InMon's sFlow Agent library to the build system.Ben Pfaff
2009-12-01netdev: Allow explicit creation of netdev objectsJustin Pettit
2009-11-30dpif: Minor provider comment cleanups.Justin Pettit
2009-11-24classifier: Improve comments.Ben Pfaff
2009-11-23svec: New function svec_split().Ben Pfaff
2009-11-23dpif: New function dpif_create_and_open().Ben Pfaff
2009-11-23netflow: Break out code for sending packets into a new "collectors" module.Ben Pfaff
2009-11-23socket-util: Generalize tcp_open_*() to UDP, as inet_open_*().Ben Pfaff
2009-11-23socket-util: Make TCP open function support no default port.Ben Pfaff
2009-11-23netdev: New function netdev_get_ifindex().Ben Pfaff
2009-11-19netdev: Really set output values to 0 on failure in netdev_get_features().Ben Pfaff
2009-11-19ovs-controller: Add --wildcard and --normal features.Jean Tourrilhes
2009-11-16vconn: Fix endian issue in unknown action type error messageJustin Pettit
2009-11-12ofp-print: Add missing error typesJustin Pettit
2009-11-10Merge citrix branch into master.Jesse Gross
2009-11-10mirroring: Allow learning to be disabled on a VLAN.Jesse Gross
2009-11-09vconn: Clean-up "match" typo in commentsJustin Pettit
2009-11-09Make ovs-appctl easier to use and synchronize its interface with ovs-vsctl.Ben Pfaff
2009-11-09Fix incorrect printf format specifiers.Ben Pfaff
2009-11-09backtrace: Avoid GCC warning on x86-64.Ben Pfaff
2009-11-09backtrace: Suppress dumb GCC warning on x86-64.Ben Pfaff
2009-11-06udatapath: Implement ZERO_TCP_FLAGS option.Jesse Gross
2009-10-26Spell verb form of "set up" correctly throughout the tree.Ben Pfaff
2009-10-26flow: Differentiate between "port" when printing flowsJustin Pettit
2009-10-22Merge "citrix" into "master".Ben Pfaff
2009-10-15Make sure that time advances in a daemon between calls to time_refresh().Ben Pfaff
2009-10-05Merge "citrix" branch into "master.Ben Pfaff
2009-10-02dpif-linux: Clarify bad device warning messageJustin Pettit
2009-10-02dpif-linux: Fail earlier if OVS kernel module isn't loadedJustin Pettit
2009-10-02netdev-linux: Improve netdev_linux_set_etheraddr().Ben Pfaff
2009-10-02netdev-linux: Return correct error codes on receive.Jesse Gross
2009-09-30netdev: Add classes which don't require initialization.Jesse Gross
2009-09-30netdev-linux: Fix tap device using wrong FD.Jesse Gross
2009-09-30netdev: Fix memory leak in netdev_open.Jesse Gross
2009-09-30netdev: Fix typo in netdev provider enumerate.Jesse Gross
2009-09-24shash: Fix memory leak in shash_destroy().Ben Pfaff
2009-09-22Merge citrix branch into master.Ben Pfaff
2009-09-21fatal-signal: Add clarifying comments.Ben Pfaff
2009-09-21vconn-unix: Unlink Unix sockets for vconns at close and free memory.Ben Pfaff
2009-09-21fatal-signal: New function fatal_signal_unlink_file_now().Ben Pfaff
2009-09-21fatal-signal: Clean up code by using shash.Ben Pfaff
2009-09-21vconn: Remove unused "reconnectable" member from vconn.Ben Pfaff
2009-09-21netdev: Fix memory leak in get_stats_via_netlink().Ben Pfaff
2009-09-17util: Add comments.Ben Pfaff
2009-09-17bitmap: Don't allocate excessive memory.Ben Pfaff
2009-09-16secchan: Better tolerate failing controller admission control in fail-open.Ben Pfaff
2009-09-16Factor out code for composing OFPT_PACKET_IN messages.Ben Pfaff
2009-09-16Factor out code for composing benign packets.Ben Pfaff