aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Debug statements for Elapsed Time optionGerrit Renker2007-04-251-2/+6
* [DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker2007-04-251-2/+2
* [CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker2007-04-251-10/+21
* [DCCP]: Sample RTT from SYN exchangeGerrit Renker2007-04-252-0/+16
* [CCID3]: Use function for RTT samplingGerrit Renker2007-04-252-41/+11
* [DCCP]: Provide function for RTT samplingGerrit Renker2007-04-252-2/+48
* [CCID3]: Handle Idle and Application-Limited periodsGerrit Renker2007-04-251-44/+40
* [CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker2007-04-251-7/+18
* [CCID3]: Remove build warnings for 64bitGerrit Renker2007-04-251-5/+7
* [CCID3]: More to see in dccp_probeGerrit Renker2007-04-251-7/+10
* [DCCP]: More debug information for dccp_wait_for_ccidGerrit Renker2007-04-251-1/+2
* [DCCP]: Always use debug-toggle parametersGerrit Renker2007-04-251-4/+0
* [CCID3]: Remove race condition and update t_ipi when `s' changesGerrit Renker2007-04-251-23/+12
* [CCID3]: More verbose debuggingIan McDonald2007-04-251-1/+12
* [CCID3]: Fix use of invalid loss intervalsIan McDonald2007-04-251-1/+1
* [CCID3]: Use MSS for larger initial windowsGerrit Renker2007-04-251-5/+5
* [CCID3]: Re-order CCID 3 source fileGerrit Renker2007-04-251-44/+45
* [CCID3]: Remove redundant `len' testGerrit Renker2007-04-251-5/+2
* [DCCP]: Remove ambiguity in the way before48 is usedGerrit Renker2007-04-251-2/+4
* [DCCP]: Fix for follows48Gerrit Renker2007-04-251-3/+1
* [DCCP]: Make `before' relation unambiguousGerrit Renker2007-04-251-5/+2
* [DCCP]: Make dccp_delta_seqno return signed numbersGerrit Renker2007-04-251-2/+5
* [DCCP]: 48-bit sequence number arithmeticGerrit Renker2007-04-252-21/+28
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-15/+17
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-19/+20
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-4/+4
* [TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk2007-04-251-2/+0
* [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOVArnaldo Carvalho de Melo2007-03-281-1/+3
* [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-252-2/+1
* [DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker2007-03-093-16/+26
* [DCCP]: Revert patch which disables bidirectional modeGerrit Renker2007-03-072-23/+5
* [DCCP]: Set RTO for newly created child socketGerrit Renker2007-03-061-1/+1
* [DCCP]: Correctly split CCID half connectionsGerrit Renker2007-03-061-6/+6
* [NET]: Fix kfree(skb)Patrick McHardy2007-02-281-1/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: dccp: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1014-78/+78
* [NET]: change layout of ehash tableEric Dumazet2007-02-081-2/+2
* [DCCP]: Warning fixes.Andrew Morton2007-02-081-2/+3
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-082-2/+2
* [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-261-2/+2
* [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald2006-12-131-3/+3
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-1112-124/+136
* [DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo2006-12-112-12/+12
* [DCCP] ccid3: BUG-FIX - conversion errorsGerrit Renker2006-12-111-24/+30
* [DCCP] ccid3: Reorder packet history source fileGerrit Renker2006-12-111-107/+112
* [DCCP] ccid3: Reorder packet history header fileGerrit Renker2006-12-111-60/+67
* [DCCP] ccid3: Make debug output consistentGerrit Renker2006-12-111-35/+32