aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker1-11/+22
2007-10-10[DCCP]: Wrong format in printkGerrit Renker1-1/+1
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGerrit Renker1-10/+0
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker1-1/+1
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo1-16/+0
2007-10-10[DCCP] options: convert dccp_insert_option_timestamp to ktime_tArnaldo Carvalho de Melo1-5/+1
2007-10-10[DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo1-8/+5
2007-04-25[DCCP]: Debug statements for Elapsed Time optionGerrit Renker1-2/+6
2007-04-25[DCCP]: Sample RTT from SYN exchangeGerrit Renker1-0/+8
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk1-2/+0
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker1-5/+0
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau1-1/+2
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-6/+4
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-11/+7
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker1-1/+3
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker1-13/+13
2006-10-24[DCCP]: Update documentation references.Gerrit Renker1-1/+1
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald1-1/+1
2006-07-24[DCCP]: Fix default sequence window sizeIan McDonald1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-15/+15
2006-03-20[DCCP]: Fix uninitialized var warnings in dccp_parse_options().David S. Miller1-0/+1
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo1-63/+46
2006-03-20[DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo1-1/+1
2006-03-20[DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo1-1/+6
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo1-0/+2
2006-03-20[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo1-10/+12
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau1-14/+13
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-2/+137
2005-09-18[DCCP]: Don't use necessarily the same CCID for tx and rxArnaldo Carvalho de Melo1-1/+2
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-433/+7
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo1-10/+35
2005-09-09[DCCP] Give precedence to the biggest ELAPSED_TIMEArnaldo Carvalho de Melo1-16/+18
2005-09-09[CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo1-3/+8
2005-08-29[CCID3]: Reorganise timeval handlingArnaldo Carvalho de Melo1-2/+3
2005-08-29[DCCP]: Export dccp_insert_option_timestamp to CCIDsArnaldo Carvalho de Melo1-4/+4
2005-08-29[DCCP]: Fix the timestamp optionsIan McDonald1-28/+59
2005-08-29[DCCP]: Fix elapsed time option as per section 13.2 of spec v11Ian McDonald1-4/+1
2005-08-29[DCCP]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+2
2005-08-29[DCCP]: Introduce the DCCP Kernel hacking menuArnaldo Carvalho de Melo1-9/+9
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-84/+131
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-4/+4
2005-08-29[DCCP]: Fix u64 printf format warnings.David S. Miller1-10/+25
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+763