aboutsummaryrefslogtreecommitdiff
path: root/datapath/datapath.c
AgeCommit message (Expand)Author
2012-01-24datapath: Fix version check for 3.2.Jesse Gross
2012-01-11datapath: Fix multipart datapath dumps.Ben Pfaff
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-21datapath: Directly use methods for protecting RCU/RTNL data.Jesse Gross
2011-11-21datapath: Add genl_dereference() and use it.Jesse Gross
2011-11-21datapath: Use u64_stats_sync for datapath and vport stats.Jesse Gross
2011-11-18datapath: Better handle vlan packets sent to userspace.Jesse Gross
2011-11-18datapath: Fix unaligned access when storing stats.Jesse Gross
2011-11-17datapath: Update startup banner.Jesse Gross
2011-11-16datapath: Dont export get_dp().Pravin B Shelar
2011-11-16datapath: Fix flow table sparse RCU annotations.Jesse Gross
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-10datapath: remove actions.hPravin B Shelar
2011-11-10datapath: Use skb_copy_and_csum_dev() to csum upcall packet.Pravin B Shelar
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-08datapath: Update kernel support to 3.2.Pravin B Shelar
2011-11-07datapath: Slim down the vport interface.Jesse Gross
2011-11-07datapath: Remove vport from OVS_CB.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-24datapath: Fully parenthesize ACTION macro.Ben Pfaff
2011-10-24datapath: Fix wrong indentation.Ben Pfaff
2011-10-24datapath: Disallow unknown attributes on OVS_ACTION_ATTR_SAMPLE action.Ben Pfaff
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
2011-10-21datapath: Use kfree_skb() only on error paths.Ben Pfaff
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-21datapath: Update supported kernel check.Pravin B Shelar
2011-10-18datapath: Reject attempts to change vport type with OVS_VPORT_CMD_SET.Ben Pfaff
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath: Require explicit upcall_pid for new datapaths and vports.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-06datapath: Remove RT kernel support.Pravin B Shelar
2011-10-05datapath: Strip down vport interface - ifIndex.Pravin B Shelar
2011-09-29datapath: Avoid skb-clone in upcallPravin Shelar
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-20datapath: Correctly validate vport attributes on old kernels.Jesse Gross
2011-09-20datapath: Remove check for shared skbs.Jesse Gross
2011-09-20datapath: Fully initialize datapath before local port.Jesse Gross
2011-09-19datapath: Correctly set error code in queue_userspace_packets().Jesse Gross
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-15Set MTU in userspace rather than kernel.Justin Pettit
2011-09-14datapath: Set vport in skb when executed from userspace.Jesse Gross
2011-09-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar