aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary1-1/+1
2007-04-25[DCCP]: Debug statements for Elapsed Time optionGerrit Renker1-2/+6
2007-04-25[DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker1-2/+2
2007-04-25[CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker1-10/+21
2007-04-25[DCCP]: Sample RTT from SYN exchangeGerrit Renker2-0/+16
2007-04-25[CCID3]: Use function for RTT samplingGerrit Renker2-41/+11
2007-04-25[DCCP]: Provide function for RTT samplingGerrit Renker2-2/+48
2007-04-25[CCID3]: Handle Idle and Application-Limited periodsGerrit Renker1-44/+40
2007-04-25[CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker1-7/+18
2007-04-25[CCID3]: Remove build warnings for 64bitGerrit Renker1-5/+7
2007-04-25[CCID3]: More to see in dccp_probeGerrit Renker1-7/+10
2007-04-25[DCCP]: More debug information for dccp_wait_for_ccidGerrit Renker1-1/+2
2007-04-25[DCCP]: Always use debug-toggle parametersGerrit Renker1-4/+0
2007-04-25[CCID3]: Remove race condition and update t_ipi when `s' changesGerrit Renker1-23/+12
2007-04-25[CCID3]: More verbose debuggingIan McDonald1-1/+12
2007-04-25[CCID3]: Fix use of invalid loss intervalsIan McDonald1-1/+1
2007-04-25[CCID3]: Use MSS for larger initial windowsGerrit Renker1-5/+5
2007-04-25[CCID3]: Re-order CCID 3 source fileGerrit Renker1-44/+45
2007-04-25[CCID3]: Remove redundant `len' testGerrit Renker1-5/+2
2007-04-25[DCCP]: Remove ambiguity in the way before48 is usedGerrit Renker1-2/+4
2007-04-25[DCCP]: Fix for follows48Gerrit Renker1-3/+1
2007-04-25[DCCP]: Make `before' relation unambiguousGerrit Renker1-5/+2
2007-04-25[DCCP]: Make dccp_delta_seqno return signed numbersGerrit Renker1-2/+5
2007-04-25[DCCP]: 48-bit sequence number arithmeticGerrit Renker2-21/+28
2007-04-25[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-15/+17
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-19/+20
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-4/+4
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk1-2/+0
2007-03-28[DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOVArnaldo Carvalho de Melo1-1/+3
2007-03-25[DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2-2/+1
2007-03-09[DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker3-16/+26
2007-03-07[DCCP]: Revert patch which disables bidirectional modeGerrit Renker2-23/+5
2007-03-06[DCCP]: Set RTO for newly created child socketGerrit Renker1-1/+1
2007-03-06[DCCP]: Correctly split CCID half connectionsGerrit Renker1-6/+6
2007-02-28[NET]: Fix kfree(skb)Patrick McHardy1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: dccp: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki14-78/+78
2007-02-08[NET]: change layout of ehash tableEric Dumazet1-2/+2
2007-02-08[DCCP]: Warning fixes.Andrew Morton1-2/+3
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2-2/+2
2007-01-26[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller1-2/+2
2006-12-13[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald1-3/+3
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo12-124/+136
2006-12-11[DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo2-12/+12
2006-12-11[DCCP] ccid3: BUG-FIX - conversion errorsGerrit Renker1-24/+30
2006-12-11[DCCP] ccid3: Reorder packet history source fileGerrit Renker1-107/+112
2006-12-11[DCCP] ccid3: Reorder packet history header fileGerrit Renker1-60/+67