aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-11[DCCP] ccid3: Make debug output consistentGerrit Renker1-35/+32
2006-12-11[DCCP] ccid3: Perform history operations only after packet has been sentGerrit Renker1-29/+9
2006-12-11[DCCP] ccid3: TX history - remove unused fieldGerrit Renker2-3/+3
2006-12-11[DCCP] ccid3: Shift window counter computationGerrit Renker1-20/+29
2006-12-11[DCCP] ccid3: Sanity-check RTT samplesGerrit Renker2-1/+13
2006-12-11[DCCP] ccid3: Initialise RTT valuesGerrit Renker1-1/+2
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker3-27/+0
2006-12-11[DCCP]: Warn when discarding packet due to internal errorsGerrit Renker1-2/+4
2006-12-11[DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker2-7/+20
2006-12-11[DCCP]: Simplify TFRC calculationGerrit Renker3-35/+35
2006-12-11[DCCP]: Debug timeval operationsGerrit Renker2-24/+33
2006-12-11[DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker1-17/+22
2006-12-11[DCCP] ccid3: Replace scaled division operationsGerrit Renker1-24/+3
2006-12-11[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker2-37/+72
2006-12-11[DCCP] ccid3: Fix two bugs in sending rate computationGerrit Renker1-2/+2
2006-12-11[DCCP] ccid3: Two optimisations for sending rate recomputationGerrit Renker1-11/+16
2006-12-11[DCCP] ccid3: Check against too large pGerrit Renker1-4/+9
2006-12-11[DCCP]: Remove timeo from output.cIan McDonald2-22/+6
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter5-10/+10
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter2-4/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells4-139/+237
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells25-1400/+1476
2006-12-03[DCCP] tfrc: Binary search for reverse TFRC lookupGerrit Renker1-14/+24
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker2-18/+6
2006-12-03[DCCP] tfrc: Identify TFRC table limits and simplify codeGerrit Renker1-9/+18
2006-12-03[DCCP] tfrc: Add protection against invalid parameters to TFRC routinesGerrit Renker1-14/+19
2006-12-03[DCCP] tfrc: Fix small error in reverse lookup of p for given f(p)Gerrit Renker1-2/+2
2006-12-03[DCCP] tfrc: Document boundaries and limits of the TFRC lookup tableGerrit Renker1-56/+88
2006-12-03[DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker1-1/+2