aboutsummaryrefslogtreecommitdiff
path: root/lib/automake.mk
AgeCommit message (Expand)Author
2012-10-09config: Add explicit support for building on ESX.Ethan Jackson
2012-10-04Fix vswitch-idl.ovsidl build rule with separate source and build dirs.Ben Pfaff
2012-10-04lib: Specify idl location more precisely.Ethan Jackson
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-08-01Make the location of the database separately configurable.Ben Pfaff
2012-07-30ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff
2012-07-26netdev implementation for FreeBSDGiuseppe Lettieri
2012-07-18worker: New library for breaking a daemon into multiple processes.Ben Pfaff
2012-07-13memory: Document the memory/show unixctl command.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-06-29Route-table implementation for (Free)BSDEd Maste
2012-06-21token-bucket: New library for generic rate-limiting.Ben Pfaff
2012-06-14lib: New data structure - smap.Ethan Jackson
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
2012-05-22simap: New data structure for string-to-integer maps.Ben Pfaff
2012-05-22Use PYTHONDONTWRITEBYTECODE=yes for invoking Python for build or test.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff
2012-04-20automake: ofp-errors.[c|inc] are actually inside srcdirAnsis Atteka
2012-03-19idl: Move vswitch-idl to libopenvswitch.Ethan Jackson
2012-02-01heap: New library that implements a binary heap-based priority queue.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2011-12-19netflow: Move packet definitions to header file.Ben Pfaff
2011-11-23vlandev: New library for working with Linux VLAN devices.Ben Pfaff
2011-11-21nx-match: Fold all of its data structures into mf_field.Ben Pfaff
2011-10-27Fix manpage-check on RHEL 5.Ben Pfaff
2011-10-22Add back 802.1D Spanning Tree Protocol (STP) library code.Justin Pettit
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff
2011-09-13ofp-util: Further abstract definitions of action properties.Ben Pfaff
2011-09-01lib: Rename rtnetlink.[ch] files.Ethan Jackson
2011-08-24docs: Add Makefile rule to check syntax of manpages.Ben Pfaff
2011-07-26dirs: Make sysconfdir available via ovs_sysconfdir().Ben Pfaff
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-13ovs-bugtool: Add plugins previously used only under XenServer.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-05-04hmapx: New data structure.Ben Pfaff
2011-05-02netdev-linux: New functions for converting netdev stats formats.Ben Pfaff
2011-04-25vlan-bitmap: New data structure.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
2011-04-01bridge: Break bonding implementation out into library.Ben Pfaff
2011-03-31sset: New data type for a set of strings.Ben Pfaff
2011-03-31lib: Create new timer library.Ethan Jackson
2011-03-18vswitchd: Modularize LACP.Ethan Jackson
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
2011-02-22util: New function ovs_strzcpy().Ben Pfaff
2011-02-08ovsdb-client: Break table formatting into new library.Ben Pfaff
2011-01-28datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff
2011-01-27datapath: Drop datapath index and port number from Ethtool output.Ben Pfaff