aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/options.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19net: fix assignment of 0/1 to bool variables.Gravatar Rusty Russell 1-1/+1
2011-05-06dccp: handle invalid feature options lengthGravatar Dan Rosenberg 1-0/+2
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 1-7/+10
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGravatar Gerrit Renker 1-4/+20
2010-11-15dccp ccid-2: Algorithm to update buffer stateGravatar Gerrit Renker 1-4/+2
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGravatar Gerrit Renker 1-5/+5
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGravatar Gerrit Renker 1-0/+60
2010-11-10dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 1-0/+1
2010-10-12dccp: schedule an Ack when receiving timestampsGravatar Gerrit Renker 1-0/+2
2010-10-06dccp: Kill dead code and add static markers.Gravatar stephen hemminger 1-3/+1
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGravatar Gerrit Renker 1-10/+3
2010-09-21dccp: Add packet type information to CCID-specific option parsingGravatar Gerrit Renker 1-12/+4
2010-06-25dccp: make implementation of Syn-RTT symmetricGravatar Gerrit Renker 1-1/+5
2010-06-25dccp: remove unused function argumentGravatar Gerrit Renker 1-8/+6
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Gravatar Alexey Dobriyan 1-1/+1
2009-01-21dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 1-4/+0
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-4/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-5/+2
2008-12-08dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 1-3/+1
2008-12-01dccp: Processing Confirm optionsGravatar Gerrit Renker 1-14/+2
2008-12-01dccp: Process incoming Change feature-negotiation optionsGravatar Gerrit Renker 1-15/+8
2008-12-01dccp: Integrate feature-negotiation insertion codeGravatar Gerrit Renker 1-12/+21
2008-11-25dccp: fix warning in net/dccp/options.cGravatar Ingo Molnar 1-1/+1
2008-11-23dccp: Header option insertion routine for feature-negotiationGravatar Gerrit Renker 1-60/+31
2008-11-23dccp: Support for Mandatory optionsGravatar Gerrit Renker 1-0/+15
2008-11-23dccp: Increase the scope of variable-length htonl/ntohl functionsGravatar Gerrit Renker 1-7/+14
2008-11-16dccp: Deprecate Ack Ratio sysctlGravatar Gerrit Renker 1-1/+0
2008-11-12dccp: Limit feature negotiation to connection setup phaseGravatar Gerrit Renker 1-18/+0
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gravatar Gerrit Renker 1-178/+163
2008-09-04dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 1-7/+10
2008-09-04dccp ccid-2: Schedule Sync as out-of-band mechanismGravatar Gerrit Renker 1-4/+20
2008-09-04dccp ccid-2: Algorithm to update buffer stateGravatar Gerrit Renker 1-4/+2
2008-09-04dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGravatar Gerrit Renker 1-5/+5
2008-09-04dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGravatar Gerrit Renker 1-0/+60
2008-09-04dccp: Schedule an Ack when receiving timestampsGravatar Gerrit Renker 1-0/+2
2008-09-04dccp: Replace magic CCID-specific numbers by symbolic constantsGravatar Gerrit Renker 1-10/+3
2008-09-04dccp: Add packet type information to CCID-specific option parsingGravatar Gerrit Renker 1-12/+4
2008-09-04dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 1-4/+0
2008-09-04dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-4/+0
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-5/+2
2008-09-04dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 1-3/+1
2008-09-04dccp: Processing Confirm optionsGravatar Gerrit Renker 1-14/+2
2008-09-04dccp: Process incoming Change feature-negotiation optionsGravatar Gerrit Renker 1-15/+8
2008-09-04dccp: Integrate feature-negotiation insertion codeGravatar Gerrit Renker 1-12/+21
2008-09-04dccp: Header option insertion routine for feature-negotiationGravatar Gerrit Renker 1-60/+31
2008-09-04dccp: Support for Mandatory optionsGravatar Gerrit Renker 1-0/+15
2008-09-04dccp: Increase the scope of variable-length htonl/ntohl functionsGravatar Gerrit Renker 1-7/+14
2008-09-04dccp: Deprecate Ack Ratio sysctlGravatar Gerrit Renker 1-1/+0
2008-09-04dccp: Limit feature negotiation to connection setup phaseGravatar Gerrit Renker 1-18/+0
2008-09-04dccp: Fill in the Data fields for "Option Error" ResetsGravatar Gerrit Renker 1-0/+3