[net-next-2.6 PATCH v8 0/7] TCPCT part 1: cookie option exchange

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: William Allen Simpson
Date: Wednesday, December 2, 2009 - 9:04 pm

Initiator                            Responder
=========                            =========
<SYN>                          ->
Cookie
                                 <-   <SYN,ACK(SYN)>
                                      Cookie
                                      optional data


V8:
Updated to patch cleanly with recent large commits.

Compiled and lightly tested.  Awaiting performance testing results.

Cosmetic changes, based on review by David Miller.

Merged some part 2 code to relieve ennui.


V7:
Updated to patch cleanly with recent large commits.

Compiled and lightly tested.  Awaiting performance testing results.

Revised RCU spinlocks, based on review by Eric and Joe.

Trivial savings of 2 if tests, based on review by Joe.

Cosmetic changes to comment blocks, based on review by Eric.

Processing optional SYNACK data removed until later.


V6:
The new TCP_MSS_* symbols are now in an entirely separate patch.  Applied.

Updated and reorganized to split the code base into several pieces, as
requested by Eric.  No significant changes.

...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[net-next-2.6 PATCH v8 0/7] TCPCT part 1: cookie option ex ..., William Allen Simpson, (Wed Dec 2, 9:04 pm)
Re: [net-next-2.6 PATCH v8 1/7] TCPCT part 1a: add request ..., William Allen Simpson, (Wed Dec 2, 9:07 pm)
Re: [net-next-2.6 PATCH v8 2/7] TCPCT part 1b: generate Re ..., William Allen Simpson, (Wed Dec 2, 9:12 pm)
Re: [net-next-2.6 PATCH v8 3/7] TCPCT part 1c: sysctl_tcp_ ..., William Allen Simpson, (Wed Dec 2, 9:14 pm)
Re: [net-next-2.6 PATCH v8 4/7] TCPCT part 1d: define TCP ..., William Allen Simpson, (Wed Dec 2, 9:17 pm)
Re: [net-next-2.6 PATCH v8 5/7] TCPCT part 1e: implement s ..., William Allen Simpson, (Wed Dec 2, 9:19 pm)
Re: [net-next-2.6 PATCH v8 6/7] TCPCT part 1f: Initiator C ..., William Allen Simpson, (Wed Dec 2, 9:23 pm)
Re: [net-next-2.6 PATCH v8 7/7] TCPCT part 1g: Responder C ..., William Allen Simpson, (Wed Dec 2, 9:25 pm)