aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/feat.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-06dccp: Return the correct errno codeGravatar Zheng Yongjun 1-1/+1
2020-10-30net: dccp: Fix most of the kerneldoc warningsGravatar Andrew Lunn 1-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+2
2020-07-13net: dccp: kerneldoc fixesGravatar Andrew Lunn 1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-01dccp: Fix memleak in __feat_register_spGravatar YueHaibing 1-1/+6
2017-07-27dccp: fix a memleak for dccp_feat_init err processGravatar Xin Long 1-2/+5
2014-11-18dccp: kerneldoc warning fixesGravatar Fabian Frederick 1-2/+2
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-0/+10
2011-12-19net: fix assignment of 0/1 to bool variables.Gravatar Rusty Russell 1-8/+8
2011-08-01dccp: send Confirm options only onceGravatar Samuel Jero 1-5/+16
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gravatar Gerrit Renker 1-0/+116
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gravatar Gerrit Renker 1-0/+65
2010-10-06dccp: Kill dead code and add static markers.Gravatar stephen hemminger 1-10/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 1-3/+4
2009-01-21dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 1-42/+107
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-3/+8
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 1-2/+11
2009-01-21dccp: Initialisation framework for feature negotiationGravatar Gerrit Renker 1-9/+56
2009-01-04dccp: Integrate the TFRC library with DCCPGravatar Gerrit Renker 1-4/+0
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGravatar Gerrit Renker 1-1/+1
2008-12-08dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 1-1/+1
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGravatar Gerrit Renker 1-13/+0
2008-12-08dccp: Clean up old feature-negotiation infrastructureGravatar Gerrit Renker 1-498/+6
2008-12-01dccp: Feature activation handlersGravatar Gerrit Renker 1-10/+203
2008-12-01dccp: Processing Confirm optionsGravatar Gerrit Renker 1-1/+99
2008-12-01dccp: Process incoming Change feature-negotiation optionsGravatar Gerrit Renker 1-1/+179
2008-12-01dccp: Preference list reconciliationGravatar Gerrit Renker 1-2/+75
2008-12-01dccp: Insert feature-negotiation options into skbGravatar Gerrit Renker 1-0/+65
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gravatar Gerrit Renker 1-1/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGravatar Gerrit Renker 1-45/+27
2008-11-16dccp: Mechanism to resolve CCID dependenciesGravatar Gerrit Renker 1-0/+37
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGravatar Gerrit Renker 1-0/+160
2008-11-12dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+4
2008-11-12dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-23/+169
2008-11-12dccp: Limit feature negotiation to connection setup phaseGravatar Gerrit Renker 1-11/+8
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-0/+55
2008-11-04dccp: List management for new feature negotiationGravatar Gerrit Renker 1-0/+73
2008-11-04dccp: Implement lookup table for feature-negotiation informationGravatar Gerrit Renker 1-0/+39
2008-05-05dccp: return -EINVAL on invalid feature lengthGravatar Chris Wright 1-1/+1
2008-01-28[DCCP]: Make code assumptions explicitGravatar Gerrit Renker 1-7/+10
2008-01-28[DCCP]: Remove unused and redundant validation functionsGravatar Gerrit Renker 1-8/+4
2007-08-13[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Gravatar Jesper Juhl 1-4/+10
2007-02-10[NET] DCCP: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-4/+4
2006-12-11[DCCP]: Whitespace cleanupsGravatar Arnaldo Carvalho de Melo 1-3/+3
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGravatar Gerrit Renker 1-5/+6
2006-12-02[DCCP]: Use kmemdupGravatar Arnaldo Carvalho de Melo 1-8/+4
2006-12-02[DCCP]: Make feature negotiation more readableGravatar Gerrit Renker 1-27/+89
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0