summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-261-1/+1
* [DCCP]: Debug statements for Elapsed Time optionGerrit Renker2007-04-261-2/+6
* [DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker2007-04-261-2/+2
* [CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker2007-04-261-10/+21
* [DCCP]: Sample RTT from SYN exchangeGerrit Renker2007-04-262-0/+16
* [CCID3]: Use function for RTT samplingGerrit Renker2007-04-262-41/+11Star
* [DCCP]: Provide function for RTT samplingGerrit Renker2007-04-262-2/+48
* [CCID3]: Handle Idle and Application-Limited periodsGerrit Renker2007-04-261-44/+40Star
* [CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker2007-04-261-7/+18
* [CCID3]: Remove build warnings for 64bitGerrit Renker2007-04-261-5/+7
* [CCID3]: More to see in dccp_probeGerrit Renker2007-04-261-7/+10
* [DCCP]: More debug information for dccp_wait_for_ccidGerrit Renker2007-04-261-1/+2
* [DCCP]: Always use debug-toggle parametersGerrit Renker2007-04-261-4/+0Star
* [CCID3]: Remove race condition and update t_ipi when `s' changesGerrit Renker2007-04-261-23/+12Star
* [CCID3]: More verbose debuggingIan McDonald2007-04-261-1/+12
* [CCID3]: Fix use of invalid loss intervalsIan McDonald2007-04-261-1/+1
* [CCID3]: Use MSS for larger initial windowsGerrit Renker2007-04-261-5/+5
* [CCID3]: Re-order CCID 3 source fileGerrit Renker2007-04-261-44/+45
* [CCID3]: Remove redundant `len' testGerrit Renker2007-04-261-5/+2Star
* [DCCP]: Remove ambiguity in the way before48 is usedGerrit Renker2007-04-261-2/+4
* [DCCP]: Fix for follows48Gerrit Renker2007-04-261-3/+1Star
* [DCCP]: Make `before' relation unambiguousGerrit Renker2007-04-261-5/+2Star
* [DCCP]: Make dccp_delta_seqno return signed numbersGerrit Renker2007-04-261-2/+5
* [DCCP]: 48-bit sequence number arithmeticGerrit Renker2007-04-262-21/+28
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-15/+17
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-19/+20
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-4/+4
* [TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk2007-04-261-2/+0Star
* [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-262-2/+1Star
* [DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker2007-03-093-16/+26
* [DCCP]: Revert patch which disables bidirectional modeGerrit Renker2007-03-082-23/+5Star
* [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-1114-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-141-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