aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet1-1/+1
2016-04-27dccp: rename DCCP_INC_STATS_BH()Eric Dumazet1-1/+1
2014-01-04dccp: remove obsolete codestephen hemminger1-32/+0
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker1-7/+10
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker1-4/+20
2010-11-15dccp ccid-2: Algorithm to update buffer stateGerrit Renker1-4/+2
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker1-5/+5
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker1-0/+60
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker1-0/+1
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker1-0/+2
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger1-3/+1
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker1-10/+3
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker1-12/+4
2010-06-25dccp: make implementation of Syn-RTT symmetricGerrit Renker1-1/+5
2010-06-25dccp: remove unused function argumentGerrit Renker1-8/+6
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker1-4/+0
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker1-4/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-5/+2
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker1-3/+1
2008-12-01dccp: Processing Confirm optionsGerrit Renker1-14/+2
2008-12-01dccp: Process incoming Change feature-negotiation optionsGerrit Renker1-15/+8
2008-12-01dccp: Integrate feature-negotiation insertion codeGerrit Renker1-12/+21
2008-11-25dccp: fix warning in net/dccp/options.cIngo Molnar1-1/+1
2008-11-23dccp: Header option insertion routine for feature-negotiationGerrit Renker1-60/+31
2008-11-23dccp: Support for Mandatory optionsGerrit Renker1-0/+15
2008-11-23dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker1-7/+14
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker1-1/+0
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker1-18/+0
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-178/+163
2008-09-04dccp ccid-2: Separate option parsing from CCID processingGerrit Renker1-7/+10
2008-09-04dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker1-4/+20
2008-09-04dccp ccid-2: Algorithm to update buffer stateGerrit Renker1-4/+2
2008-09-04dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker1-5/+5
2008-09-04dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker1-0/+60
2008-09-04dccp: Schedule an Ack when receiving timestampsGerrit Renker1-0/+2
2008-09-04dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker1-10/+3
2008-09-04dccp: Add packet type information to CCID-specific option parsingGerrit Renker1-12/+4
2008-09-04dccp: Debugging functions for feature negotiationGerrit Renker1-4/+0
2008-09-04dccp: Initialisation and type-checking of feature sysctlsGerrit Renker1-4/+0
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