summaryrefslogtreecommitdiff
path: root/net/dccp/options.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-5/+2
2008-09-04dccp: Remove manual influence on NDP Count featureGerrit Renker1-3/+1
2008-09-04dccp: Processing Confirm optionsGerrit Renker1-14/+2
2008-09-04dccp: Process incoming Change feature-negotiation optionsGerrit Renker1-15/+8
2008-09-04dccp: Integrate feature-negotiation insertion codeGerrit Renker1-12/+21
2008-09-04dccp: Header option insertion routine for feature-negotiationGerrit Renker1-60/+31
2008-09-04dccp: Support for Mandatory optionsGerrit Renker1-0/+15
2008-09-04dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker1-7/+14
2008-09-04dccp: Deprecate Ack Ratio sysctlGerrit Renker1-1/+0
2008-09-04dccp: Limit feature negotiation to connection setup phaseGerrit Renker1-18/+0
2008-09-04dccp: Fill in the Data fields for "Option Error" ResetsGerrit Renker1-0/+3
2008-09-04dccp: Silently ignore options with nonsensical lengthsGerrit Renker1-4/+6
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker1-6/+8
2008-06-11dccp ccid-2: Bug-Fix - Ack Vectors need to be ignored on request socketsGerrit Renker1-1/+3
2008-01-29[DCCP]: Ignore feature negotiation on Data packetsGerrit Renker1-1/+5
2008-01-29[DCCP]: Support inserting options during the 3-way handshakeGerrit Renker1-10/+22
2008-01-29[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker1-20/+36
2008-01-29[DCCP]: Allow to parse options on Request SocketsGerrit Renker1-11/+23
2008-01-29[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request alsoGerrit Renker1-7/+6
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker1-11/+22
2007-10-11[DCCP]: Wrong format in printkGerrit Renker1-1/+1
2007-10-11[DCCP]: Tidy-up -- minisock initialisationGerrit Renker1-10/+0
2007-10-11[DCCP]: Provide 10s of microsecond timesourceGerrit Renker1-1/+1
2007-10-11[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo1-16/+0
2007-10-11[DCCP] options: convert dccp_insert_option_timestamp to ktime_tArnaldo Carvalho de Melo1-5/+1
2007-10-11[DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo1-8/+5
2007-04-26[DCCP]: Debug statements for Elapsed Time optionGerrit Renker1-2/+6
2007-04-26[DCCP]: Sample RTT from SYN exchangeGerrit Renker1-0/+8
2007-04-26[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk1-2/+0
2007-02-11[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-12-12[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker1-5/+0
2006-12-03[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau1-1/+2
2006-12-03[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-6/+4
2006-12-03[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-11/+7
2006-12-03[DCCP]: Make feature negotiation more readableGerrit Renker1-1/+3
2006-12-03[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker1-13/+13
2006-10-25[DCCP]: Update documentation references.Gerrit Renker1-1/+1
2006-08-27[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-21[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-15/+15
2006-03-21[DCCP]: Fix uninitialized var warnings in dccp_parse_options().David S. Miller1-0/+1
2006-03-21[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo1-63/+46
2006-03-21[DCCP] options: Fix handling of ackvecs in DATA packetsArnaldo Carvalho de Melo1-1/+1
2006-03-21[DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo1-1/+6
2006-03-21[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo1-0/+2
2006-03-21[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo1-10/+12
2006-03-21[DCCP]: sparse endianness annotationsAndrea Bittau1-14/+13
2006-03-21[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