aboutsummaryrefslogtreecommitdiff
path: root/datapath/vport-gre.c
AgeCommit message (Expand)Author
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2012-01-20datapath: Correct GRE checksum offset.Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-09-30datapath: Streamline tunnel port lookupPravin Shelar
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-30tunneling: Force selection of an IP ID with GRE.Jesse Gross
2011-03-10tunneling: Rely on protocol handles to parse ToS.Jesse Gross
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-01-27datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff
2011-01-27datapath: Change vport type from string to integer enumeration.Ben Pfaff
2010-12-28datapath: Return vport configuration when queried.Justin Pettit
2010-12-13datapath: Correct byte order annotations.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-03datapath: Encapsulate parameters for new vports in new struct vport_parms.Ben Pfaff
2010-12-02tunnels: Mark tnl_ops as static.Jesse Gross
2010-12-02datapath: Constify ops structures.Jesse Gross
2010-09-22datapath: Add tunnel header caching.Jesse Gross
2010-08-30treewide: Use pr_fmt and pr_<level>Joe Perches
2010-08-24datapath: Add support for tunnel fragmentation.Jesse Gross
2010-08-24datapath: Abstract tunneling implementation from GRE.Jesse Gross
2010-08-23datapath: rtable may not have a u. memberSimon Horman
2010-08-20gre: Don't require incoming checksum.Jesse Gross
2010-07-15gre: Use struct for parsing GRE header.Jesse Gross
2010-07-15gre: Wait for an RCU grace period before freeing port.Jesse Gross
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross
2010-07-13gre: Fix headroom calculation.Jesse Gross
2010-06-18datapath: Compute checksum while sending packets to userspace().Jesse Gross
2010-06-18datapath: Check vswitch_skb_checksum_setup() return code.Jesse Gross
2010-06-11gre: Improve headroom calculation to reducing copying.Jesse Gross
2010-06-10vport: Move 'extern' declarations of vports to header.Jesse Gross
2010-05-19gre: Check whether IPv6 is compiled into the kernel.Jesse Gross
2010-05-18vport: Extract common functions for virtual devices.Jesse Gross
2010-05-14datapath: Don't expect bottom-halves to be disabled.Jesse Gross
2010-05-10gre: Include route headers in headroom calculation.Jesse Gross
2010-05-07datapath: Enable offloading on internal devices.Jesse Gross
2010-04-26gre: Ensure skb properties are consistently set.Jesse Gross
2010-04-21gre: Fix ICMP translation for path MTU discovery.Jesse Gross
2010-04-19tunneling: Add datapath GRE support.Jesse Gross