summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff2012-03-151-2/+3
* datapath: Reformat copyright messages.Jesse Gross2011-11-161-12/+12
* datapath: Don't drop packets with partial vlan tags.Ben Pfaff2011-11-141-2/+2
* datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff2011-11-141-19/+29
* openvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100 to 63.Ben Pfaff2011-11-121-1/+1
* openvswitch.h: Improve comments.Ben Pfaff2011-11-111-4/+4
* datapath: Rename ipv6_tos to ipv6_tclass.Justin Pettit2011-11-091-1/+1
* Support matching and modifying IP TTL.Justin Pettit2011-11-092-0/+11
* Support matching and modifying IP ECN bits.Justin Pettit2011-11-091-0/+9
* Support matching IPv6 flow label.Justin Pettit2011-11-092-0/+10
* datapath: Renumber non-upstreamable interfaces.Jesse Gross2011-11-071-4/+5
* datapath: Fix coding style issues.Pravin B Shelar2011-11-071-4/+5
* ofproto: Reject invalid input ports in OFPT_PACKET_OUT requests.Ben Pfaff2011-11-021-0/+3
* ofproto: Add error code for bad role.Ben Pfaff2011-11-021-0/+3
* ofproto: Issue OpenFlow error for bad table IDs.Ben Pfaff2011-11-021-1/+8
* openvswitch.h: Add missing words in comment.Ben Pfaff2011-11-011-1/+2
* datapath: Convert kernel priority actions into match/set.Pravin B Shelar2011-11-011-5/+1
* nicira-ext: New action "exit".Ethan Jackson2011-10-281-1/+14
* nicira-ext: Fix stale documentation in the bundle action.Ethan Jackson2011-10-271-1/+1
* bundle: Allow OFPP_NONE in bundle actions.Ethan Jackson2011-10-271-0/+7
* datapath: Improve <linux/openvswitch.h> comments.Ben Pfaff2011-10-251-25/+26
* datapath: Cleanup openvswitch.h formatting.Jesse Gross2011-10-231-40/+45
* datapath: Define constants for versions of GENL families.Jesse Gross2011-10-231-0/+4
* Implement new fragment handling policy.Ben Pfaff2011-10-213-18/+70
* datapath: Refactor actions in terms of match fields.Pravin B Shelar2011-10-211-11/+27
* learn: Correct example in nicira-ext.h and add examples as test cases.Ben Pfaff2011-10-181-1/+2
* types: Fix endianness check.Ben Pfaff2011-10-181-0/+5
* Fix broken build in XenServer DDK 5.6.100-39265p.Ben Pfaff2011-10-131-1/+7
* datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff2011-10-125-7/+8
* datapath-protocol: Use Linux kernel types directly.Ben Pfaff2011-10-125-57/+101
* 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
* openflow: Delete icmp_type and icmp_code macros.Ben Pfaff2011-10-111-5/+0
* datapath: Strip down vport interface - ifIndex.Pravin B Shelar2011-10-051-6/+0
* nicira-ext: Bump number of registers to five from four.Justin Pettit2011-10-041-0/+2
* 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
* nicira-ext: Clarify comment.Ben Pfaff2011-09-191-6/+6
* 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-154-62/+13
* Implement new "learn" action.Ben Pfaff2011-09-131-1/+215
* 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
* nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson2011-08-121-1/+32