summaryrefslogtreecommitdiffstats
path: root/net/dccp/options.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: dccp: mark expected switch fall-throughsGustavo A. R. Silva2017-10-161-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-021-1/+1
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-281-1/+1
* dccp: remove obsolete codestephen hemminger2014-01-051-32/+0Star
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-0/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-1/+1
* dccp: handle invalid feature options lengthDan Rosenberg2011-05-061-0/+2
* dccp ccid-2: Separate option parsing from CCID processingGerrit Renker2010-11-151-7/+10
* dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker2010-11-151-4/+20
* dccp ccid-2: Algorithm to update buffer stateGerrit Renker2010-11-151-4/+2Star
* dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker2010-11-101-5/+5
* dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker2010-11-101-0/+60
* dccp ccid-2: Ack Vector interface clean-upGerrit Renker2010-11-101-0/+1
* dccp: schedule an Ack when receiving timestampsGerrit Renker2010-10-121-0/+2
* dccp: Kill dead code and add static markers.stephen hemminger2010-10-071-3/+1Star
* dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2010-09-211-10/+3Star
* dccp: Add packet type information to CCID-specific option parsingGerrit Renker2010-09-211-12/+4Star
* dccp: make implementation of Syn-RTT symmetricGerrit Renker2010-06-261-1/+5
* dccp: remove unused function argumentGerrit Renker2010-06-261-8/+6Star
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
* dccp: Debugging functions for feature negotiationGerrit Renker2009-01-211-4/+0Star
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2009-01-211-4/+0Star
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-081-5/+2Star
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-081-3/+1Star
* dccp: Processing Confirm optionsGerrit Renker2008-12-021-14/+2Star
* dccp: Process incoming Change feature-negotiation optionsGerrit Renker2008-12-021-15/+8Star
* dccp: Integrate feature-negotiation insertion codeGerrit Renker2008-12-021-12/+21
* dccp: fix warning in net/dccp/options.cIngo Molnar2008-11-261-1/+1
* dccp: Header option insertion routine for feature-negotiationGerrit Renker2008-11-241-60/+31Star
* dccp: Support for Mandatory optionsGerrit Renker2008-11-241-0/+15
* dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2008-11-241-7/+14
* dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-171-1/+0Star
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-121-18/+0Star
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-178/+163Star
* dccp ccid-2: Separate option parsing from CCID processingGerrit Renker2008-09-041-7/+10
* dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker2008-09-041-4/+20
* dccp ccid-2: Algorithm to update buffer stateGerrit Renker2008-09-041-4/+2Star
* dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker2008-09-041-5/+5
* dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker2008-09-041-0/+60
* dccp: Schedule an Ack when receiving timestampsGerrit Renker2008-09-041-0/+2
* dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2008-09-041-10/+3Star
* dccp: Add packet type information to CCID-specific option parsingGerrit Renker2008-09-041-12/+4Star
* dccp: Debugging functions for feature negotiationGerrit Renker2008-09-041-4/+0Star
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2008-09-041-4/+0Star
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-09-041-5/+2Star
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-09-041-3/+1Star
* dccp: Processing Confirm optionsGerrit Renker2008-09-041-14/+2Star
* dccp: Process incoming Change feature-negotiation optionsGerrit Renker2008-09-041-15/+8Star