aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2012-01-12ofp-util: Extend message decoding data structures with version field.Ben Pfaff
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-12-07nicira-ext: Improve comment.Ben Pfaff
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-12openvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100 to 63.Ben Pfaff
2011-11-11openvswitch.h: Improve comments.Ben Pfaff
2011-11-09datapath: Rename ipv6_tos to ipv6_tclass.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-07datapath: Renumber non-upstreamable interfaces.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-11-02ofproto: Reject invalid input ports in OFPT_PACKET_OUT requests.Ben Pfaff
2011-11-02ofproto: Add error code for bad role.Ben Pfaff
2011-11-02ofproto: Issue OpenFlow error for bad table IDs.Ben Pfaff
2011-11-01openvswitch.h: Add missing words in comment.Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27nicira-ext: Fix stale documentation in the bundle action.Ethan Jackson
2011-10-27bundle: Allow OFPP_NONE in bundle actions.Ethan Jackson
2011-10-25datapath: Improve <linux/openvswitch.h> comments.Ben Pfaff
2011-10-23datapath: Cleanup openvswitch.h formatting.Jesse Gross
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-18learn: Correct example in nicira-ext.h and add examples as test cases.Ben Pfaff
2011-10-18types: Fix endianness check.Ben Pfaff
2011-10-13Fix broken build in XenServer DDK 5.6.100-39265p.Ben Pfaff
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath-protocol: Use Linux kernel types directly.Ben Pfaff
2011-10-12datapath-protocol: Rename enums for consistency.Ben Pfaff
2011-10-12datapath-protocol: Remove socket header #include.Ben Pfaff
2011-10-12datapath-protocol: Remove #include <linux/netlink.h>.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-05datapath: Strip down vport interface - ifIndex.Pravin B Shelar
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-19datapath-protocol: vport_stats types are unsigned.Jesse Gross
2011-09-19nicira-ext: Clarify comment.Ben Pfaff
2011-09-16datapath: Hardcode vport multicast group ID on older kernels.Ethan Jackson
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-13Implement new "learn" action.Ben Pfaff