| Commit message (Expand) | Author | Age | Files | Lines |
* | dccp: Clean up slow-path input processing | Gerrit Renker | 2008-09-04 | 1 | -35/+33 |
* | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 2008-09-04 | 3 | -21/+19 |
* | dccp: Combine the functionality of enqeueing and cloning | Gerrit Renker | 2008-09-04 | 1 | -7/+7 |
* | dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() | Gerrit Renker | 2008-09-04 | 1 | -24/+4 |
* | dccp ccid-2: Replace broken RTT estimator with better algorithm | Gerrit Renker | 2008-09-04 | 2 | -82/+107 |
* | dccp ccid-2: Simplify dec_pipe and rearming of RTO timer | Gerrit Renker | 2008-09-04 | 1 | -19/+8 |
* | dccp ccid-2: Remove redundant sanity tests | Gerrit Renker | 2008-09-04 | 1 | -51/+0 |
* | dccp ccid-2: Stop polling | Gerrit Renker | 2008-09-04 | 2 | -8/+18 |
* | dccp: Refine the wait-for-ccid mechanism | Gerrit Renker | 2008-09-04 | 4 | -53/+82 |
* | dccp: Extend CCID packet dequeueing interface | Gerrit Renker | 2008-09-04 | 3 | -60/+98 |
* | dccp: Return-value convention of hc_tx_send_packet() | Gerrit Renker | 2008-09-04 | 2 | -9/+37 |
* | dccp ccid-2: Separate option parsing from CCID processing | Gerrit Renker | 2008-09-04 | 5 | -100/+101 |
* | dccp ccid-2: Remove old infrastructure | Gerrit Renker | 2008-09-04 | 5 | -336/+3 |
* | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 2008-09-04 | 3 | -4/+30 |
* | dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module | Gerrit Renker | 2008-09-04 | 1 | -22/+9 |
* | dccp ccid-2: Update code for the Ack Vector input/registration routine | Gerrit Renker | 2008-09-04 | 2 | -0/+159 |
* | dccp ccid-2: Algorithm to update buffer state | Gerrit Renker | 2008-09-04 | 4 | -6/+98 |
* | dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling | Gerrit Renker | 2008-09-04 | 4 | -16/+56 |
* | dccp ccid-2: Separate internals of Ack Vectors from option-parsing code | Gerrit Renker | 2008-09-04 | 3 | -85/+80 |
* | dccp ccid-2: Ack Vector interface clean-up | Gerrit Renker | 2008-09-04 | 4 | -173/+127 |
* | dccp: Reduce noise in output and convert to ktime_t | Gerrit Renker | 2008-09-04 | 1 | -41/+25 |
* | dccp: Merge now-reduced connect_init() function | Gerrit Renker | 2008-09-04 | 1 | -13/+5 |
* | dccp: Fix the adjustments to AWL and SWL | Gerrit Renker | 2008-09-04 | 3 | -33/+35 |
* | dccp: Schedule an Ack when receiving timestamps | Gerrit Renker | 2008-09-04 | 2 | -1/+3 |
* | dccp ccid-3: Remove dead states | Gerrit Renker | 2008-09-04 | 2 | -30/+9 |
* | dccp ccid-3: Remove duplicate documentation | Gerrit Renker | 2008-09-04 | 1 | -4/+0 |
* | dccp: Unused argument in CCID tx function | Gerrit Renker | 2008-09-04 | 4 | -7/+6 |
* | dccp: Replace magic CCID-specific numbers by symbolic constants | Gerrit Renker | 2008-09-04 | 2 | -12/+7 |
* | dccp ccid-3: Remove redundant 'options_received' struct | Gerrit Renker | 2008-09-04 | 2 | -23/+8 |
* | dccp tfrc/ccid-3: Computing Loss Rate from Loss Event Rate | Gerrit Renker | 2008-09-04 | 3 | -7/+20 |
* | dccp: Add packet type information to CCID-specific option parsing | Gerrit Renker | 2008-09-04 | 3 | -41/+35 |
* | dccp ccid-3: Simplify and consolidate tx_parse_options | Gerrit Renker | 2008-09-04 | 2 | -46/+14 |
* | dccp ccid-3: Remove ugly RTT-sampling history lookup | Gerrit Renker | 2008-09-04 | 3 | -58/+38 |
* | dccp ccid-3: Bug fix for the inter-packet scheduling algorithm | Gerrit Renker | 2008-09-04 | 2 | -15/+21 |
* | dccp ccid-3: No more CCID control blocks in LISTEN state | Gerrit Renker | 2008-09-04 | 1 | -33/+7 |
* | dccp ccid-3: Remove ccid3hc{tx,rx}_ prefixes | Gerrit Renker | 2008-09-04 | 3 | -242/+220 |
* | dccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes | Gerrit Renker | 2008-09-04 | 2 | -163/+159 |
* | dccp: Special case of the MPS for client-PARTOPEN with DataAcks | Gerrit Renker | 2008-09-04 | 2 | -2/+18 |
* | dccp: Leave headroom for options when calculating the MPS | Gerrit Renker | 2008-09-04 | 2 | -8/+17 |
* | dccp ccid-2: Use feature-negotiation to report Ack Ratio changes | Gerrit Renker | 2008-09-04 | 2 | -1/+12 |
* | dccp: Support for exchanging of NN options in established state | Gerrit Renker | 2008-09-04 | 1 | -0/+96 |
* | dccp: Support for the exchange of NN options in established state | Gerrit Renker | 2008-09-04 | 2 | -0/+58 |
* | dccp: Debugging functions for feature negotiation | Gerrit Renker | 2008-09-04 | 4 | -63/+109 |
* | dccp: Initialisation and type-checking of feature sysctls | Gerrit Renker | 2008-09-04 | 6 | -31/+46 |
* | dccp: Implement both feature-local and feature-remote Sequence Window feature | Gerrit Renker | 2008-09-04 | 6 | -45/+24 |
* | dccp: Auto-load (when supported) CCID plugins for negotiation | Gerrit Renker | 2008-09-04 | 3 | -10/+35 |
* | dccp: Initialisation framework for feature negotiation | Gerrit Renker | 2008-09-04 | 3 | -30/+57 |
* | dccp ccid-2: Phase out the use of boolean Ack Vector sysctl | Gerrit Renker | 2008-09-04 | 9 | -33/+8 |
* | dccp: Remove manual influence on NDP Count feature | Gerrit Renker | 2008-09-04 | 7 | -18/+4 |
* | dccp: Remove obsolete parts of the old CCID interface | Gerrit Renker | 2008-09-04 | 6 | -38/+3 |