Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / lib / automake.mk
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-29 Ed MasteRoute-table implementation for (Free)BSD
2012-06-21 Ben Pfafftoken-bucket: New library for generic rate-limiting.
2012-06-14 Ethan Jacksonlib: New data structure - smap.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-22 Ben Pfaffsimap: New data structure for string-to-integer maps.
2012-05-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-20 Ansis Attekaautomake: ofp-errors.[c|inc] are actually inside srcdir
2012-03-19 Ethan Jacksonidl: Move vswitch-idl to libopenvswitch.
2012-02-01 Ben Pfaffheap: New library that implements a binary heap-based...
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2011-12-19 Ben Pfaffnetflow: Move packet definitions to header file.
2011-11-23 Ben Pfaffvlandev: New library for working with Linux VLAN devices.
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-10-27 Ben PfaffFix manpage-check on RHEL 5.
2011-10-22 Justin PettitAdd back 802.1D Spanning Tree Protocol (STP) library...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffmeta-flow: New library for working with fields by id.
2011-09-13 Ben Pfaffofp-util: Further abstract definitions of action proper...
2011-09-02 Ethan Jacksonlib: Rename rtnetlink.[ch] files.
2011-08-24 Ben Pfaffdocs: Add Makefile rule to check syntax of manpages.
2011-07-26 Ben Pfaffdirs: Make sysconfdir available via ovs_sysconfdir().
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-13 Ben Pfaffovs-bugtool: Add plugins previously used only under...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-04 Ben Pfaffhmapx: New data structure.
2011-05-02 Ben Pfaffnetdev-linux: New functions for converting netdev stats...
2011-04-26 Ben Pfaffvlan-bitmap: New data structure.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
2011-04-01 Ben Pfaffbridge: Break bonding implementation out into library.
2011-03-31 Ben Pfaffsset: New data type for a set of strings.
2011-03-31 Ethan Jacksonlib: Create new timer library.
2011-03-18 Ethan Jacksonvswitchd: Modularize LACP.
2011-03-16 Ben Pfaffofproto: Remove controller discovery support.
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-02-09 Ben Pfaffovsdb-client: Break table formatting into new library.
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
2011-01-14 Ethan Jacksonlib: Simplify rtnetlink routing functionality.
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2011-01-04 Ethan Jacksonlib: Show tunnel egress interface in ovsdb
2011-01-04 Ethan Jacksonrtnetlink: Remove LINK specific messages from rtnetlink
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.
2010-12-06 Ben Pfaffport-array: Remove.
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffvlog: Generate vlog-modules.def automatically.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-30 Ben PfaffAdd new "dummy" netdev and dpif implementations for...
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-17 Ben Pfafflib: Remove redundant dhparams.h from EXTRA_DIST.
2010-11-10 Ben Pfafflib: Distribute nx-match.def, fixing "make dist".
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-11 Ben Pfaffnetdev-vport: Merge in netdev-patch and netdev-tunnel.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...
2010-08-24 Jesse Grossnetdev-gre: Genericize GRE netdev.
2010-08-13 Ben PfaffRemove vestigial support for Spanning Tree Protocol.
2010-08-12 Ben Pfaffuuid: Break code to read /dev/urandom into a new module.
2010-08-11 Ben Pfaffstream-ssl: Enable SSL session caching.
2010-07-30 Ben Pfaffsflow: Avoid "unused parameter" warnings from GCC 4.4.
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...
2010-06-15 Ben Pfaffvlog: Check that all declared vlog modules are used...
2010-05-26 Ben Pfafflib: Disable Linux-specific libraries on non-Linux...
2010-05-18 Jesse Grossnetdev: Add 'patch' userspace implementation.
2010-05-18 Jesse Grossnetdev: Extract netdev vport functions.
2010-05-07 Ben PfaffAdd header for access to potentially unaligned data.
2010-04-19 Jesse Grosstunneling: Add userspace support for new GRE implementa...
2010-04-12 Ben Pfaffovsdb-server: Document --unixctl option.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Ben Pfaffovsdb: Fix support for systems where libpcre is not...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben PfaffFactor vconn and SSL documentation into manpage include...
2010-01-06 Ben PfaffInclude lib/string.h in "make dist"-generated tarballs.
2009-12-21 Ben PfaffAdd InMon's sFlow Agent library to the build system.
2009-12-21 Justin PettitRemove cfg library
2009-12-08 Glen GibbFix alphabetic ordering in lib/automake.mk
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-12 Ben PfaffNew "reconnect" library for managing network connection...
next