nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / dccp / feat.c
2009-01-05 Gerrit Renkerdccp: Integrate the TFRC library with DCCP
2009-01-05 Gerrit Renkerdccp: Clean up ccid.c after integration of CCID plugins
2008-12-08 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-12-08 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-12-08 Gerrit Renkerdccp: Clean up old feature-negotiation infrastructure
2008-12-02 Gerrit Renkerdccp: Feature activation handlers
2008-12-02 Gerrit Renkerdccp: Processing Confirm options
2008-12-02 Gerrit Renkerdccp: Process incoming Change feature-negotiation options
2008-12-02 Gerrit Renkerdccp: Preference list reconciliation
2008-12-02 Gerrit Renkerdccp: Insert feature-negotiation options into skb
2008-11-20 Gerrit Renkerdccp: Fix bracing in dccp_feat_list_lookup.
2008-11-17 Gerrit Renkerdccp: Deprecate old setsockopt framework
2008-11-17 Gerrit Renkerdccp: Mechanism to resolve CCID dependencies
2008-11-12 Gerrit Renkerdccp: Resolve dependencies of features on choice of...
2008-11-12 Gerrit Renkerdccp: Query supported CCIDs
2008-11-12 Gerrit Renkerdccp: Registration routines for changing feature values
2008-11-12 Gerrit Renkerdccp: Limit feature negotiation to connection setup...
2008-11-05 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-11-05 Gerrit Renkerdccp: List management for new feature negotiation
2008-11-05 Gerrit Renkerdccp: Implement lookup table for feature-negotiation...
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp ccid-2: Use feature-negotiation to report Ack...
2008-09-04 Gerrit Renkerdccp: Support for exchanging of NN options in establish...
2008-09-04 Gerrit Renkerdccp: Support for the exchange of NN options in establi...
2008-09-04 Gerrit Renkerdccp: Debugging functions for feature negotiation
2008-09-04 Gerrit Renkerdccp: Initialisation and type-checking of feature sysctls
2008-09-04 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2008-09-04 Gerrit Renkerdccp: Auto-load (when supported) CCID plugins for negot...
2008-09-04 Gerrit Renkerdccp: Initialisation framework for feature negotiation
2008-09-04 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-09-04 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-09-04 Gerrit Renkerdccp: Clean up old feature-negotiation infrastructure
2008-09-04 Gerrit Renkerdccp: Feature activation handlers
2008-09-04 Gerrit Renkerdccp: Processing Confirm options
2008-09-04 Gerrit Renkerdccp: Process incoming Change feature-negotiation options
2008-09-04 Gerrit Renkerdccp: Preference list reconciliation
2008-09-04 Gerrit Renkerdccp: Insert feature-negotiation options into skb
2008-09-04 Gerrit Renkerdccp: Deprecate old setsockopt framework
2008-09-04 Gerrit Renkerdccp: Mechanism to resolve CCID dependencies
2008-09-04 Gerrit Renkerdccp: Resolve dependencies of features on choice of...
2008-09-04 Gerrit Renkerdccp: Query supported CCIDs
2008-09-04 Gerrit Renkerdccp: Registration routines for changing feature values
2008-09-04 Gerrit Renkerdccp: Limit feature negotiation to connection setup...
2008-09-04 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-09-04 Gerrit Renkerdccp: List management for new feature negotiation
2008-09-04 Gerrit Renkerdccp: Implement lookup table for feature-negotiation...
2008-09-04 Gerrit Renkerdccp: Basic data structure for feature negotiation
2008-05-05 Chris Wrightdccp: return -EINVAL on invalid feature length
2008-01-28 Gerrit Renker[DCCP]: Make code assumptions explicit
2008-01-28 Gerrit Renker[DCCP]: Remove unused and redundant validation functions
2007-08-14 Jesper Juhl[DCCP]: fix memory leak and clean up style - dccp_feat_...
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Arnaldo Carvalho... [DCCP]: Use kmemdup
2006-12-03 Gerrit Renker[DCCP]: Make feature negotiation more readable
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-29 Randy Dunlap[DCCP]: Use NULL for pointers, comfort sparse.
2006-03-21 Arnaldo Carvalho... [DCCP] feat: Pass dccp_minisock ptr where only the...
2006-03-21 Arnaldo Carvalho... [DCCP] minisock: Rename struct dccp_options to struct...
2006-03-21 Andrea Bittau[DCCP] feat: Actually change the CCID upon negotiation
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation