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