aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
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-06datapath: Fix recv path for CONFIG_PREEMPT_RCU.Pravin B Shelar
2011-10-05datapath: Strip down vport interface - ifIndex.Pravin B Shelar
2011-10-04datapath: Fix tunnel hashing.Pravin B Shelar
2011-09-30datapath: Streamline tunnel port lookupPravin Shelar
2011-09-30datapath: Remove unused vlan constants.Jesse Gross
2011-09-29datapath: Avoid skb-clone in upcallPravin Shelar
2011-09-29datapath: Avoid use-after-free error in dp_device_event().Ben Pfaff
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-26datapath: Fix OVS build failure on older kernelPravin Shelar
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-21datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.Jesse Gross
2011-09-21datapath: Cleanup actions.c:do_output().Jesse Gross
2011-09-21datapath: Send to userspace errors shouldn't halt processing.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-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-15Set MTU in userspace rather than kernel.Justin Pettit
2011-09-14datapath: Fix tunnel lookupPravin Shelar
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: add key support to CAPWAP tunnelValient Gough
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-09-09datapath: Fix br_nlmsg_sizePravin Shelar
2011-09-08datapath: Allow a packet with no input port to omit OVS_KEY_ATTR_IN_PORT.Ben Pfaff
2011-09-08datapath: Calculate flow hash after extracting metadata.Jesse Gross
2011-09-08Strip down vport interface : iflinkPravin Shelar
2011-09-01datapath: genl_notify() on port disappearances.Ethan Jackson
2011-08-28datapath: Disable LRO from userspace instead of the kernel.Justin Pettit
2011-08-22datapath: Remove unneeded { } around single statement.Ben Pfaff
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-18datapath: Correct comment for vport_add().Justin Pettit
2011-08-03ovs-dpctl: Show number of flowsSimon Horman
2011-08-02datapath: Allow the number of hash entries to exceed TBL_MAX_BUCKETSSimon Horman
2011-08-02datapath: Allow table to expand to have TBL_MAX_BUCKETS bucketsSimon Horman
2011-07-28datapath: Backport flex_arrays.Jesse Gross
2011-07-28datapath: Don't pass __GFP_ZERO to kmalloc on older kernels.Jesse Gross
2011-07-28datapath: Backport reciprocal division.Jesse Gross
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-07-26datapath: Add missing targets to avoid failure on e.g. "make TAGS".Ben Pfaff
2011-07-12datapath: An expanded table should be larger than its predecessorSimon Horman
2011-06-30tunneling: Force selection of an IP ID with GRE.Jesse Gross
2011-06-29datapath: Support Linux 3.0Simon Horman
2011-06-24datapath: Rename linux-2.6 and compat-2.6 directories.Jesse Gross