summaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Provide function for RTT samplingGerrit Renker2007-04-251-2/+8
* [DCCP]: Always use debug-toggle parametersGerrit Renker2007-04-251-4/+0
* [DCCP]: Fix for follows48Gerrit Renker2007-04-251-3/+1
* [DCCP]: Make `before' relation unambiguousGerrit Renker2007-04-251-5/+2
* [DCCP]: Make dccp_delta_seqno return signed numbersGerrit Renker2007-04-251-2/+5
* [DCCP]: 48-bit sequence number arithmeticGerrit Renker2007-04-251-20/+27
* [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-251-1/+0
* [DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker2007-03-091-0/+1
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [DCCP]: Debug timeval operationsGerrit Renker2006-12-111-0/+1
* [DCCP]: Remove timeo from output.cIan McDonald2006-12-111-2/+0
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-6/+11
* [DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald2006-12-021-0/+1
* [DCCP]: enable debug messages also for static buildsGerrit Renker2006-12-021-7/+12
* [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker2006-12-021-0/+8
* [DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker2006-12-021-6/+6
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-021-0/+11
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-021-5/+24
* [DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker2006-12-021-12/+1
* [DCCP]: Fix logfile overflowIan McDonald2006-12-021-0/+2
* [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker2006-12-021-0/+2
* [DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo2006-12-021-2/+0
* [DCCP]: set safe upper bound for option lengthGerrit Renker2006-12-021-6/+12
* [DCCP]: Update documentation references.Gerrit Renker2006-10-241-1/+1
* [DCCP]: Introduce tx bufferingIan McDonald2006-09-221-1/+1
* [DCCP]: Introduces follows48 functionIan McDonald2006-08-261-0/+8
* [DCCP]: Update contact details and copyrightIan McDonald2006-08-261-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-201-6/+5
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-0/+8
* [DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo2006-03-201-4/+4
* [DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo2006-03-201-1/+0
* [DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo2006-03-201-3/+1
* [DCCP]: Uninline some functionsArnaldo Carvalho de Melo2006-03-201-47/+2
* [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo2006-03-201-6/+0
* [DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo2006-03-201-0/+1
* [DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo2006-03-201-2/+2
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-201-5/+1
* [DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo2006-03-201-0/+14
* [DCCP]: sparse endianness annotationsAndrea Bittau2006-03-201-17/+6
* [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo2006-01-031-0/+22
* [DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo2006-01-031-1/+1
* [DCCP]: Simplify skb_set_owner_w semanticsHerbert Xu2005-10-311-1/+0
* [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo2005-09-181-70/+12
* [DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo2005-09-161-5/+4
* [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-091-12/+4
* [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packetArnaldo Carvalho de Melo2005-08-291-0/+1
* [CCID3]: Reorganise timeval handlingArnaldo Carvalho de Melo2005-08-291-4/+40
* [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmitArnaldo Carvalho de Melo2005-08-291-2/+1
* [DCCP]: Export dccp_insert_option_timestamp to CCIDsArnaldo Carvalho de Melo2005-08-291-0/+2