summaryrefslogtreecommitdiff
path: root/include/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* vlog: Only compile vlog_change_owner on Unix platformAndy Zhou2015-11-111-1/+3
* vlog: change log file owner when switching userAndy Zhou2015-11-111-0/+1
* types: Add big-endian 128-bit types and helpers.Joe Stringer2015-10-131-0/+14
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-0/+10
* vlog: add "vlog/list-pattern" commandAnsis Atteka2015-06-271-0/+1
* vlog: abstract out interface to syslog daemonAnsis Atteka2015-06-271-0/+8
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+3
* types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-7/+0
* vlog: Logging option '--syslog-target' needs one argument.Gurucharan Shetty2015-01-261-1/+1
* vconn: Move struct definitions back to provider interface.Ben Pfaff2015-01-201-25/+5
* vconn: Avoid using C++ keyword 'class' as variable name in headersAmit Bose2015-01-131-2/+2
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-19/+21
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-152-0/+114
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-152-1/+298
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-152-0/+28
* lib: Expose SAT_MUT as OVS_SAT_MUL in <openvswitch/util.h>Thomas Graf2014-12-151-0/+6
* lib: Move token-bucket.h to <openvswitch/token-bucket.h>Thomas Graf2014-12-152-0/+43
* lib: Expose ovs_mutex and ovsthread_once in <openvswitch/thread.h>Thomas Graf2014-12-152-0/+138
* lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATORThomas Graf2014-12-151-0/+8
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-152-0/+225
* include/openvswitch/util: Add extern "C" { ... }.Ben Pfaff2014-12-081-0/+8
* lib: Add API to set program name and versionThomas Graf2014-11-252-0/+32
* lib: Add new header <openvswitch/version.h> to versioning infoThomas Graf2014-11-253-1/+31
* hash: Add 128-bit murmurhash.Joe Stringer2014-11-251-0/+14
* include: Install openflow/ and openvswitch/ headers.Thomas Graf2014-11-131-1/+2
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-041-10/+5
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-0/+4
* datapath: Cleanup netlink compat code.Pravin B Shelar2013-09-062-46/+0
* packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.Ben Pfaff2013-08-271-2/+30
* Create specific types for ofp and odp portAlex Wang2013-06-201-1/+13
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-042-78/+0
* ipsec: prepare IPsec for flow based tunnelingAnsis Atteka2013-02-201-1/+1
* datapath: Remove tunnel path MTU discovery support.Jesse Gross2013-01-281-1/+1
* datapath: Remove support for Don't Fragment inheritance.Jesse Gross2013-01-281-1/+1
* Make OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configuration of null_ports.Jarno Rajahalme2012-12-311-3/+4
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-272-101/+0
* datapath: Add support for VXLAN tunnels to Open vSwitchKyle Mestery2012-12-051-0/+1
* datapath: Remove tunnel header caching.Pravin B Shelar2012-11-051-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-024-4/+4
* treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff2012-03-231-3/+3
* datapath: Fix coding style issues.Pravin B Shelar2011-11-071-4/+5
* datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff2011-10-123-451/+1
* datapath-protocol: Use Linux kernel types directly.Ben Pfaff2011-10-122-57/+52
* datapath-protocol: Rename enums for consistency.Ben Pfaff2011-10-121-5/+5
* datapath-protocol: Remove socket header #include.Ben Pfaff2011-10-121-2/+0
* datapath-protocol: Remove #include <linux/netlink.h>.Ben Pfaff2011-10-121-2/+0
* datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff2011-10-121-18/+24
* datapath: Strip down vport interface - ifIndex.Pravin B Shelar2011-10-051-6/+0
* sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar2011-09-281-13/+23
* datapath: Use unicast Netlink sockets for upcalls.Jesse Gross2011-09-231-5/+19