Datagram Congestion Control Protocol for Linux
Web
www.spinics.net
Date Index
[
Prev Page
][
Next Page
]
[Announce]: Server outage over Xmas holidays
,
Gerrit Renker
[DCCP] [PATCH 1/1]: Whitespace / outdated documentation
,
Gerrit Renker
Re: [DCCP] [PATCH 1/1]: Whitespace / outdated documentation
,
Arnaldo Carvalho de Melo
[PATCH] net/dccp/: Spelling fixes
,
Joe Perches
Re: [PATCH] net/dccp/: Spelling fixes
,
David Miller
[RFC]: Break up a patch in two (rfc3448bis changes to feedback reception)
,
Arnaldo Carvalho de Melo
Re: [RFC]: Break up a patch in two (rfc3448bis changes to feedback reception)
,
Gerrit Renker
DCCP source code
,
Ingemar Johansson S
Re: DCCP source code
,
Gerrit Renker
Re: DCCP source code
,
Ian McDonald
[PATCHES 0/12]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 01/12] [DCCP]: Perform SHUT_RD and SHUT_WR on receiving close
,
Arnaldo Carvalho de Melo
[PATCH 02/12] [DCCP]: Shift the retransmit timer for active-close into output.c
,
Arnaldo Carvalho de Melo
[PATCH 03/12] [DCCP]: Use maximum-RTO backoff from DCCP spec
,
Arnaldo Carvalho de Melo
[PATCH 04/12] [DCCP]: Support for server holding timewait state
,
Arnaldo Carvalho de Melo
[PATCH 05/12] [DCCP]: Collapse repeated `len' statements into one
,
Arnaldo Carvalho de Melo
[PATCH 06/12] [DCCP]: Allow to parse options on Request Sockets
,
Arnaldo Carvalho de Melo
[PATCH 07/12] [DCCP]: Add (missing) option parsing to request_sock processing
,
Arnaldo Carvalho de Melo
[PATCH 08/12] [DCCP]: Handle timestamps on Request/Response exchange separately
,
Arnaldo Carvalho de Melo
[PATCH 09/12] [DCCP]: Support inserting options during the 3-way handshake
,
Arnaldo Carvalho de Melo
[PATCH 10/12] [DCCP]: Remove unused and redundant validation functions
,
Arnaldo Carvalho de Melo
[PATCH 11/12] [DCCP]: Make code assumptions explicit
,
Arnaldo Carvalho de Melo
[PATCH 12/12] [DCCP]: Ignore feature negotiation on Data packets
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/12]: DCCP patches for 2.6.25
,
David Miller
[DCCP] [Announce]: Ack Vector Implementation Notes
,
Gerrit Renker
CCID4 Tree Updated
,
Gerrit Renker
[Announce]: Test results with latest CCID3 patch set
,
Gerrit Renker
Re: [Announce]: Test results with latest CCID3 patch set
,
Alessio Botta
Re: [Announce]: Test results with latest CCID3 patch set
,
Gerrit Renker
Re: [Announce]: Test results with latest CCID3 patch set
,
Arnaldo Carvalho de Melo
Re: [Announce]: Test results with latest CCID3 patch set
,
Alessio Botta
Re: [Announce]: Test results with latest CCID3 patch set
,
Arnaldo Carvalho de Melo
Re: [Announce]: Test results with latest CCID3 patch set
,
Alessio Botta
<Possible follow-ups>
Re: [Announce]: Test results with latest CCID3 patch set
,
Burak Gorkemli
Re: [Announce]: Test results with latest CCID3 patch set
,
Gerrit Renker
Re: [Announce]: Test results with latest CCID3 patch set
,
Burak Gorkemli
Re: [Announce]: Test results with latest CCID3 patch set
,
Gerrit Renker
Re: [Announce]: Test results with latest CCID3 patch set
,
Ian McDonald
Re: [Announce]: Test results with latest CCID3 patch set
,
Burak Gorkemli
Re: [Announce]: Test results with latest CCID3 patch set
,
Gerrit Renker
[PATCH 0/4] [TFRC]: Revised Loss Intervals Patches (macro-less, new swap function)
,
Gerrit Renker
[PATCH 1/4] [PATCH v2] [TFRC]: Put RX/TX initialisation into tfrc.c
,
Gerrit Renker
[PATCH 2/4] [PATCH v2] [TFRC]: Loss interval code needs the macros/inlines that were moved
,
Gerrit Renker
[PATCH 3/4] [PATCH v2] [TFRC]: Ringbuffer to track loss interval history
,
Gerrit Renker
[PATCH 4/4] [CCID3]: Redundant debugging output / documentation
,
Gerrit Renker
[PATCHES 0/3]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 1/3] [TFRC]: Whitespace cleanups
,
Arnaldo Carvalho de Melo
[PATCH 2/3] [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore
,
Arnaldo Carvalho de Melo
[PATCH 3/3] [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/3]: DCCP patches for 2.6.25
,
David Miller
<Possible follow-ups>
[PATCHES 0/3]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 1/3] [DCCP]: Documentation for CCID operations
,
Arnaldo Carvalho de Melo
[PATCH 2/3] [CCID]: More informative registration
,
Arnaldo Carvalho de Melo
[PATCH 3/3] [DCCP]: Introducing CCMPS
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/3]: DCCP patches for 2.6.25
,
David Miller
Re: [PATCHES 0/3]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 0/8] [DCCP]: Updates and fixes to ensure code works with recent changes
,
Gerrit Renker
[PATCH 1/8] [TFRC]: Whitespace cleanups
,
Gerrit Renker
[PATCH 2/8] [TFRC]: Put RX/TX initialisation into tfrc.c
,
Gerrit Renker
[PATCH 3/8] [TFRC/CCID3]: Remove now unused functions / function calls
,
Gerrit Renker
[PATCH 4/8] [TFRC]: Need separate entry_from_skb routine
,
Gerrit Renker
[PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved
,
Gerrit Renker
[PATCH 6/8] [PATCH v2] [TFRC]: Ringbuffer to track loss interval history
,
Gerrit Renker
[PATCH 7/8] [TFRC]: CCID3 (and CCID4) needs to access these inlines
,
Gerrit Renker
[PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Gerrit Renker
Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Arnaldo Carvalho de Melo
Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Gerrit Renker
Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Arnaldo Carvalho de Melo
Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Gerrit Renker
Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Arnaldo Carvalho de Melo
Re: [PATCH 8/8] [PATCH v2] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Gerrit Renker
Re: [PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved
,
Arnaldo Carvalho de Melo
Re: [PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved
,
Gerrit Renker
Re: [PATCH 5/8] [TFRC]: Loss interval code needs the macros/inlines that were moved
,
Arnaldo Carvalho de Melo
Re: [PATCH 3/8] [TFRC/CCID3]: Remove now unused functions / function calls
,
Arnaldo Carvalho de Melo
Re: [PATCH 2/8] [TFRC]: Put RX/TX initialisation into tfrc.c
,
Arnaldo Carvalho de Melo
Re: [PATCH 2/8] [TFRC]: Put RX/TX initialisation into tfrc.c
,
Gerrit Renker
Re: [PATCH 1/8] [TFRC]: Whitespace cleanups
,
Arnaldo Carvalho de Melo
[PATCHES 0/7]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 1/7] [TFRC]: Provide central source file and debug facility
,
Arnaldo Carvalho de Melo
[PATCH 2/7] [DCCP]: Introduce generic function to test for `data packets'
,
Arnaldo Carvalho de Melo
[PATCH 3/7] [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency
,
Arnaldo Carvalho de Melo
[PATCH 4/7] [TFRC]: Make the rx history slab be global
,
Arnaldo Carvalho de Melo
[PATCH 5/7] [TFRC]: Rename dccp_rx_ to tfrc_rx_
,
Arnaldo Carvalho de Melo
[PATCH 6/7] [CCID3]: The receiver of a half-connection does not set window counter values
,
Arnaldo Carvalho de Melo
[PATCH 7/7] [TFRC]: New rx history code
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/7]: DCCP patches for 2.6.25
,
David Miller
<Possible follow-ups>
[PATCHES 0/7]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 1/7] [TFRC]: Put RX/TX initialisation into tfrc.c
,
Arnaldo Carvalho de Melo
[PATCH 2/7] [TFRC]: Loss interval code needs the macros/inlines that were moved
,
Arnaldo Carvalho de Melo
[PATCH 3/7] [TFRC]: Ringbuffer to track loss interval history
,
Arnaldo Carvalho de Melo
[PATCH 4/7] [CCID3]: Redundant debugging output / documentation
,
Arnaldo Carvalho de Melo
[PATCH 5/7] [TFRC]: CCID3 (and CCID4) needs to access these inlines
,
Arnaldo Carvalho de Melo
[PATCH 6/7] [CCID3]: Interface CCID3 code with newer Loss Intervals Database
,
Arnaldo Carvalho de Melo
[PATCH 7/7] [TFRC]: Remove previous loss intervals implementation
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/7]: DCCP patches for 2.6.25
,
David Miller
[RFC2][PATCH 7/7] [TFRC]: New rx history code
,
Arnaldo Carvalho de Melo
Re: [RFC2][PATCH 7/7] [TFRC]: New rx history code
,
Gerrit Renker
Re: [RFC2][PATCH 7/7] [TFRC]: New rx history code
,
Arnaldo Carvalho de Melo
CCID4 subtree updated
,
Gerrit Renker
CCID4 Testing - Some Results
,
Gerrit Renker
CCID4 Testing - bug fix
,
Roksana Boreli
Re: CCID4 Testing - bug fix
,
Gerrit Renker
Re: CCID4 Testing - bug fix
,
Gerrit Renker
Re: CCID4 Testing - bug fix
,
Tommi Saviranta
[PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Gerrit Renker
[PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Gerrit Renker
[PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Gerrit Renker
[PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Gerrit Renker
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Arnaldo Carvalho de Melo
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Gerrit Renker
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Arnaldo Carvalho de Melo
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Arnaldo Carvalho de Melo
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Gerrit Renker
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Arnaldo Carvalho de Melo
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Arnaldo Carvalho de Melo
Re: [PATCH v2 0/3][BUG-FIX]: Test tree updates and bug fixes
,
Arnaldo Carvalho de Melo
[RFC][Resend][PATCH 0/7]: CCID3/TFRC RX history and loss intervals implementation
,
Gerrit Renker
[PATCH 1/6] [TFRC]: Provide central source file and debug facility
,
Gerrit Renker
[PATCH 2/6] [TFRC]: New RX history implementation
,
Gerrit Renker
[PATCH 3/6] [CCID3]: Hook up with new RX history interface
,
Gerrit Renker
[PATCH 4/6] [TFRC]: Remove old RX history interface
,
Gerrit Renker
[PATCH 5/6] [TFRC]: Ringbuffer to track loss interval history
,
Gerrit Renker
[PATCH 6/6] [CCID]: Interface CCID3 code with newer Loss Intervals Database
,
Gerrit Renker
[Announce]: Test tree up{dated,loaded}
,
Gerrit Renker
Re: [Announce]: Test tree up{dated,loaded}
,
Ian McDonald
Re: [Announce]: Test tree up{dated,loaded}
,
Leandro Sales
Re: [Announce]: Test tree up{dated,loaded}
,
Gerrit Renker
[RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Arnaldo Carvalho de Melo
[PATCH 1/7] [TFRC]: Provide central source file and debug facility
,
Arnaldo Carvalho de Melo
[PATCH 2/7] [DCCP]: Introduce generic function to test for `data packets'
,
Arnaldo Carvalho de Melo
[PATCH 3/7] [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency
,
Arnaldo Carvalho de Melo
[PATCH 4/7] [TFRC]: Make the rx history slab be global
,
Arnaldo Carvalho de Melo
[PATCH 5/7] [TFRC]: Rename dccp_rx_ to tfrc_rx_
,
Arnaldo Carvalho de Melo
[PATCH 6/7] [CCID3]: The receiver of a half-connection does not set window counter values
,
Arnaldo Carvalho de Melo
[PATCH 7/7] [TFRC] New rx history code
,
Arnaldo Carvalho de Melo
Re: [PATCH 7/7] [TFRC] New rx history code
,
Gerrit Renker
Re: [PATCH 7/7] [TFRC] New rx history code
,
Arnaldo Carvalho de Melo
[PATCH 7/7][TAKE 2][TFRC] New rx history code
,
Arnaldo Carvalho de Melo
Re: [PATCH 7/7][TAKE 2][TFRC] New rx history code
,
Gerrit Renker
Re: [PATCH 7/7] [TFRC] New rx history code
,
Gerrit Renker
Re: [PATCH 7/7] [TFRC] New rx history code
,
Arnaldo Carvalho de Melo
Re: [PATCH 7/7] [TFRC] New rx history code
,
Gerrit Renker
Re: [PATCH 5/7] [TFRC]: Rename dccp_rx_ to tfrc_rx_
,
Gerrit Renker
Re: [PATCH 4/7] [TFRC]: Make the rx history slab be global
,
Gerrit Renker
Re: [PATCH 3/7] [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency
,
Gerrit Renker
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Ian McDonald
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Gerrit Renker
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Arnaldo Carvalho de Melo
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Gerrit Renker
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Arnaldo Carvalho de Melo
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Gerrit Renker
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Gerrit Renker
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Arnaldo Carvalho de Melo
Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches
,
Gerrit Renker
[PATCH 1/1][TFRC]: Hide tx history details from the CCIDs
,
Arnaldo Carvalho de Melo
Re: [PATCH 1/1][TFRC]: Hide tx history details from the CCIDs
,
Herbert Xu
[RFC]: tfrc_tx_hist_rtt
,
Arnaldo Carvalho de Melo
Re: [RFC]: tfrc_tx_hist_rtt
,
Gerrit Renker
Re: [RFC]: tfrc_tx_hist_rtt
,
Arnaldo Carvalho de Melo
Re: [RFC]: tfrc_tx_hist_rtt
,
Gerrit Renker
[Announce]: Test-tree updated with 2.6.25 changes backported
,
Gerrit Renker
[PATCHES 0/5]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 1/5] [TFRC]: Migrate TX history to singly-linked lis
,
Arnaldo Carvalho de Melo
[PATCH 2/5] Use AF-independent rebuild_header routine
,
Arnaldo Carvalho de Melo
[PATCH 3/5] [DCCP]: Dedicated auxiliary states to support passive-close
,
Arnaldo Carvalho de Melo
[PATCH 4/5] [DCCP]: Integrate state transitions for passive-close
,
Arnaldo Carvalho de Melo
[PATCH 5/5] [DCCP]: Remove duplicate test for CloseReq
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/5]: DCCP patches for 2.6.25
,
Herbert Xu
<Possible follow-ups>
[PATCHES 0/5]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 1/5] [CCID3]: Use a function to update p_inv, and p is never used
,
Arnaldo Carvalho de Melo
[PATCH 2/5] [CCID3]: Remove two irrelevant states in TX feedback handling
,
Arnaldo Carvalho de Melo
[PATCH 3/5] [CCID3]: Implement rfc3448bis changes to feedback reception
,
Arnaldo Carvalho de Melo
[PATCH 4/5] [CCID3]: Nofeedback timer according to rfc3448bis
,
Arnaldo Carvalho de Melo
[PATCH 5/5] [DCCP]: Remove unused inline function
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/5]: DCCP patches for 2.6.25
,
David Miller
[PATCH 0/4]: Revised support for passive-close
,
Gerrit Renker
[PATCH 1/4]: Use AF-independent rebuild_header routine
,
Gerrit Renker
[PATCH 2/4]: Dedicated auxiliary states to support passive-close
,
Gerrit Renker
[PATCH 3/4]: Integrate state transitions for passive-close
,
Gerrit Renker
[PATCH 4/4]: Remove duplicate test for CloseReq
,
Gerrit Renker
Re: [PATCH 4/4]: Remove duplicate test for CloseReq
,
Arnaldo Carvalho de Melo
Re: [PATCH 3/4]: Integrate state transitions for passive-close
,
Arnaldo Carvalho de Melo
Re: [PATCH 2/4]: Dedicated auxiliary states to support passive-close
,
Arnaldo Carvalho de Melo
Re: [PATCH 1/4]: Use AF-independent rebuild_header routine
,
Arnaldo Carvalho de Melo
[PATCH v2 1/1]
,
Gerrit Renker
[PATCHES 0/18]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 01/18] [ACKVEC]: Reduce length of identifiers
,
Arnaldo Carvalho de Melo
[PATCH 02/18] [CCID2]: Bug in reading Ack Vectors
,
Arnaldo Carvalho de Melo
[PATCH 03/18] [CCID2]: Fix sequence number arithmetic/comparisons
,
Arnaldo Carvalho de Melo
[PATCH 04/18] [CCID2]: Don't assign negative values to Ack Ratio
,
Arnaldo Carvalho de Melo
[PATCH 05/18] [CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd
,
Arnaldo Carvalho de Melo
[PATCH 06/18] [DCCP]: Initialize dccp_sock before calling the ccid constructors
,
Arnaldo Carvalho de Melo
[PATCH 07/18] [CCID2]: Larger initial windows also for CCID2
,
Arnaldo Carvalho de Melo
[PATCH 08/18] [CCID2]: Disable broken Ack Ratio adaptation algorithm
,
Arnaldo Carvalho de Melo
[PATCH 09/18] [CCID2]: Remove unused variable
,
Arnaldo Carvalho de Melo
[PATCH 10/18] [CCID2]: Replace read-only variable with constant
,
Arnaldo Carvalho de Melo
[PATCH 11/18] [CCID2]: Replace cwnd assignment-function with assignment
,
Arnaldo Carvalho de Melo
[PATCH 12/18] [CCID2]: Replace pipe assignment-function with assignment
,
Arnaldo Carvalho de Melo
[PATCH 13/18] [CCID2]: Redundant debugging output
,
Arnaldo Carvalho de Melo
[PATCH 14/18] [CCID2]: Remove redundant synchronisation variable
,
Arnaldo Carvalho de Melo
[PATCH 15/18] [CCID2]: Remove redundant ack-counting variable
,
Arnaldo Carvalho de Melo
[PATCH 16/18] [CCID2]: Remove misleading comment
,
Arnaldo Carvalho de Melo
[PATCH 17/18] [DCCP]: Check for unread data on close
,
Arnaldo Carvalho de Melo
[PATCH 18/18] [DCCP]: Add support for abortive release
,
Arnaldo Carvalho de Melo
Re: [PATCH 06/18] [DCCP]: Initialize dccp_sock before calling the ccid constructors
,
Gerrit Renker
Re: [PATCHES 0/18]: DCCP patches for 2.6.25
,
Herbert Xu
TX history patches was: Re: Test tree patch inventory - update
,
Arnaldo Carvalho de Melo
Re: TX history patches was: Re: Test tree patch inventory - update
,
Gerrit Renker
Re: TX history patches was: Re: Test tree patch inventory - update
,
Arnaldo Carvalho de Melo
Re: TX history patches was: Re: Test tree patch inventory - update
,
Gerrit Renker
Re: Test tree patch inventory - update: batch 5
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update: batch #4
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update: batch #4
,
Arnaldo Carvalho de Melo
[PATCHES 0/11]: DCCP patches for 2.6.25
,
Arnaldo Carvalho de Melo
[PATCH 01/11] [CCID3]: Revert use of MSS instead of s
,
Arnaldo Carvalho de Melo
[PATCH 02/11] [CCID3]: Ignore trivial amounts of elapsed time
,
Arnaldo Carvalho de Melo
[PATCH 03/11] [CCID3]: Accurately determine idle & application-limited periods
,
Arnaldo Carvalho de Melo
[PATCH 04/11] [CCID3]: Inline for moving average
,
Arnaldo Carvalho de Melo
[PATCH 05/11] [DCCP]: Make PARTOPEN an autonomous state
,
Arnaldo Carvalho de Melo
[PATCH 06/11] [DCCP]: Honour and make use of shutdown option set by user
,
Arnaldo Carvalho de Melo
[PATCH 07/11] [DCCP]: Update documentation
,
Arnaldo Carvalho de Melo
[PATCH 08/11] [DCCP]: Promote CCID2 as default CCID
,
Arnaldo Carvalho de Melo
[PATCH 09/11] [DCCP]: Remove redundant dependency on IP_DCCP
,
Arnaldo Carvalho de Melo
[PATCH 10/11] [DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request also
,
Arnaldo Carvalho de Melo
[PATCH 11/11] [DCCP]: Update documentation on ioctls
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/11]: DCCP patches for 2.6.25
,
Herbert Xu
Re: Test tree patch inventory - update: 3rd batch
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update: 3rd batch
,
Gerrit Renker
Re: Test tree patch inventory - update: 3rd batch
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update
,
Gerrit Renker
Re: Test tree patch inventory - update
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update
,
Gerrit Renker
<Possible follow-ups>
Re: Test tree patch inventory - update
,
Arnaldo Carvalho de Melo
Re: Test tree patch inventory - update
,
Gerrit Renker
[RFC]: Withdrawal of passive-close patches
,
Gerrit Renker
RE: [RFC]: Withdrawal of passive-close patches
,
vladimir.moltchanov
Re: [RFC]: Withdrawal of passive-close patches
,
Gerrit Renker
Re: [RFC]: Withdrawal of passive-close patches
,
Gerrit Renker
Re: Passive-close patches
,
Gerrit Renker
[PATCH 51/59] net/dccp: Add missing "space"
,
Joe Perches
Re: [PATCH 51/59] net/dccp: Add missing "space"
,
David Miller
[PATCH 0/16]: Less is more - CCID3 patch set revised
,
Gerrit Renker
[PATCH 01/16] [CCID3]: Revert use of MSS instead of s
,
Gerrit Renker
[PATCH 02/16] [CCID3]: Ignore trivial amounts of elapsed time
,
Gerrit Renker
[PATCH 03/16] [CCID3]: Accurately determine idle & application-limited periods
,
Gerrit Renker
[PATCH 04/16] [CCID3]: Inline for moving average
,
Gerrit Renker
[PATCH 05/16] [TFRC]: Migrate TX history to singly-linked list
,
Gerrit Renker
[PATCH 06/16] [TFRC]: Remove old (doubly-linked list) TX history
,
Gerrit Renker
[PATCH 07/16] [TFRC]: Provide central source file and debug facility
,
Gerrit Renker
[PATCH 08/16] [TFRC]: New RX history implementation
,
Gerrit Renker
[PATCH 09/16] [CCID3]: Hook up with new RX history interface
,
Gerrit Renker
[PATCH 10/16] [TFRC]: Remove old RX history interface
,
Gerrit Renker
[PATCH 11/16] [TFRC]: Ringbuffer to track loss interval history
,
Gerrit Renker
[PATCH 12/16] [CCID]: Interface CCID3 code with newer Loss Intervals Database
,
Gerrit Renker
[PATCH 13/16] [TFRC]: Remove previous loss intervals implementation
,
Gerrit Renker
[PATCH 14/16] [CCID 3]: Use a function to update p_inv, and p is never used
,
Gerrit Renker
[PATCH 15/16] [CCID 3]: Implement rfc3448bis changes to feedback reception
,
Gerrit Renker
[PATCH 16/16] [CCID 3]: Nofeedback timer according to rfc3448bis
,
Gerrit Renker
Iperf IPv6 bug
,
Gerrit Renker
[PATCH 9/9] [CCID2]: Remove misleading comment
,
Gerrit Renker
[RFC]: Removal of spinlocks/rw_locks in ccid3.c / packet_history.c:
,
Gerrit Renker
Re: [RFC]: Removal of spinlocks/rw_locks in ccid3.c / packet_history.c:
,
Arnaldo Carvalho de Melo
Re: [RFC]: Removal of spinlocks/rw_locks in ccid3.c / packet_history.c:
,
Gerrit Renker
Re: [RFC]: Removal of spinlocks/rw_locks in ccid3.c / packet_history.c
,
Gerrit Renker
[Announce]: Test Tree and CCID4 Tree updated
,
Gerrit Renker
Re: [Announce]: Test Tree and CCID4 Tree updated
,
Łeandro Sales
Re: [PATCH 9/9] [CCID2]: Remove misleading comment
,
Ian McDonald
[PATCH 8/9] [CCID2]: Remove redundant ack-counting variable
,
Gerrit Renker
Re: [PATCH 8/9] [CCID2]: Remove redundant ack-counting variable
,
Ian McDonald
[PATCH 7/9] [CCID2]: Remove redundant synchronisation variable
,
Gerrit Renker
Re: [PATCH 7/9] [CCID2]: Remove redundant synchronisation variable
,
Ian McDonald
[PATCH 6/9] [CCID2]: Redundant debugging output
,
Gerrit Renker
Re: [PATCH 6/9] [CCID2]: Redundant debugging output
,
Ian McDonald
[PATCH 5/9] [CCID2]: Replace pipe assignment-function with assignment
,
Gerrit Renker
Re: [PATCH 5/9] [CCID2]: Replace pipe assignment-function with assignment
,
Ian McDonald
[PATCH 4/9] [CCID2]: Replace cwnd assignment-function with assignment
,
Gerrit Renker
Re: [PATCH 4/9] [CCID2]: Replace cwnd assignment-function with assignment
,
Ian McDonald
[PATCH 3/9] [CCID2]: Replace read-only variable with constant
,
Gerrit Renker
Re: [PATCH 3/9] [CCID2]: Replace read-only variable with constant
,
Ian McDonald
[PATCH 2/9] [CCID2]: Remove unused variable
,
Gerrit Renker
Re: [PATCH 2/9] [CCID2]: Remove unused variable
,
Ian McDonald
[PATCH 1/9] [CCID2]: Disable broken Ack Ratio adaptation algorithm
,
Gerrit Renker
Re: [PATCH 1/9] [CCID2]: Disable broken Ack Ratio adaptation algorithm
,
Ian McDonald
[PATCH 0/9]: CCID2 fixes part 2/2
,
Gerrit Renker
DCCP and GStreamer: File descriptor sharing
,
Łeandro Sales
Re: DCCP and GStreamer: File descriptor sharing
,
Arnaldo Carvalho de Melo
[PATCH 25/25] Final adjustments to ccid3.c, ccid4.c and lib/tfrc_ccids.c
,
Leandro
Re: [PATCH 25/25] Final adjustments to ccid3.c, ccid4.c and lib/tfrc_ccids.c
,
Tommi Saviranta
Re: [PATCH 25/25] Final adjustments to ccid3.c, ccid4.c and lib/tfrc_ccids.c
,
Łeandro Sales
[PATCH 24/25] Final adjustments to probe.c to use tfrc_ccids
,
Leandro
Re: [PATCH 24/25] Final adjustments to probe.c to use tfrc_ccids
,
Tommi Saviranta
[PATCH 23/25] Include ccid-4 to be visible for the DCCP feature negotiation mechanism
,
Leandro
Re: [PATCH 23/25] Include ccid-4 to be visible for the DCCP feature negotiation mechanism
,
Ian McDonald
Re: [PATCH 23/25] Include ccid-4 to be visible for the DCCP feature negotiation mechanism
,
Gerrit Renker
[PATCH 21/25] Share ccid3_rx_state_name function via tfrc_ccids
,
Leandro
Re: [PATCH 21/25] Share ccid3_rx_state_name function via tfrc_ccids
,
Tommi Saviranta
[PATCH 22/25] Minor adjustments to probe.c to use tfrc_ccids
,
Leandro
Re: [PATCH 22/25] Minor adjustments to probe.c to use tfrc_ccids
,
Tommi Saviranta
[PATCH 20/25] Share ccid3_hc_tx_update_win_count function via tfrc_ccids
,
Leandro
Re: [PATCH 20/25] Share ccid3_hc_tx_update_win_count function via tfrc_ccids
,
Tommi Saviranta
[PATCH 19/25] Share ccid3_hc_tx_idle_rtt function via tfrc_ccids
,
Leandro
Re: [PATCH 19/25] Share ccid3_hc_tx_idle_rtt function via tfrc_ccids
,
Tommi Saviranta
[PATCH 18/25] Share rfc3390_initial_rate function via tfrc_ccids
,
Leandro
Re: [PATCH 18/25] Share rfc3390_initial_rate function via tfrc_ccids
,
Tommi Saviranta
[PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
,
Leandro
Re: [PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
,
Tommi Saviranta
Re: [PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
,
Gerrit Renker
Re: [PATCH 17/25] Share ccid3_tx_state_name function via tfrc_ccids
,
Łeandro Sales
[PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
,
Leandro
Re: [PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
,
Gerrit Renker
Re: [PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
,
Łeandro Sales
Re: [PATCH 16/25] Share ccid3_hc_rx_sock struct and ccid3_hc_rx_sk function via tfrc_ccids
,
Gerrit Renker
[PATCH 15/25] Share ccid3_hc_tx_sock struct and ccid3_hc_tx_sk function via tfrc_ccids
,
Leandro
[PATCH 14/25] Basic implementation for ccid-4 dropped packet option
,
Leandro
Re: [PATCH 14/25] Basic implementation for ccid-4 dropped packet option
,
Arnaldo Carvalho de Melo
[PATCH 13/25] Share TFRC feedback types struct via tfrc_ccids
,
Leandro
Re: [PATCH 13/25] Share TFRC feedback types struct via tfrc_ccids
,
Tommi Saviranta
[PATCH 10/25] Share ccid-3 options enum and struct via tfrc_ccids
,
Leandro
Re: [PATCH 10/25] Share ccid-3 options enum and struct via tfrc_ccids
,
Tommi Saviranta
Re: [PATCH 10/25] Share ccid-3 options enum and struct via tfrc_ccids
,
Ian McDonald
[PATCH 12/25] Share TFRC receiver states via tfrc_ccids
,
Leandro
Re: [PATCH 12/25] Share TFRC receiver states via tfrc_ccids
,
Tommi Saviranta
Re: [PATCH 12/25] Share TFRC receiver states via tfrc_ccids
,
Gerrit Renker
[PATCH 11/25] Share TFRC sender states via tfrc_ccids
,
Leandro
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
,
Tommi Saviranta
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
,
Ian McDonald
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
,
Ian McDonald
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
,
Gerrit Renker
Re: [PATCH 11/25] Share TFRC sender states via tfrc_ccids
,
Łeandro Sales
[PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
,
Leandro
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
,
Tommi Saviranta
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
,
Łeandro Sales
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
,
Tommi Saviranta
Re: [PATCH 9/25] Adapt CCID-4 according to the latest changes to CCID-3
,
Gerrit Renker
[PATCH 8/25] Share common header files and defines between ccid-3/ccid-4
,
Leandro
Re: [PATCH 8/25] Share common header files and defines between ccid-3/ccid-4
,
Ian McDonald
[PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
,
Leandro
Re: [PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
,
Tommi Saviranta
Message not available
[PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
,
Łeandro Sales
Re: [PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
,
Gerrit Renker
Re: [PATCH 7/25] Initial lib for sharing common code between ccid-3/ccid-4
,
Ian McDonald
[PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Leandro
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Ian McDonald
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Gerrit Renker
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Tommi Saviranta
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Gerrit Renker
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Tommi Saviranta
Re: [PATCH 6/25] Reduce allowed sending rate by a factor that accounts for packet header size
,
Gerrit Renker
[PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
,
Leandro
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
,
Ian McDonald
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
,
Gerrit Renker
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
,
Tommi Saviranta
Re: [PATCH 5/25] Enforces a minimum interval of 10 milliseconds as per CCID-4 draft
,
Łeandro Sales
[PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
,
Leandro
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
,
Ian McDonald
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
,
Gerrit Renker
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
,
Gerrit Renker
Re: [PATCH 4/25] Set packet size to 1460 as per ccid-4 draft
,
Łeandro Sales
[PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Leandro
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Tommi Saviranta
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Arnaldo Carvalho de Melo
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Tommi Saviranta
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Łeandro Sales
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Ian McDonald
Re: [PATCH 3/25] Adjustments of the ccid-4 copyright and kernel module authors
,
Gerrit Renker
[PATCH 2/25] Create initial ccid-4 code based on ccid-3
,
Leandro
Re: [PATCH 2/25] Create initial ccid-4 code based on ccid-3
,
Ian McDonald
[PATCH 1/25] CCID-4 Kconfig and Makefile
,
Leandro
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
,
Ian McDonald
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
,
Gerrit Renker
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
,
Łeandro Sales
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
,
Gerrit Renker
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
,
Łeandro Sales
Re: [PATCH 1/25] CCID-4 Kconfig and Makefile
,
Gerrit Renker
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
,
Gerrit Renker
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
,
Arnaldo Carvalho de Melo
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
,
Gerrit Renker
Re: [PATCH 13/25] Share TFRC feedback types struct via ccid34_lib
,
Łeandro Sales
[PATCH 0/25] Towards CCID3/CCID4 code integration
,
Leandro Melo de Sales
<Possible follow-ups>
[PATCH 0/25] Towards CCID3/CCID4 code integration
,
Łeandro Sales
[PATCH 0/25] Towards CCID3/CCID4 code integration
,
Leandro
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
,
Gerrit Renker
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
,
Łeandro Sales
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
,
Gerrit Renker
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
,
Łeandro Sales
Re: [PATCH 0/25] Towards CCID3/CCID4 code integration
,
Gerrit Renker
[PATCH 6/6]: Larger initial windows also for CCID2
,
Gerrit Renker
Re: [PATCH 6/6]: Larger initial windows also for CCID2
,
Ian McDonald
[PATCH 5/6]: Deadlock and spurious timeouts when Ack Ratio > cwnd
,
Gerrit Renker
Re: [PATCH 5/6]: Deadlock and spurious timeouts when Ack Ratio > cwnd
,
Ian McDonald
[PATCH 4/6]: Don't assign negative values to Ack Ratio
,
Gerrit Renker
Re: [PATCH 4/6]: Don't assign negative values to Ack Ratio
,
Ian McDonald
[PATCH 3/6]: Fix sequence number arithmetic/comparisons
,
Gerrit Renker
Re: [PATCH 3/6]: Fix sequence number arithmetic/comparisons
,
Ian McDonald
[PATCH 1/6]: Don't process Ack twice in Respond state
,
Gerrit Renker
Re: [PATCH 1/6]: Don't process Ack twice in Respond state
,
Ian McDonald
[PATCH 2/6]: Bug in reading Ack Vectors
,
Gerrit Renker
Re: [PATCH 2/6]: Bug in reading Ack Vectors
,
Ian McDonald
[PATCH 0/6]: Bug fixes part 1
,
Gerrit Renker
Gstreamer e DCCP: issues related to ccid-3
,
Łeandro Sales
Re: Gstreamer e DCCP: issues related to ccid-3
,
Gerrit Renker
Re: Gstreamer e DCCP: issues related to ccid-3
,
Gerrit Renker
Re: Gstreamer e DCCP: issues related to ccid-3
,
Ian McDonald
Re: Gstreamer e DCCP: issues related to ccid-3
,
Łeandro Sales
Re: Gstreamer e DCCP: issues related to ccid-3
,
Gerrit Renker
[Announce][PATCH v2 1/1]: Patch dropped / [DCCP]: Initialisation and type-checking of feature sysctls
,
Gerrit Renker
Re: [Announce][PATCH v2 1/1]: Patch dropped / [DCCP]: Initialisation and type-checking of feature sysctls
,
Arnaldo Carvalho de Melo
[PATCH 5/5] [CCID2/3]: Initialisation assignments of 0 are redundant
,
Arnaldo Carvalho de Melo
[PATCH 4/5] [DCCP]: Unaligned pointer access
,
Arnaldo Carvalho de Melo
[PATCH 3/5] [DCCP]: Convert Reset code into socket error number
,
Arnaldo Carvalho de Melo
[PATCH 2/5] [DCCP]: One more exemption from full sequence number checks
,
Arnaldo Carvalho de Melo
[PATCH 1/5] [DCCP]: Retrieve packet sequence number for error reporting
,
Arnaldo Carvalho de Melo
[PATCHES 0/5]: DCCP bug fixes
,
Arnaldo Carvalho de Melo
Re: [PATCHES 0/5]: DCCP bug fixes
,
David Miller
[PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
,
Arnaldo Carvalho de Melo
Re: [PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
,
Ian McDonald
Re: [PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
,
Łeandro Sales
Re: [PATCH][DCCP 1/1] Implement SIOCINQ/FIONREAD
,
David Miller
How much is available for reading on the socket?
,
Łeandro Sales
Re: How much is available for reading on the socket?
,
Tommi Saviranta
Re: How much is available for reading on the socket?
,
Gerrit Renker
Re: How much is available for reading on the socket?
,
Tommi Saviranta
Re: How much is available for reading on the socket?
,
Arnaldo Carvalho de Melo
Re: How much is available for reading on the socket?
,
Łeandro Sales
Re: How much is available for reading on the socket?
,
Gerrit Renker
Re: How much is available for reading on the socket?
,
Gerrit Renker
Re: How much is available for reading on the socket?
,
Ian McDonald
[RFC]: field name identifier conventions
,
Gerrit Renker
Re: [RFC]: field name identifier conventions
,
Ian McDonald
Re: [RFC]: field name identifier conventions
,
Gerrit Renker
[PATCH 0/1][RFC]: field name identifier conventions
,
Gerrit Renker
[PATCH 1/1][RFC]: field name identifier conventions
,
Gerrit Renker
Re: [PATCH 1/1][RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: [PATCH 1/1][RFC]: field name identifier conventions
,
Gerrit Renker
Re: [RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: [RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: [RFC]: field name identifier conventions
,
Łeandro Sales
Message not available
systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Gerrit Renker
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Gerrit Renker
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Gerrit Renker
Re: systemtap networking tapsets was: Re: [RFC]: field name identifier conventions
,
Arnaldo Carvalho de Melo
Re: [RFC]: field name identifier conventions
,
Tommi Saviranta
[PATCH v2 1/1]: Collect all scattered sysctl variables into sysctl.c
,
Gerrit Renker
Re: [PATCH v2 1/1]: Collect all scattered sysctl variables into sysctl.c
,
Ian McDonald
DCCP socket API
,
Mojtaba Hosseini
[no subject]
,
Mojtaba Hosseini
Re:
,
Łeandro Sales
Re: [patch] net/DCCP: fix link error with !CONFIG_SYSCTL
,
Gerrit Renker
[patch 1/1][Resent]: Collect all scattered sysctl variables into sysctl.c
,
Gerrit Renker
[PATCH 5/5]: Reorder statements with regard to option length
,
Gerrit Renker
Re: [PATCH 5/5]: Reorder statements with regard to option length
,
Ian McDonald
[PATCH 4/5]: Leave headroom for options when calculating the MPS
,
Gerrit Renker
Re: [PATCH 4/5]: Leave headroom for options when calculating the MPS
,
Ian McDonald
[PATCH 3/5]: Introducing CCMPS
,
Gerrit Renker
Re: [PATCH 3/5]: Introducing CCMPS
,
Ian McDonald
[PATCH 2/5]: More informative registration
,
Gerrit Renker
Re: [PATCH 2/5]: More informative registration
,
Ian McDonald
[PATCH 1/5]: Documentation for CCID operations
,
Gerrit Renker
Re: [PATCH 1/5]: Documentation for CCID operations
,
Ian McDonald
[PATCH 0/5]: Option headroom, MPS, and FIXME in dccp_sync_mss
,
Gerrit Renker
[Announce]: How to add a new CCID for feature negotiation
,
Gerrit Renker
DCCP feature negotiation via setsockopt/getsockopt
,
Łeandro Sales
Re: DCCP feature negotiation via setsockopt/getsockopt
,
Gerrit Renker
CCID3 and CCID4 share code status
,
Łeandro Sales
Re: CCID3 and CCID4 share code status
,
Gerrit Renker
[PATCH 5/5]: Use feature-negotiation to report Ack Ratio changes
,
Gerrit Renker
Re: [PATCH 5/5]: Use feature-negotiation to report Ack Ratio changes
,
Ian McDonald
[PATCH 4/5]: Minisock unemployed
,
Gerrit Renker
Re: [PATCH 4/5]: Minisock unemployed
,
Ian McDonald
[PATCH 1/5]: Exploit the `Ack Pending' flag
,
Gerrit Renker
Re: [PATCH 1/5]: Exploit the `Ack Pending' flag
,
Ian McDonald
[PATCH 3/5]: Support exchange of NN options in (PART)OPEN state
,
Gerrit Renker
Re: [PATCH 3/5]: Support exchange of NN options in (PART)OPEN state
,
Ian McDonald
[PATCH 2/5]: Support for the exchange of NN options in established state
,
Gerrit Renker
Re: [PATCH 2/5]: Support for the exchange of NN options in established state
,
Ian McDonald
[PATCH 0/5]: Last batch for feature negotiation
,
Gerrit Renker
[Announce]: Test tree updated
,
Gerrit Renker
Re: [Announce]: Test tree updated
,
Ian McDonald
[PATCH 13/14]: Initialisation and type-checking of feature sysctls
,
Gerrit Renker
Re: [PATCH 13/14]: Initialisation and type-checking of feature sysctls
,
Ian McDonald
[PATCH 9/14]: Phase out the use of boolean flag for Ack Vectors
,
Gerrit Renker
Re: [PATCH 9/14]: Phase out the use of boolean flag for Ack Vectors
,
Ian McDonald
Re: [PATCH 9/14]: Phase out the use of boolean flag for Ack Vectors
,
Gerrit Renker
[PATCH 14/14]: Debugging Feature Negotiation
,
Gerrit Renker
Re: [PATCH 14/14]: Debugging Feature Negotiation
,
Ian McDonald
[PATCH 12/14]: Implement both feature-local and feature-remote Sequence Window feature
,
Gerrit Renker
Re: [PATCH 12/14]: Implement both feature-local and feature-remote Sequence Window feature
,
Ian McDonald
Re: [PATCH 12/14]: Implement both feature-local and feature-remote Sequence Window feature
,
Gerrit Renker
Re: [PATCH 12/14]: Implement both feature-local and feature-remote Sequence Window feature
,
Ian McDonald
Re: [PATCH 12/14]: Implement both feature-local and feature-remote Sequence Window feature
,
Ian McDonald
[PATCH 11/14]: Auto-load (when supported) CCID plugins for negotiation
,
Gerrit Renker
Re: [PATCH 11/14]: Auto-load (when supported) CCID plugins for negotiation
,
Ian McDonald
[PATCH 10/14]: Initialisation framework for feature negotiation
,
Gerrit Renker
Re: [PATCH 10/14]: Initialisation framework for feature negotiation
,
Ian McDonald
[PATCH 8/14]: Remove manual influence on NDP Count feature
,
Gerrit Renker
Re: [PATCH 8/14]: Remove manual influence on NDP Count feature
,
Eddie Kohler
Re: [PATCH 8/14]: Remove manual influence on NDP Count feature
,
Ian McDonald
[PATCH 7/14]: No more CCID control blocks in LISTEN state
,
Gerrit Renker
Re: [PATCH 7/14]: No more CCID control blocks in LISTEN state
,
Ian McDonald
[PATCH 7/14]: No more CCID control blocks in LISTEN state
,
Gerrit Renker
Re: [PATCH 7/14]: No more CCID control blocks in LISTEN state
,
Ian McDonald
[PATCH 6/14]: Remove now unused parts of the old CCID interface
,
Gerrit Renker
Re: [PATCH 6/14]: Remove now unused parts of the old CCID interface
,
Ian McDonald
[PATCH 4/14]: Integration of dynamic feature activation - part 3 (client side)
,
Gerrit Renker
Re: [PATCH 4/14]: Integration of dynamic feature activation - part 3 (client side)
,
Ian McDonald
[PATCH 5/14]: Clean up remains from old feature-negotiation infrastructure
,
Gerrit Renker
Re: [PATCH 5/14]: Clean up remains from old feature-negotiation infrastructure
,
Ian McDonald
Re: [PATCH 5/14]: Clean up remains from old feature-negotiation infrastructure
,
Gerrit Renker
[PATCH 3/14]: Integration of dynamic feature activation - part 2 (server side)
,
Gerrit Renker
Re: [PATCH 3/14]: Integration of dynamic feature activation - part 2 (server side)
,
Ian McDonald
[PATCH 2/14]: Integration of dynamic feature activation - part 1 (socket setup)
,
Gerrit Renker
Re: [PATCH 2/14]: Integration of dynamic feature activation - part 1 (socket setup)
,
Ian McDonald
[PATCH 1/14]: Activation of features after negotiation
,
Gerrit Renker
Re: [PATCH 1/14]: Activation of features after negotiation
,
Ian McDonald
[PATCH 0/14]: Finish up the feature negotiation during connection setup
,
Gerrit Renker
[PATCH 6/11]: Insert feature-negotiation options into skb
,
Gerrit Renker
Re: [PATCH 6/11]: Insert feature-negotiation options into skb
,
Ian McDonald
Re: [PATCH 6/11]: Insert feature-negotiation options into skb
,
Gerrit Renker
Re: [PATCH 6/11]: Insert feature-negotiation options into skb
,
Ian McDonald
[PATCH 10/11]: Process incoming Change requests
,
Gerrit Renker
Re: [PATCH 10/11]: Process incoming Change requests
,
Ian McDonald
[PATCH 11/11]: Processing Confirm options
,
Gerrit Renker
Re: [PATCH 11/11]: Processing Confirm options
,
Ian McDonald
[PATCH 8/11]: Preference list reconciliation
,
Gerrit Renker
Re: [PATCH 8/11]: Preference list reconciliation
,
Ian McDonald
[PATCH 5/11]: Update insertion routine for feature-negotiation options
,
Gerrit Renker
Re: [PATCH 5/11]: Update insertion routine for feature-negotiation options
,
Ian McDonald
Re: [PATCH 5/11]: Update insertion routine for feature-negotiation options
,
Gerrit Renker
[PATCH 7/11]: Integrate feature-negotiation insertion code
,
Gerrit Renker
Re: [PATCH 7/11]: Integrate feature-negotiation insertion code
,
Ian McDonald
[PATCH 9/11]: Fill in the Data1..3 fields when option processing encounters option errors
,
Gerrit Renker
Re: [PATCH 9/11]: Fill in the Data1..3 fields when option processing encounters option errors
,
Ian McDonald
[PATCH 4/11]: Support for Mandatory options
,
Gerrit Renker
Re: [PATCH 4/11]: Support for Mandatory options
,
Ian McDonald
[PATCH 3/11]: Upgrade NDP count from u32 to u64
,
Gerrit Renker
Re: [PATCH 3/11]: Upgrade NDP count from u32 to u64
,
Ian McDonald
[PATCH 2/11]: Increase the scope of variable-length htonl/ntohl functions
,
Gerrit Renker
Re: [PATCH 2/11]: Increase the scope of variable-length htonl/ntohl functions
,
Ian McDonald
[PATCH v2 2/11]: Increase the scope of variable-length htonl/ntohl functions
,
Gerrit Renker
[PATCH 1/11]: Auxiliary function for smallest-fit option lengths
,
Gerrit Renker