summaryrefslogtreecommitdiff
path: root/include/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* datapath-protocol: vport_stats types are unsigned.Jesse Gross2011-09-191-1/+1
* datapath: Hardcode vport multicast group ID on older kernels.Ethan Jackson2011-09-162-0/+46
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-151-3/+13
* datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar2011-09-121-5/+2
* datapath: VLAN actions should use push/pop semanticsPravin Shelar2011-09-091-2/+2
* Strip down vport interface : iflinkPravin Shelar2011-09-081-3/+0
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-192-215/+215
* datapath-protocol: Correct a description in odp_flow_attr structure.Justin Pettit2011-08-181-4/+5
* ovs-dpctl: Show number of flowsSimon Horman2011-08-031-0/+1
* Datapath action should not refer to controllerpravin shelar2011-07-281-5/+5
* Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit2011-06-091-1/+0
* Remove unnecessary #include directives.Ben Pfaff2011-05-161-1/+0
* tunneling: Add df_default and df_inherit tunnel options.Andrew Evans2011-04-291-3/+5
* Remove /proc/net compatibility support.Ben Pfaff2011-02-111-7/+1
* Add types and accessors for working with half-aligned 64-bit values.Ben Pfaff2011-02-051-1/+24
* datapath-protocol: Drop useless/obsolete comments.Jesse Gross2011-02-041-10/+0
* datapath-protocol: Dropped unused __aligned_* types.Jesse Gross2011-02-041-6/+0
* datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff2011-02-041-1/+2
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-021-0/+7
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-0/+14
* nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit2011-02-021-0/+2
* datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.Ben Pfaff2011-01-281-26/+28
* datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff2011-01-281-8/+9
* datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.Ben Pfaff2011-01-281-23/+37
* datapath: Convert ODP_VPORT_* to use AF_NETLINK socket layer.Ben Pfaff2011-01-281-20/+43
* datapath: Convert ODP_DP_* commands to use AF_NETLINK socket layer.Ben Pfaff2011-01-281-27/+42