[ovs-git] Open vSwitch: datapath: Ensure packet length matches headers during checksum setup. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Apr 30 18:37:54 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  e1c1de3922cddb59775e819b47c421f90f364214 (commit)
      from  ceb4559f662c12eeb2bf9e4665ec88e96d990752 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1c1de3922cddb59775e819b47c421f90f364214
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e1c1de3922cddb59775e819b47c421f90f364214
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Ensure packet length matches headers during checksum setup.
		
During the setup of checksumming pointers we need to make sure that
the transport headers are in the skb linear data area.  However, we
don't currently verify that the lengths in the packet headers are
within the size of the packet.  This makes that check before a
BUG() check does it for us.

CC: "Nick Couchman" <Nick.Couchman at seakr.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/datapath.c |   23 +++++------------------
 1 files changed, 5 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list