nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / dccp / ccid.h
2009-01-05 Gerrit Renkerdccp: Clean up ccid.c after integration of CCID plugins
2009-01-05 Gerrit Renkerdccp: Lockless integration of CCID congestion-control...
2008-12-08 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-11-24 Gerrit Renkerdccp: API to query the current TX/RX CCID
2008-11-12 Gerrit Renkerdccp: Query supported CCIDs
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp: Return-value convention of hc_tx_send_packet()
2008-09-04 Gerrit Renkerdccp: Unused argument in CCID tx function
2008-09-04 Gerrit Renkerdccp: Add packet type information to CCID-specific...
2008-09-04 Gerrit Renkerdccp: Auto-load (when supported) CCID plugins for negot...
2008-09-04 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-09-04 Gerrit Renkerdccp: API to query the current TX/RX CCID
2008-09-04 Gerrit Renkerdccp: Query supported CCIDs
2008-01-28 Gerrit Renker[DCCP]: Introducing CCMPS
2008-01-28 Gerrit Renker[DCCP]: Documentation for CCID operations
2006-12-11 Gerrit Renker[DCCP] ccid: Deprecate ccid_hc_tx_insert_options
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-03 Gerrit Renker[DCCP]: Use `unsigned' for packet lengths
2006-03-21 Arnaldo Carvalho... [DCCP] options: Make dccp_insert_options & friends...
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-10-11 Arnaldo Carvalho... [CCID]: Check if ccid is NULL in the hc_[tr]x_exit...
2005-09-18 Arnaldo Carvalho... [DCCP]: Introduce CCID getsockopt for the CCIDs
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_get_info
2005-08-29 Arnaldo Carvalho... [CCID]: Make ccid_hc_[rt]x_exit accept NULL arguments
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation