cvs commit: src/sys/netinet ip_input.c

Oleg Bulyzhin oleg at FreeBSD.org
Tue Feb 7 03:48:11 PST 2006


oleg        2006-02-07 11:48:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including
  pseudo header) hardware rx checksum offloading ip_reass() fails to calculate
  TCP/UDP checksum for reassembled packet correctly.  This also should fix
  recent 'NFS over UDP over bge' issue exposed by if_bge.c rev. 1.123
  
  Reviewed by:    sam (earlier version), bde
  Approved by:    glebius (mentor)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.315     +7 -0      src/sys/netinet/ip_input.c


More information about the cvs-src mailing list