summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fully parenthesize ACTION macro.Ben Pfaff2011-10-241-1/+1
* datapath: Fix wrong indentation.Ben Pfaff2011-10-241-1/+1
* datapath: Add multicast tunnel support.Ben Pfaff2011-10-243-22/+100
* datapath: Disallow unknown attributes on OVS_ACTION_ATTR_SAMPLE action.Ben Pfaff2011-10-241-14/+19
* datapath: Define constants for versions of GENL families.Jesse Gross2011-10-231-4/+4
* datapath: Use kfree_skb() only on error paths.Ben Pfaff2011-10-211-1/+1
* datapath: Fix uninitialized variable warning.Jesse Gross2011-10-211-3/+3
* vport-capwap: Fix use-after-free on error path.Ben Pfaff2011-10-211-3/+3
* Implement new fragment handling policy.Ben Pfaff2011-10-215-151/+239
* datapath: Refactor actions in terms of match fields.Pravin B Shelar2011-10-214-134/+216
* datapath: Update supported kernel check.Pravin B Shelar2011-10-211-2/+2
* tunnel: Handle hh_cache access for Linux kernel 3.1Pravin B Shelar2011-10-211-2/+15
* tunnel: hh_cache access cleanupPravin B Shelar2011-10-212-18/+30
* datapath: Fix tunnel reconfiguration that does not change key data.Ben Pfaff2011-10-181-0/+2
* datapath: Reject attempts to change vport type with OVS_VPORT_CMD_SET.Ben Pfaff2011-10-181-1/+3
* datapath: Assert IFF_TX_SKB_SHARING on internal devices.Jesse Gross2011-10-182-0/+5
* datapath: Add version check for struct netdev_ops.Jesse Gross2011-10-181-0/+4
* datapath: Simplify tnl_find_port().Ben Pfaff2011-10-174-40/+33
* datapath: Avoid confusing tunnels that have different types.Ben Pfaff2011-10-171-4/+1
* datapath: Factor out repeated tnl_vport_to_vport() calls.Ben Pfaff2011-10-171-16/+16
* datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff2011-10-125-5/+5
* datapath: Require explicit upcall_pid for new datapaths and vports.Ben Pfaff2011-10-121-10/+5
* datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff2011-10-124-45/+68
* datapath: Remove RT kernel support.Pravin B Shelar2011-10-0611-155/+40
* datapath: Fix recv path for CONFIG_PREEMPT_RCU.Pravin B Shelar2011-10-061-1/+3
* datapath: Strip down vport interface - ifIndex.Pravin B Shelar2011-10-051-5/+0
* datapath: Fix tunnel hashing.Pravin B Shelar2011-10-042-2/+5
* datapath: Streamline tunnel port lookupPravin Shelar2011-09-303-87/+63
* datapath: Remove unused vlan constants.Jesse Gross2011-09-301-6/+0
* datapath: Avoid skb-clone in upcallPravin Shelar2011-09-292-44/+30
* datapath: Avoid use-after-free error in dp_device_event().Ben Pfaff2011-09-291-1/+1
* sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar2011-09-285-91/+93
* datapath: Fix OVS build failure on older kernelPravin Shelar2011-09-261-0/+3
* datapath: Use unicast Netlink sockets for upcalls.Jesse Gross2011-09-235-65/+57
* datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.Jesse Gross2011-09-211-1/+1
* datapath: Cleanup actions.c:do_output().Jesse Gross2011-09-211-12/+11
* datapath: Send to userspace errors shouldn't halt processing.Jesse Gross2011-09-211-1/+1
* datapath: Correctly validate vport attributes on old kernels.Jesse Gross2011-09-201-2/+2
* datapath: Remove check for shared skbs.Jesse Gross2011-09-201-2/+0
* datapath: Fully initialize datapath before local port.Jesse Gross2011-09-202-25/+55
* datapath: Correctly set error code in queue_userspace_packets().Jesse Gross2011-09-191-1/+4
* datapath: Hardcode vport multicast group ID on older kernels.Ethan Jackson2011-09-161-1/+10
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-1511-221/+71
* Set MTU in userspace rather than kernel.Justin Pettit2011-09-158-101/+0
* datapath: Fix tunnel lookupPravin Shelar2011-09-141-1/+1
* datapath: Set vport in skb when executed from userspace.Jesse Gross2011-09-141-0/+5
* datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar2011-09-121-8/+0
* datapath: add key support to CAPWAP tunnelValient Gough2011-09-094-45/+265
* datapath: Improve kernel hash tablePravin Shelar2011-09-0915-780/+390
* datapath: VLAN actions should use push/pop semanticsPravin Shelar2011-09-096-32/+188