aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2008-10-19dccp: Port redirection support for DCCPGravatar Gerrit Renker 3-3/+4
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Gravatar Johannes Berg 1-1/+1
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHGravatar Denis V. Lunev 1-2/+4
2008-10-07inet_hashtables: Add inet_lookup_skb helpersGravatar Arnaldo Carvalho de Melo 2-7/+4
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gravatar Gerrit Renker 32-3861/+2786
2008-09-04dccp ccid-3: Preventing OscillationsGravatar Gerrit Renker 3-2/+59
2008-09-04dccp ccid-3: Simplify computing and range-checking of t_ipiGravatar Gerrit Renker 1-10/+8
2008-09-04dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06Gravatar Gerrit Renker 2-12/+35
2008-09-04dccp ccid-3: Tidy up CCID-Kconfig dependenciesGravatar Gerrit Renker 1-5/+4
2008-09-04dccp ccid-3: Implement rfc3448bis change to initial-rate computationGravatar Gerrit Renker 1-7/+5
2008-09-04dccp ccid-3: Update the RX history records in one placeGravatar Gerrit Renker 5-56/+40
2008-09-04dccp ccid-3: Update the computation of X_recvGravatar Gerrit Renker 3-41/+66
2008-09-04dccp tfrc: Increase number of RTT samplesGravatar Gerrit Renker 1-59/+24
2008-09-04dccp: Clamping RTT valuesGravatar Gerrit Renker 2-11/+9
2008-09-04dccp ccid-3: Always perform receiver RTT samplingGravatar Gerrit Renker 4-49/+73
2008-09-04dccp ccid-3: Remove duplicate RX statesGravatar Gerrit Renker 2-48/+13
2008-09-04dccp tfrc: Let dccp_tfrc_lib do the sampling workGravatar Gerrit Renker 5-35/+35
2008-09-04dccp tfrc: Return type of update_i_mean is voidGravatar Gerrit Renker 4-18/+17
2008-09-04dccp tfrc: Perform early loss detectionGravatar Gerrit Renker 2-9/+42
2008-09-04dccp tfrc: Receiver history initialisation routineGravatar Gerrit Renker 3-24/+32
2008-09-04dccp tfrc: Suppress unavoidable "below resolution" warningGravatar Gerrit Renker 1-2/+10
2008-09-04dccp ccid-3: Simplified handling of TX statesGravatar Gerrit Renker 2-44/+8
2008-09-04dccp ccid-3: Runtime verification of timer resolutionGravatar Gerrit Renker 3-3/+18
2008-09-04dccp qpolicy: Parameter checking of cmsg qpolicy parametersGravatar Tomasz Grobelny 3-6/+22
2008-09-04dccp: Policy-based packet dequeueing infrastructureGravatar Tomasz Grobelny 5-8/+206
2008-09-04dccp: Clean up slow-path input processingGravatar Gerrit Renker 1-35/+33
2008-09-04tcp/dccp: Consolidate common code for RFC 3390 conversionGravatar Gerrit Renker 1-6/+2
2008-09-04dccp: Combine the functionality of enqeueing and cloningGravatar Gerrit Renker 1-7/+7
2008-09-04dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()Gravatar Gerrit Renker 1-24/+4
2008-09-04dccp ccid-2: Replace broken RTT estimator with better algorithmGravatar Gerrit Renker 2-82/+107
2008-09-04dccp ccid-2: Simplify dec_pipe and rearming of RTO timerGravatar Gerrit Renker 1-19/+8
2008-09-04dccp ccid-2: Remove redundant sanity testsGravatar Gerrit Renker 1-51/+0
2008-09-04dccp ccid-2: Stop pollingGravatar Gerrit Renker 2-8/+18
2008-09-04dccp: Refine the wait-for-ccid mechanismGravatar Gerrit Renker 4-53/+82
2008-09-04dccp: Extend CCID packet dequeueing interfaceGravatar Gerrit Renker 2-59/+95
2008-09-04dccp: Return-value convention of hc_tx_send_packet()Gravatar Gerrit Renker 2-9/+37
2008-09-04dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 5-100/+101
2008-09-04dccp ccid-2: Remove old infrastructureGravatar Gerrit Renker 5-336/+3
2008-09-04dccp ccid-2: Schedule Sync as out-of-band mechanismGravatar Gerrit Renker 2-4/+28
2008-09-04dccp ccid-2: Consolidate Ack-Vector processing within main DCCP moduleGravatar Gerrit Renker 1-22/+9
2008-09-04dccp ccid-2: Update code for the Ack Vector input/registration routineGravatar Gerrit Renker 2-0/+159
2008-09-04dccp ccid-2: Algorithm to update buffer stateGravatar Gerrit Renker 4-6/+98
2008-09-04dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGravatar Gerrit Renker 4-16/+56
2008-09-04dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGravatar Gerrit Renker 3-85/+80
2008-09-04dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 4-173/+127
2008-09-04dccp: Reduce noise in output and convert to ktime_tGravatar Gerrit Renker 1-41/+25
2008-09-04dccp: Merge now-reduced connect_init() functionGravatar Gerrit Renker 1-13/+5
2008-09-04dccp: Fix the adjustments to AWL and SWLGravatar Gerrit Renker 3-33/+35
2008-09-04dccp: Schedule an Ack when receiving timestampsGravatar Gerrit Renker 2-1/+3
2008-09-04dccp ccid-3: Remove dead statesGravatar Gerrit Renker 2-30/+9