aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/feat.c
Commit message (Expand)AuthorAge
* dccp: kerneldoc warning fixesFabian Frederick2014-11-18
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
* dccp: send Confirm options only onceSamuel Jero2011-08-01
* dccp: support for exchanging of NN options in established state 2/2Gerrit Renker2011-08-01
* dccp: support for the exchange of NN options in established state 1/2Gerrit Renker2011-08-01
* dccp: Kill dead code and add static markers.stephen hemminger2010-10-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: mark read-only arrays as constJan Engelhardt2009-08-05
* dccp: Debugging functions for feature negotiationGerrit Renker2009-01-21
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2009-01-21
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-21
* dccp: Initialisation framework for feature negotiationGerrit Renker2009-01-21
* dccp: Integrate the TFRC library with DCCPGerrit Renker2009-01-05
* dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker2009-01-05
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-08
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-08
* dccp: Clean up old feature-negotiation infrastructureGerrit Renker2008-12-08
* dccp: Feature activation handlersGerrit Renker2008-12-02
* dccp: Processing Confirm optionsGerrit Renker2008-12-02
* dccp: Process incoming Change feature-negotiation optionsGerrit Renker2008-12-02
* dccp: Preference list reconciliationGerrit Renker2008-12-02
* dccp: Insert feature-negotiation options into skbGerrit Renker2008-12-02
* dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker2008-11-20
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-17
* dccp: Mechanism to resolve CCID dependenciesGerrit Renker2008-11-17
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-11-12
* dccp: Query supported CCIDsGerrit Renker2008-11-12
* dccp: Registration routines for changing feature valuesGerrit Renker2008-11-12
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-12
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-05
* dccp: List management for new feature negotiationGerrit Renker2008-11-05
* dccp: Implement lookup table for feature-negotiation informationGerrit Renker2008-11-05
* dccp: return -EINVAL on invalid feature lengthChris Wright2008-05-05
* [DCCP]: Make code assumptions explicitGerrit Renker2008-01-28
* [DCCP]: Remove unused and redundant validation functionsGerrit Renker2008-01-28
* [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl2007-08-14
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-11
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-03
* [DCCP]: Use kmemdupArnaldo Carvalho de Melo2006-12-03
* [DCCP]: Make feature negotiation more readableGerrit Renker2006-12-03
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap2006-03-29
* [DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo2006-03-21
* [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-21
* [DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau2006-03-20
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-20