aboutsummaryrefslogtreecommitdiff
path: root/datapath/tunnel.c
AgeCommit message (Expand)Author
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2011-12-02datapath: Remove custom version of ipv6_skip_exthdr().Jesse Gross
2011-11-30datapath: Don't use ipv6_addr_copy().Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-10datapath: remove actions.hPravin B Shelar
2011-11-10datapath: Don't use Nicira's OUI for generating mac-address.Pravin B Shelar
2011-11-08datapath: Update kernel support to 3.2.Pravin B Shelar
2011-11-07tunneling: Separate out multicast port pools.Jesse Gross
2011-11-07tunneling: Reduce priority of multicast tunnels.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21tunnel: Handle hh_cache access for Linux kernel 3.1Pravin B Shelar
2011-10-21tunnel: hh_cache access cleanupPravin B Shelar
2011-10-18datapath: Fix tunnel reconfiguration that does not change key data.Ben Pfaff
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-10-17datapath: Avoid confusing tunnels that have different types.Ben Pfaff
2011-10-17datapath: Factor out repeated tnl_vport_to_vport() calls.Ben Pfaff
2011-10-06datapath: Remove RT kernel support.Pravin B Shelar
2011-10-04datapath: Fix tunnel hashing.Pravin B Shelar
2011-09-30datapath: Streamline tunnel port lookupPravin Shelar
2011-09-14datapath: Fix tunnel lookupPravin Shelar
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-02datapath: Allow the number of hash entries to exceed TBL_MAX_BUCKETSSimon Horman
2011-06-16datapath: Use consume_skb() on non-errors.Jesse Gross
2011-06-16datapath: Further mirror checksum offloading state on old kernels.Jesse Gross
2011-06-16tunneling: Avoid extra copying if expanding headroom.Jesse Gross
2011-05-18datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans
2011-04-29tunneling: Add df_default and df_inherit tunnel options.Andrew Evans
2011-03-31datapath: Update for changes in 2.6.39-rc1Simon Horman
2011-03-18datapath: Use ipv4_dst_hoplimit() instead of direct access.Jesse Gross
2011-03-10tunneling: Rely on protocol handles to parse ToS.Jesse Gross
2011-03-04tunneling: Don't leak dst on vlan tagging failure.Jesse Gross
2011-03-02datapath: Avoid duplicate test in tnl_free_linked_skbs().Ben Pfaff
2011-03-02datapath: Simplify send_frags().Ben Pfaff
2011-02-25datapath: call tnl_ops only after setting optionsValient Gough
2011-02-07datapath: Clear rxhash when using an action that may affect itSimon Horman
2011-02-07datapath: Use vlan acceleration for vlan operations.Jesse Gross
2011-02-07tunneling: Check refcount of each page in frags.Jesse Gross
2011-02-04tunneling: Always use skb->len for PMTUD.Jesse Gross
2011-02-04tunneling: Fix uninitialized variable warning in check_mtu.Jesse Gross
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-02-03tunneling: Simplify path MTU discovery logic.Jesse Gross
2011-01-27datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-06datapath: Distinguish set_config() functions' names.Ben Pfaff
2010-12-29datapath: Allocate vports in more RCU friendly manner.Jesse Gross
2010-12-29datapath: Add casts for direct freeing of RCU data.Jesse Gross