summaryrefslogtreecommitdiff
path: root/net/dccp/options.c
AgeCommit message (Expand)Author
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker
2008-09-04dccp ccid-2: Separate option parsing from CCID processingGerrit Renker
2008-09-04dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker
2008-09-04dccp ccid-2: Algorithm to update buffer stateGerrit Renker
2008-09-04dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker
2008-09-04dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker
2008-09-04dccp: Schedule an Ack when receiving timestampsGerrit Renker
2008-09-04dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker
2008-09-04dccp: Add packet type information to CCID-specific option parsingGerrit Renker
2008-09-04dccp: Debugging functions for feature negotiationGerrit Renker
2008-09-04dccp: Initialisation and type-checking of feature sysctlsGerrit Renker
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-09-04dccp: Remove manual influence on NDP Count featureGerrit Renker
2008-09-04dccp: Processing Confirm optionsGerrit Renker
2008-09-04dccp: Process incoming Change feature-negotiation optionsGerrit Renker
2008-09-04dccp: Integrate feature-negotiation insertion codeGerrit Renker
2008-09-04dccp: Header option insertion routine for feature-negotiationGerrit Renker
2008-09-04dccp: Support for Mandatory optionsGerrit Renker
2008-09-04dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker
2008-09-04dccp: Deprecate Ack Ratio sysctlGerrit Renker
2008-09-04dccp: Limit feature negotiation to connection setup phaseGerrit Renker
2008-09-04dccp: Fill in the Data fields for "Option Error" ResetsGerrit Renker
2008-09-04dccp: Silently ignore options with nonsensical lengthsGerrit Renker
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker
2008-06-11dccp ccid-2: Bug-Fix - Ack Vectors need to be ignored on request socketsGerrit Renker
2008-01-28[DCCP]: Ignore feature negotiation on Data packetsGerrit Renker
2008-01-28[DCCP]: Support inserting options during the 3-way handshakeGerrit Renker
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker
2008-01-28[DCCP]: Allow to parse options on Request SocketsGerrit Renker
2008-01-28[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request alsoGerrit Renker
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker
2007-10-10[DCCP]: Wrong format in printkGerrit Renker
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGerrit Renker
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo
2007-10-10[DCCP] options: convert dccp_insert_option_timestamp to ktime_tArnaldo Carvalho de Melo
2007-10-10[DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo
2007-04-25[DCCP]: Debug statements for Elapsed Time optionGerrit Renker
2007-04-25[DCCP]: Sample RTT from SYN exchangeGerrit Renker
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker
2006-10-24[DCCP]: Update documentation references.Gerrit Renker
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald
2006-07-24[DCCP]: Fix default sequence window sizeIan McDonald