summaryrefslogtreecommitdiff
path: root/net/dccp/ccid.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-80/+33
2008-09-04dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker1-3/+31
2008-09-04dccp: Unused argument in CCID tx functionGerrit Renker1-3/+3
2008-09-04dccp: Add packet type information to CCID-specific option parsingGerrit Renker1-23/+23
2008-09-04dccp: Auto-load (when supported) CCID plugins for negotiationGerrit Renker1-0/+1
2008-09-04dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker1-5/+0
2008-09-04dccp: API to query the current TX/RX CCIDGerrit Renker1-0/+18
2008-09-04dccp: Query supported CCIDsGerrit Renker1-0/+5
2008-01-28[DCCP]: Introducing CCMPSGerrit Renker1-0/+2
2008-01-28[DCCP]: Documentation for CCID operationsGerrit Renker1-7/+28
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker1-10/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGerrit Renker1-6/+6
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo1-8/+10
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-65/+50
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-10-10[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo1-2/+2
2005-09-18[DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo1-0/+31
2005-08-29[DCCP]: Introduce dccp_get_infoArnaldo Carvalho de Melo1-0/+18
2005-08-29[CCID]: Make ccid_hc_[rt]x_exit accept NULL argumentsArnaldo Carvalho de Melo1-2/+4
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-6/+12
2005-08-29[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsgArnaldo Carvalho de Melo1-5/+3
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+156