summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [DCCP] ccid3: Perform history operations only after packet has been sentGerrit Renker2006-12-111-29/+9
* [DCCP] ccid3: TX history - remove unused fieldGerrit Renker2006-12-112-3/+3
* [DCCP] ccid3: Shift window counter computationGerrit Renker2006-12-111-20/+29
* [DCCP] ccid3: Sanity-check RTT samplesGerrit Renker2006-12-112-1/+13
* [DCCP] ccid3: Initialise RTT valuesGerrit Renker2006-12-111-1/+2
* [DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker2006-12-113-27/+0
* [DCCP]: Warn when discarding packet due to internal errorsGerrit Renker2006-12-111-2/+4
* [DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker2006-12-112-7/+20
* [DCCP]: Simplify TFRC calculationGerrit Renker2006-12-113-35/+35
* [DCCP]: Debug timeval operationsGerrit Renker2006-12-112-24/+33
* [DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker2006-12-111-17/+22
* [DCCP] ccid3: Replace scaled division operationsGerrit Renker2006-12-111-24/+3
* [DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker2006-12-112-37/+72
* [DCCP] ccid3: Fix two bugs in sending rate computationGerrit Renker2006-12-111-2/+2
* [DCCP] ccid3: Two optimisations for sending rate recomputationGerrit Renker2006-12-111-11/+16
* [DCCP] ccid3: Check against too large pGerrit Renker2006-12-111-4/+9
* [DCCP]: Remove timeo from output.cIan McDonald2006-12-112-22/+6
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-075-10/+10
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-072-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-054-139/+237
|\
| * [DCCP] tfrc: Binary search for reverse TFRC lookupGerrit Renker2006-12-031-14/+24
| * [DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker2006-12-032-18/+6
| * [DCCP] tfrc: Identify TFRC table limits and simplify codeGerrit Renker2006-12-031-9/+18
| * [DCCP] tfrc: Add protection against invalid parameters to TFRC routinesGerrit Renker2006-12-031-14/+19
| * [DCCP] tfrc: Fix small error in reverse lookup of p for given f(p)Gerrit Renker2006-12-031-2/+2
| * [DCCP] tfrc: Document boundaries and limits of the TFRC lookup tableGerrit Renker2006-12-031-56/+88
| * [DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker2006-12-031-1/+2
| * [DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker2006-12-031-37/+52
| * [DCCP]: Fix BUG in retransmission delay calculationGerrit Renker2006-12-031-1/+1
| * [DCCP]: Use higher RTO default for CCID3Gerrit Renker2006-12-032-8/+46
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0525-1400/+1476
|\|
| * [DCCP]: Use `unsigned' for packet lengthsGerrit Renker2006-12-024-58/+48
| * [DCCP] ccid3: Larger initial windowsGerrit Renker2006-12-022-33/+37
| * [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0Arnaldo Carvalho de Melo2006-12-021-2/+2
| * [DCCP]: Tidy up unused structuresGerrit Renker2006-12-022-8/+4