Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   thorpej
Date:           Mon Sep 17 17:27:01 UTC 2001

Modified Files:
        syssrc/sys/net: if.c if.h
        syssrc/sys/netinet: ip_fil.c ip_flow.c ip_input.c ip_output.c
            tcp_input.c udp_usrreq.c

Log Message:
Split the pre-computed ifnet checksum flags into Tx and Rx directions.
Add capabilities bits that indicate an interface can only perform
in-bound TCPv4 or UDPv4 checksums.  There is at least one Gig-E chip
for which this is true (Level One LXT-1001), and this is also the
case for the Intel i82559 10/100 Ethernet chips.


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 syssrc/sys/net/if.c
cvs rdiff -r1.73 -r1.74 syssrc/sys/net/if.h
cvs rdiff -r1.68 -r1.69 syssrc/sys/netinet/ip_fil.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/netinet/ip_flow.c
cvs rdiff -r1.136 -r1.137 syssrc/sys/netinet/ip_input.c
cvs rdiff -r1.87 -r1.88 syssrc/sys/netinet/ip_output.c
cvs rdiff -r1.130 -r1.131 syssrc/sys/netinet/tcp_input.c
cvs rdiff -r1.83 -r1.84 syssrc/sys/netinet/udp_usrreq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index