aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-10datapath: Mark functions "static".Ben Pfaff
2010-02-10datapath: When adding a port, return the new port number to userspace.Ben Pfaff
2010-02-08datapath: Set Nicira random address in the datapath.Jesse Gross
2010-02-08gre: Fix use after free in netns compatibility layer.Jesse Gross
2010-02-08Fix some regressions from the merge from master.Jesse Gross
2010-02-05Merge branch 'next' of repo.nicira.com:/srv/git/openvswitch into nextJustin Pettit
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-04gre: Simplify net namespace operations.Jesse Gross
2010-02-04gre: Net namespace identifiers are read_mostly.Jesse Gross
2010-02-04gre: Network namespace upon device creation.Jesse Gross
2010-02-04gre: Optimize multiple unregistration.Jesse Gross
2010-02-04gre: Convert locking to RCU.Jesse Gross
2010-02-04gre: Optimize tx path.Jesse Gross
2010-02-04gre: Unify IPTUNNEL_XMIT across kernel versions.Jesse Gross
2010-02-02datapath: Set datapath device MTU to minimum of MTU of ports.Jesse Gross
2010-01-26datapath: Fix compilation on newer old-style Xen kernels.Jesse Gross
2010-01-26datapath: Support CHECKSUM_PARTIAL on older kernels.Jesse Gross
2010-01-26datapath: Transport port is not part of psuedoheader.Jesse Gross
2010-01-26datapath: Handle packets with precomputed checksums.Jesse Gross
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-25datapath: Clean up vswitch_skb_checksum_setup().Ben Pfaff
2010-01-20sflow: Fix sFlow sampling structure.Ben Pfaff
2010-01-15gre: Add support for destroying GRE devices.Jesse Gross
2010-01-15gre: Workarounds for large packets over GREJesse Gross
2010-01-13datapath: Disable preemption updating per-CPU data in dp_dev_recv().Ben Pfaff
2010-01-08Improve comments on interpretation of sFlow sampling probabilities.Ben Pfaff
2010-01-08datapath: Improve comments on struct dp_stats_percpu.Ben Pfaff
2010-01-04datapath: Add missing definitions for building GRE on older kernelsJustin Pettit
2010-01-04Initial implementation of sFlow.Ben Pfaff
2009-12-10Update .gitignore filesJustin Pettit
2009-12-07gre: Add kernel GRE support.Jesse Gross
2009-12-07gre: Compatibility with older Linux kernel versions.Jesse Gross
2009-11-19datapath: Use HAVE_PROTO_DATA_VALID when defining vswitch_skb_checksum_setupIan Campbell
2009-11-18datapath: Fix warning building datapath on pre-2.6.24 kernels.Ben Pfaff
2009-11-18datapath: Check for proto_data_valid member instead of kernel version.Ben Pfaff
2009-11-18Merge citrix branch into master.Ben Pfaff
2009-11-18datapath: Allow minimum headroom to be set when copying buffers.Jesse Gross
2009-11-18datapath: Copy Xen's checksumming fields when doing skb_copy.Jesse Gross
2009-11-18datapath: Fix build with kernel header layout recently adopted by Debian.Ben Pfaff
2009-11-17datapath: Remove unused print_flow() functionJustin Pettit
2009-11-16datapath: Cleanup tab/space issues in datapathJustin Pettit
2009-11-16datapath: Calculate proper checksum for set_tp_src/dst actionJustin Pettit
2009-11-10Merge citrix branch into master.Jesse Gross
2009-11-06datapath: Allow TCP flags to be cleared.Jesse Gross
2009-11-02datapath: Allow TCP flags to be cleared.Jesse Gross
2009-10-26Spell verb form of "set up" correctly throughout the tree.Ben Pfaff
2009-10-22Merge "citrix" into "master".Ben Pfaff
2009-10-15datapath: Fix build with Linux 2.6.31.Ben Pfaff