DCCP: Datagram Congestion Control Protocol for Linux
[Prev Page][Next Page]
What happened to http://linux-net.osdl.org/index.php/DCCP_Testing?,
ツ Leandro Sales
[PATCH 15/15] Nuke the timeval helpers now that we fully converted to ktime_t, Arnaldo Carvalho de Melo
[PATCH 14/15] [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore, Arnaldo Carvalho de Melo
[PATCH 13/15] [DCCP] options: convert dccp_insert_option_timestamp to ktime_t,
Arnaldo Carvalho de Melo
[PATCH 12/15] [DCCP]: Convert dccps_timestamp_time to ktime_t, Arnaldo Carvalho de Melo
[PATCH 11/15] packet_history: Convert dccphtx_tstamp to ktime_t, Arnaldo Carvalho de Melo
[PATCH 10/15] [DCCP] packet_history: convert dccphrx_tstamp to ktime_t, Arnaldo Carvalho de Melo
[PATCH 09/15] [DCCP] ackvec: Convert to ktime_t, Arnaldo Carvalho de Melo
[PATCH 08/15] [CCID3]: Stop using dccp_timestamp, Arnaldo Carvalho de Melo
[PATCH 07/15] Convert dccp_sample_rtt to ktime_t,
Arnaldo Carvalho de Melo
[PATCH 06/15] Introduce ktime_sub_ns and ktime_sub_us, Arnaldo Carvalho de Melo
[PATCH 05/15] Convert ccid3hcrx_tstamp_last_feedback to ktime_t, Arnaldo Carvalho de Melo
[PATCH 04/15] Convert ccid3hcrx_tstamp_last_ack to ktime_t, Arnaldo Carvalho de Melo
[PATCH 03/15] Convert ccid3hctx_t_ld to ktime_t, Arnaldo Carvalho de Melo
[PATCH 02/15] Make ccid3_hc_tx_update_x get a timestamp if needed,
Arnaldo Carvalho de Melo
[PATCH 01/15] Allocation in atomic context, Arnaldo Carvalho de Melo
[PATCH 0/15] dccp ktime_t conversion and a fix,
Arnaldo Carvalho de Melo
About pluggable congestion control infrastructure in DCCP,
Shahiduzzaman
Backporting gerrit tree (from git) to 2.6.18. IT WAS: "Backport" latest (git) DCCP code to 2.6.18,
ツ Leandro Sales
CCID4 implementation for Linux DCCP,
Tommi Saviranta
[PATCH] [148/2many] MAINTAINERS - DCCP PROTOCOL,
joe
VLC - DCCP patch uploaded,
Gerrit Renker
[PATCH 0/3]: Shutdown support and CCID2-default,
Gerrit Renker
DCCP Socket Programming Library with 9 client/server apps, Gerrit Renker
[PATCH 1/1][BUG-Fix]: Divide-by-zero bug when running CCID3 data in both directions, Gerrit Renker
Comments/question on no_feedback_timer,
Ian McDonald
[RFC][PATCH 2/2]: Promote CCID2 as default CCID,
Gerrit Renker
[PATCH 1/2]: Correct documentation,
Gerrit Renker
[PATCH 0/2]: Typo and RFC for CCID2, Gerrit Renker
[PATCH][dccp] Fix memory leak and clean up style - dccp_feat_empty_confirm(),
Jesper Juhl
[PATCH 1/5]: Collect all scattered sysctl variables into sysctl.c,
Gerrit Renker
[PATCH 4/5]: Always support Ack Vectors,
Gerrit Renker
[PATCH 5/5]: Revert use of MSS instead of s,
Gerrit Renker
[PATCH 2/5]: Tidy-up -- minisock initialisation,
Gerrit Renker
[PATCH 0/5]: CCID3 update and minor DCCP tidy-ups, Gerrit Renker
[PATCH 3/5]: Wrong format in printk,
Gerrit Renker
[PATCH 1/1][RFC]: Drop `accumulation of large send credits' patch, Gerrit Renker
[PATCH 0/1][RFC]: Drop `accumulation of large send credits' patch, Gerrit Renker
Performance with entirely unpatched 2.6.22 kernel,
Gerrit Renker
test reports,
Patrick Andrieux
iperf,
ツ Leandro Sales
[ANNOUNCE]: Scripts for plotting from dccp_probe output, Gerrit Renker
TFRC Faster Restart implementation for Linux DCCP,
Ian McDonald
[PATCH 2/2]: Add support for abortive release,
Gerrit Renker
[PATCH 1/2]: Check for unread data on close,
Gerrit Renker
[PATCH 0/2]: Abortive release in DCCP, Gerrit Renker
[PATCH 9/10]: Support for server holding timewait state,
Gerrit Renker
[PATCH 7/10]: Shift the retransmit timer for active-close into output.c,
Gerrit Renker
[PATCH 8/10]: Use maximum-RTO backoff from DCCP spec,
Gerrit Renker
[PATCH 10/10]: Collapse repeated `len' statements into one,
Gerrit Renker
[PATCH 6/10]: Reduce the number of writable states,
Gerrit Renker
[PATCH 4/10]: Basic support for passive-close,
Gerrit Renker
[PATCH 5/10]: Perform SHUT_RD and SHUT_WR on receiving close,
Gerrit Renker
[PATCH 3/10]: Dedicated auxiliary states to support passive-close,
Gerrit Renker
[PATCH 2/10]: Make PARTOPEN an autonomous state,
Gerrit Renker
[PATCH 1/10]: Separate protocol states into general/specific,
Gerrit Renker
[PATCH 0/10]: Support for passive close,
Gerrit Renker
[PATCH 5/8]: Sequence number wraparound issues, Gerrit Renker
[PATCH 8/8]: Initialisation assignments of 0 are redundant,
Gerrit Renker
[PATCH 3/8]: Remove redundant BUG_ON, Gerrit Renker
[PATCH 2/8]: Remove ugly BUG_ON, Gerrit Renker
[PATCH 4/8]: Remove redundant case block, Gerrit Renker
[PATCH 6/8]: Use DIV_ROUND_UP macro, Gerrit Renker
[PATCH 7/8]: Remove unused inline function,
Gerrit Renker
[PATCH 1/8][PATCH v2]: Allocation in atomic context and simplify interface, Gerrit Renker
[PATCH 0/8]: CCID2 fixes + misc, Gerrit Renker
[-mm patch] make struct dccp_li_cachep static, Adrian Bunk
[Patch v2 2/3]: Use a function to update p_inv, and p is never used,
Gerrit Renker
[PATCH 4/4]: Update API documentation,
Gerrit Renker
[PATCH 1/4]: Add socket option to query the current MPS,
Gerrit Renker
[PATCH 3/4]: Unaligned pointer access,
Gerrit Renker
[PATCH 0/4]: DCCP Miscellany, Gerrit Renker
[PATCH 2/4]: Make all `debug' parameters bool,
Gerrit Renker
[Announce]: How to access Experimental Test Tree,
Gerrit Renker
[PATCH 1/5]: Shorten variable names in dccp_check_seqno,
Gerrit Renker
[PATCH 0/5][BUG-fix]: Sync-Flood Fixes, Gerrit Renker
[PATCH 1/1][BUG-Fix]: Allocation in atomic context,
Gerrit Renker
[PATCH 0/1]: Current BUGs,
Gerrit Renker
[PATCH 3/3]: Update copyrights of CCID3/TFRC files,
Gerrit Renker
[PATCH 2/3]: Use a function to update p_inv, and p is never used, Gerrit Renker
[PATCH 1/3]: Clarify causes of feedback, compute X_recv more accurately,
Gerrit Renker
[PATCH 0/3]: The last three, Gerrit Renker
[PATCH 4/4] [CCID3]: Fix a bug in the send time processing, Arnaldo Carvalho de Melo
[PATCH 3/4] [CCID3]: Sending time: update to ktime_t, Arnaldo Carvalho de Melo
[PATCH 2/4] [KTIME]: Introduce ktime_add_us, Arnaldo Carvalho de Melo
[PATCH 1/4] [KTIME]: Introduce ktime_us_delta, Arnaldo Carvalho de Melo
[PATCH 0/4]: DCCP ktime_t initial work,
Arnaldo Carvalho de Melo
[PATCH 9/9]: Interface CCID3 code with newer TFRC LI database,
Gerrit Renker
[PATCH 8/9]: Fix and simplify header includes,
Gerrit Renker
[PATCH 7/9]: Let calling module compute First Loss Interval; convert to ktime_t,
Gerrit Renker
[PATCH 6/9]: Integrate RX history loss detection with loss interval update,
Gerrit Renker
[PATCH 5/9]: Insert and Update routines for the Loss Interval Database,
Gerrit Renker
[PATCH 4/9]: Recompute average loss interval,
Gerrit Renker
[PATCH 3/9]: Cache allocation of entries,
Gerrit Renker
[PATCH 2/9]: Loss-intervals access-macros and -functions,
Gerrit Renker
[PATCH 1/9]: Ringbuffer to track loss interval history,
Gerrit Renker
[PATCH 0/9]: New TFRC Loss Interval Database & Integration with CCID code, Gerrit Renker
[PATCH 1/1]: Revert code shifts,
Gerrit Renker
[PATCH 0/1]: Impedance matching, Gerrit Renker
Re: [PATCH 0/10]: First DCCP batch for 2.6.23, David Miller
[PATCH 10/10] loss_interval: make struct dccp_li_hist_entry private, Arnaldo Carvalho de Melo
[PATCH 09/10] loss_interval: Nuke dccp_li_hist, Arnaldo Carvalho de Melo
[PATCH 08/10] loss_interval: Make dccp_li_hist_entry_{new,delete} private, Arnaldo Carvalho de Melo
[PATCH 07/10] loss_interval: unexport dccp_li_hist_interval_new, Arnaldo Carvalho de Melo
[PATCH 06/10] [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval, Arnaldo Carvalho de Melo
[PATCH 05/10] [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li, Arnaldo Carvalho de Melo
[PATCH 04/10] Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li, Arnaldo Carvalho de Melo
[PATCH 03/10] loss_interval: Fix timeval initialisation, Arnaldo Carvalho de Melo
[PATCH 02/10] Fix dccp_sum_coverage, Arnaldo Carvalho de Melo
[PATCH 01/10] ccid3: Update copyrights, Arnaldo Carvalho de Melo
[PATCH 0/10] First DCCP batch for 2.6.23,
Arnaldo Carvalho de Melo
[PATCH 9/9]: CCID3 Packet Reception Step 6 - Basic loss detection,
Gerrit Renker
[PATCH 5/9]: New RX History Step 4 - Receiver RTT sampling (part 1 of 3),
Gerrit Renker
[PATCH 8/9]: New RX History Step 5 - CCID3 packet reception,
Gerrit Renker
[PATCH 7/9]: New RX History Step 4 - Integrate Receiver RTT sampling (part 3 of 3),
Gerrit Renker
[PATCH 6/9]: New RX History Step 4 - Data Packet Utility Function (part 2 RX RTT sampling),
Gerrit Renker
[PATCH 4/9]: New RX History Step 3 - Track highest seqno,
Gerrit Renker
[PATCH 3/9]: New RX History Step 2 - Initialisation and cleanup,
Gerrit Renker
[PATCH 2/9]: New RX History Step 1 - Integrate data structure into CCID3,
Gerrit Renker
[PATCH 0/9]: A new TFRC RX history structure and integration into CCID3, Gerrit Renker
[PATCH 1/9]: New receiver history data structure,
Gerrit Renker
[PATCH 5/5]: Provide central source file and debug facility,
Gerrit Renker
[PATCH 3/5]: Move NULL-protection into function,
Gerrit Renker
[PATCH 4/5]: Wait for CCID,
Gerrit Renker
[PATCH 2/5]: History access is redundant when sending feedback,
Gerrit Renker
[PATCH 1/5]: Receiver does not set CCVal,
Gerrit Renker
[PATCH 0/5]: Misc CCID3 patches | TFRC separate module | end of first half, Gerrit Renker
[PATCH 4/5]: Nofeedback timer according to rfc3448bis,
Gerrit Renker
[PATCH 5/5]: Implement rfc3448bis changes to feedback reception,
Gerrit Renker
[PATCH 3/5]: Use t_RTO as indicator for feedback reception,
Gerrit Renker
[PATCH 2/5]: Ignore irrelevant states on receiving feedback,
Gerrit Renker
[PATCH 0/5]: CCID3 simplifcations & update with regard to rfc3448bis-00, Gerrit Renker
[PATCH 1/5]: Shorten statement for updating p,
Gerrit Renker
[PATCH 6/6]: Update TX RTT sampling to use ktime_t,
Gerrit Renker
[PATCH 5/6]: Add history query/lookup function,
Gerrit Renker
[PATCH 4/6]: History allocation / deallocation routines,
Gerrit Renker
[PATCH 2/6]: Migrate TX history to singly-linked list,
Gerrit Renker
[PATCH 3/6]: Migrate to new naming scheme, using macro to declare cache,
Gerrit Renker
[PATCH 1/6]: Remove unused fields in packet history structure,
Gerrit Renker
[PATCH 0/6]: Locking and simplification for TFRC TX history, Gerrit Renker
[PATCH 6/6]: Inline for moving average,
Gerrit Renker
[PATCH 5/6]: Accurately determine idle & application-limited periods,
Gerrit Renker
[PATCH 4/6]: Simplify interface of dccp_sample_rtt,
Gerrit Renker
[PATCH 3/6]: Ignore trivial amounts of elapsed time,
Gerrit Renker
[PATCH 2/6]: Provide fallback RTT value when none is available,
Gerrit Renker
[PATCH 1/6]: Avoid accumulation of large send credit,
Gerrit Renker
[PATCH 0/6]: RTT Estimation and Packet Scheduling, Gerrit Renker
[PATCH 3/3]: Update computation of X to use newer timeofday interface,
Gerrit Renker
[PATCH 2/3]: Sending time: update to ktime_t and bug-fix,
Gerrit Renker
[PATCH 1/3]: Inline for time delta,
Gerrit Renker
[PATCH 0/3]: Upgrade to ktime_t, Gerrit Renker
[ANNOUNCE]: DCCP Pages online again, Gerrit Renker
'BUG: scheduling while atomic' during dccp transfer,
Florian Westphal
[BUG] Fwd: segfault : modprobe dccp_probe/tcp_probe,
Ian McDonald
DCCP performances,
Patrick Andrieux
segfault : modprobe dccp_probe,
Patrick Andrieux
[PATCH 1/1] DCCP: Use dccp_li_hist_entry_delete, Ian McDonald
[PATCH 0/1] DCCP: Use delete function, Ian McDonald
[PATCH 3/3] DCCP: Refactor dccp_li_hist_interval_new, Ian McDonald
[PATCH 2/3] DCCP: Simplify dccp_li_hist_entry_new, Ian McDonald
[PATCH 1/3] DCCP: Remove dccp_li_hist_entry_delete,
Ian McDonald
[PATCH 0/3] DCCP: Minor changes,
Ian McDonald
problem with CCID3 loss events,
Burak Gorkemli
[PATCH 1/7] DCCP: Fix dccp_sum_coverage,
Ian McDonald
[PATCH 4/7] DCCP: Simplify dccp_li_update_li, Ian McDonald
[PATCH 5/7] DCCP: Simplify dccp_li_hist_interval_new, Ian McDonald
[PATCH 0/7] DCCP: Further work, Ian McDonald
[PATCH 7/7] DCCP: Alter slab name, Ian McDonald
[PATCH 6/7] DCCP: Refactor dccp_li_hist_interval_new, Ian McDonald
[PATCH 3/7] DCCP: Simplify dccp_li_hist_entry_new, Ian McDonald
[PATCH 2/7] DCCP: Fix timeval initilisation, Ian McDonald
[PATCH 5/5] DCCP: Rename functions and variables, Ian McDonald
[PATCH 3/5] DCCP: Shift code into loss_interval.c, Ian McDonald
[PATCH 4/5] DCCP: Simplify dccp_li_hist_purge, Ian McDonald
[PATCH 2/5] DCCP: Shift initialisation code, Ian McDonald
[PATCH 0/5] DCCP: Code tidyup, Ian McDonald
[PATCH 1/5] DCCP: Shift ccid3_li_hist,
Ian McDonald
[PATCH 1/1] DCCP: Delete unused function, Ian McDonald
[PATCH 0/1] DCCP: Tidyup patch, Ian McDonald
[PATCH 2/3] DCCP: Shift code around,
Ian McDonald
[PATCH 3/3] DCCP: Tidy up dccp_li_hist_purge, Ian McDonald
[PATCH 1/3] DCCP: Update copyright, Ian McDonald
[PATCH 0/3] DCCP: Copyright/code shuffle, Ian McDonald
Re: Feedback on your serv codes draft, Gorry Fairhurst
RTT computation in struct tfrc_rx_info,
patrick andrieux
patches, Gerrit Renker
[PATCH 1/1]: Fix bug in computing elapsed time,
Gerrit Renker
[PATCH 1/1]: Retraction of timestamps - Cleanups, Gerrit Renker
RTT measurement, CCID3 implementability,
Eddie Kohler
[PATCH-UPDATE]: Changes after retracting timestamping patches,
Gerrit Renker
Sensitivity of TFRC throughput equation wrt to changes of RTT,
Gerrit Renker
[PATCH 3/3] Complete documentation of dccp_sock, Arnaldo Carvalho de Melo
[PATCH 2/3] Debug statements for Elapsed Time option, Arnaldo Carvalho de Melo
[PATCH 1/3] Fix bug in the calculation of very low sending rates, Arnaldo Carvalho de Melo
[PATCH 0/3]: DCCP patches,
Arnaldo Carvalho de Melo
[PATCH 29/29] History access is redundant when sending feedback, Arnaldo Carvalho de Melo
[PATCH 28/29] Use a function to update p_inv, and p is never used, Arnaldo Carvalho de Melo
[PATCH 27/29] Receiver does not set CCVal, Arnaldo Carvalho de Melo
[PATCH 26/29] Modulo-16 arithmetic for window counters, Arnaldo Carvalho de Melo
[PATCH 25/29] Add test function for data packets, Arnaldo Carvalho de Melo
[PATCH 24/29] Macro for moving average,
Arnaldo Carvalho de Melo
[PATCH 23/29] Unaligned pointer access, Arnaldo Carvalho de Melo
[PATCH 22/29] Make all `debug' parameters bool, Arnaldo Carvalho de Melo
[PATCH 21/29] Wait for CCID, Arnaldo Carvalho de Melo
[PATCH 20/29] Add socket option to query the current MPS, Arnaldo Carvalho de Melo
[PATCH 19/29] Remove unused fields in packet history structure, Arnaldo Carvalho de Melo
[PATCH 18/29] Reduce time spent while write-lock is held, Arnaldo Carvalho de Melo
[PATCH 17/29] Locking for packet history TX list, Arnaldo Carvalho de Melo
[PATCH 16/29] Preparation to fit TX list locking, Arnaldo Carvalho de Melo
[PATCH 15/29] Disable softirq when sending and notifying CCID, Arnaldo Carvalho de Melo
[PATCH 14/29] Implement rfc3448bis changes to feedback reception, Arnaldo Carvalho de Melo
[PATCH 13/29] Nofeedback timer according to rfc3448bis, Arnaldo Carvalho de Melo
[PATCH 12/29] Use t_RTO as indicator for feedback reception, Arnaldo Carvalho de Melo
[PATCH 11/29] Set idle state after nofeedback timer expiry, Arnaldo Carvalho de Melo
[PATCH 10/29] Shorten statement for updating p, Arnaldo Carvalho de Melo
[PATCH 09/29] Ignore irrelevant states on receiving feedback, Arnaldo Carvalho de Melo
[PATCH 08/29] Honour initial RTT estimate,
Arnaldo Carvalho de Melo
[PATCH 07/29] Use skb timestamp for receiver side,
Arnaldo Carvalho de Melo
[PATCH 06/29] Use skb timestamp for TX side,
Arnaldo Carvalho de Melo
[PATCH 05/29] Cheaper & smaller timestamping, Arnaldo Carvalho de Melo
[PATCH 04/29] Complete documentation of dccp_sock, Arnaldo Carvalho de Melo
[PATCH 03/29] Debug statements for Elapsed Time option, Arnaldo Carvalho de Melo
[PATCH 02/29] Avoid accumulation of large send credit, Arnaldo Carvalho de Melo
[PATCH 01/29] Fix bug in the calculation of very low sending rates, Arnaldo Carvalho de Melo
[PATCH 0/29]: dccp patch backlog,
Arnaldo Carvalho de Melo
RFC: patch backlog,
Arnaldo Carvalho de Melo
[ANNOUNCE]: General remarks on patch submission,
Gerrit Renker
[PATCH 08/30] Use menuconfig objects - DCCP, Jan Engelhardt
[PATCH 5/5]: Send Reset upon Sync in state REQUEST,
Gerrit Renker
[PATCH 4/5]: Rate-limit DCCP-Syncs,
Gerrit Renker
[PATCH 2/5]: Fix Reset/Sync-Flood Bug,
Gerrit Renker
[PATCH 3/5]: Parameter renaming,
Gerrit Renker
[PATCH 1/4]: Shorten variable names in dccp_check_seqno, Gerrit Renker
[PATCH 0/5]: Sync/Reset Floods; Rate-Limiting for DCCP-Sync, Gerrit Renker
[PATCH 1/4] [IPv6] Add link and site-local scope inline,
Brian Haley
[PATCH 0/4] [IPv6] Add new scope and address type inlines, Brian Haley
[PATCH 43/43]: Update API documentation, Gerrit Renker
[PATCH 41/43]: Check for unread data on close, Gerrit Renker
[PATCH 42/43]: Add support for abortive release, Gerrit Renker
[PATCH 40/43]: Collapse repeated `len' statements into one, Gerrit Renker
[PATCH 39/43]: Protect against Reset/Sync floods due to buggy applications,
Gerrit Renker
[PATCH 38/43]: Support for server holding timewait state, Gerrit Renker
[PATCH 37/43]: Use maxiumum-RTO backoff from DCCP spec, Gerrit Renker
[PATCH 36/43]: Shift the retransmit timer for active-close into output.c, Gerrit Renker
[PATCH 35/43]: Reduce the number of writable states, Gerrit Renker
[PATCH 34/43]: Perform SHUT_RD and SHUT_WR on receiving close, Gerrit Renker
[PATCH 32/43]: Dedicated auxiliary states to support passive-close, Gerrit Renker
[PATCH 33/43]: Basic support for passive-close, Gerrit Renker
[PATCH 31/43]: Make PARTOPEN an autonomous state, Gerrit Renker
[PATCH 30/43]: Separate protocol states into general/specific, Gerrit Renker
[PATCH 29/43]: Shorten struct-member name,
Gerrit Renker
[PATCH 28/43]: Make computation of X_recv conform to TFRC,
Gerrit Renker
[PATCH 27/43]: Accurately determine idle & application-limited periods,
Gerrit Renker
[PATCH 26/43]: Move NULL-protection into function,
Gerrit Renker
[PATCH 25/43]: Update copyrights of CCID3/TFRC files,
Gerrit Renker
[PATCH 24/43]: Hook up CCID3 with new Loss Intervals Database, Gerrit Renker
[PATCH 22/43]: Integrate RX history loss detection with loss interval update, Gerrit Renker
[PATCH 23/43]: Fix and simplify header includes, Gerrit Renker
[PATCH 21/43]: Let calling module compute First Loss Interval, Gerrit Renker
[PATCH 19/43]: Recompute average loss interval, Gerrit Renker
[PATCH 20/43]: Insert and update routines for the Loss Interval Database, Gerrit Renker
[PATCH 18/43]: Cache allocation of entries,
Gerrit Renker
[PATCH 16/43]: Ringbuffer to track loss interval history,
Gerrit Renker
[PATCH 17/43]: Loss-intervals access-macros and -functions,
Gerrit Renker
[PATCH 15/43]: New RX History Step 7 - Remove old infrastructure,
Gerrit Renker
[PATCH 14/43]: CCID3 Packet Reception Step 6b - Detection of burst-losses, Gerrit Renker
[PATCH 13/43]: CCID3 Packet Reception Step 6a - Basic loss detection, Gerrit Renker
[PATCH 12/43]: New RX History Step 5 - CCID3 packet reception, Gerrit Renker
[PATCH 11/43]: New RX History Step 4 - Receiver RTT sampling,
Gerrit Renker
[PATCH 10/43]: Provide fallback RTT value when none is available,
Gerrit Renker
[PATCH 9/43]: New RX History Step 3 - Track highest seqno, Gerrit Renker
[PATCH 7/43]: New RX History Step 1 - Integrate new history structure, Gerrit Renker
[PATCH 8/43]: New RX History Step 2 - Initialisation and cleanup,
Gerrit Renker
[PATCH 6/43]: New infrastructure for loss detection,
Gerrit Renker
[PATCH 5/43]: Provide central source file and debug facility, Gerrit Renker
[PATCH 4/43]: History access is redundant when sending feedback, Gerrit Renker
[PATCH 2/43]: Receiver does not set CCVal, Gerrit Renker
[PATCH 3/43]: Use a function to update p_inv, and p is never used,
Gerrit Renker
[PATCH 1/43]: Modulo-16 arithmetic for window counters, Gerrit Renker
[PATCH 0/43]: CCID3 fixes / standalone TFRC loss-detection and loss intervals database / DCCP closing states, Gerrit Renker
[PATCH v2]: Add socket option to query the current MPS, Gerrit Renker
[ANNOUNCE/RFC] Problems with Socket API: Half-Close,
Gerrit Renker
[PATCH 1/1][DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV,
Arnaldo Carvalho de Melo
Re: [dccp] [Fwd: New Version Notification - draft-fairhurst-dccp-serv-codes-03.txt],
Ian McDonald
[2.6 patch] make dccp_write_xmit_timer() static again,
Adrian Bunk
[PATCH 3/9] DCCP: Simplify purge, Ian McDonald
[PATCH 5/9] DCCP: Simplify update_li, Ian McDonald
[PATCH 9/9] DCCP: Rename slab, Ian McDonald
[PATCH 0/9] DCCP: Revised patchset,
Ian McDonald
[PATCH 8/9] DCCP: Refactor dccp_li_hist_interval_new, Ian McDonald
DCCP Applications Page, Gerrit Renker
[PATCH 6/9] DCCP: Simplify dccp_li_hist_interval_new,
Ian McDonald
[PATCH 4/9] DCCP: Simplify dccp_li_hist_entry_new,
Ian McDonald
[PATCH 9/9] DCCP: Alter slabname, Ian McDonald
[PATCH 1/9] DCCP: Update copyright,
Ian McDonald
[PATCH 8/9] DCCP: Refactor loss initialisation, Ian McDonald
[PATCH 2/9] DCCP: Shift code,
Ian McDonald
[PATCH 5/9] DCCP: Simplify ccid3_hc_rx_update_li, Ian McDonald
[PATCH 3/9] DCCP: Simply dccp_li_hist_purge, Ian McDonald
[PATCH 0/9] DCCP refactoring,
Ian McDonald
[Index of Archives]
[Linux Kernel]
[IETF Annouce]
[Security]
[Netdev]
[Bugtraq]