aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/feat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-27dccp: fix a memleak for dccp_feat_init err processXin Long1-2/+5
2014-11-18dccp: kerneldoc warning fixesFabian Frederick1-2/+2
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+10
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-8/+8
2011-08-01dccp: send Confirm options only onceSamuel Jero1-5/+16
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gerrit Renker1-0/+116
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker1-0/+65
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger1-10/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt1-3/+4
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker1-42/+107
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker1-3/+8
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-2/+11
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker1-9/+56
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker1-4/+0
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker1-1/+1
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker1-1/+1
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker1-13/+0
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker1-498/+6
2008-12-01dccp: Feature activation handlersGerrit Renker1-10/+203
2008-12-01dccp: Processing Confirm optionsGerrit Renker1-1/+99
2008-12-01dccp: Process incoming Change feature-negotiation optionsGerrit Renker1-1/+179
2008-12-01dccp: Preference list reconciliationGerrit Renker1-2/+75
2008-12-01dccp: Insert feature-negotiation options into skbGerrit Renker1-0/+65
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker1-1/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker1-45/+27
2008-11-16dccp: Mechanism to resolve CCID dependenciesGerrit Renker1-0/+37
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+160
2008-11-12dccp: Query supported CCIDsGerrit Renker1-0/+4
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker1-23/+169
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker1-11/+8
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+55
2008-11-04dccp: List management for new feature negotiationGerrit Renker1-0/+73
2008-11-04dccp: Implement lookup table for feature-negotiation informationGerrit Renker1-0/+39
2008-05-05dccp: return -EINVAL on invalid feature lengthChris Wright1-1/+1
2008-01-28[DCCP]: Make code assumptions explicitGerrit Renker1-7/+10
2008-01-28[DCCP]: Remove unused and redundant validation functionsGerrit Renker1-8/+4
2007-08-13[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl1-4/+10
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-3/+3
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-5/+6
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo1-8/+4
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker1-27/+89
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-29[DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap1-3/+3
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo1-16/+14
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-44/+37
2006-03-20[DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau1-1/+42
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+554