aboutsummaryrefslogtreecommitdiff
path: root/datapath/actions.c
AgeCommit message (Expand)Author
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27datapath: Avoid accesses past the end of skbuff data in actions.Ben Pfaff
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-07-30datapath: Remove redundant checks on SKBs.Jesse Gross
2010-07-15datapath: Don't update flow key when applying actions.Jesse Gross
2010-07-15datapath: Don't set tunnel_id in a function.Jesse Gross
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross
2010-07-13datapath: Move over-MTU checking into vport_send().Jesse Gross
2010-06-18datapath: Check vswitch_skb_checksum_setup() return code.Jesse Gross
2010-06-17Implement QoS framework.Ben Pfaff
2010-04-19datapath: Add function to copy skb checksum bits.Jesse Gross
2010-04-19datapath: Add generic virtual port layer.Jesse Gross
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-03-15datapath: Consistently maintain flow key.Jesse Gross
2010-03-15datapath: Validate ToS when flow is added.Jesse Gross
2010-03-05datapath: Update hardware computed checksum on VLAN change.Jesse Gross
2010-02-28datapath: Consistently maintain checksum offloading state.Jesse Gross
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20datapath: Set the correct bits for OFPAT_SET_NW_TOS action.Ben Pfaff
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-12Use VLAN_PCP_SHIFT consistently, instead of open-coding "13".Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
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-20sflow: Fix sFlow sampling structure.Ben Pfaff
2010-01-04Initial implementation of sFlow.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-16datapath: Cleanup tab/space issues in datapathJustin Pettit
2009-11-16datapath: Calculate proper checksum for set_tp_src/dst actionJustin Pettit
2009-08-18datapath: Only call skb_checksum_setup on 2.6.18 && Xen.Ian Campbell
2009-07-06datapath: Drop unneeded local variable initialization.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff