aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/dccp.h
AgeCommit message (Expand)Author
2007-04-25[DCCP]: Provide function for RTT samplingGerrit Renker
2007-04-25[DCCP]: Always use debug-toggle parametersGerrit Renker
2007-04-25[DCCP]: Fix for follows48Gerrit Renker
2007-04-25[DCCP]: Make `before' relation unambiguousGerrit Renker
2007-04-25[DCCP]: Make dccp_delta_seqno return signed numbersGerrit Renker
2007-04-25[DCCP]: 48-bit sequence number arithmeticGerrit Renker
2007-03-25[DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk
2007-03-09[DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-11[DCCP]: Debug timeval operationsGerrit Renker
2006-12-11[DCCP]: Remove timeo from output.cIan McDonald
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker
2006-12-02[DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker
2006-12-02[DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker
2006-12-02[DCCP]: Fix logfile overflowIan McDonald
2006-12-02[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker
2006-12-02[DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo
2006-12-02[DCCP]: set safe upper bound for option lengthGerrit Renker
2006-10-24[DCCP]: Update documentation references.Gerrit Renker
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald
2006-08-26[DCCP]: Introduces follows48 functionIan McDonald
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo
2006-03-20[DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo
2006-03-20[DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo
2006-03-20[DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo
2006-03-20[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo
2005-10-31[DCCP]: Simplify skb_set_owner_w semanticsHerbert Xu
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo
2005-08-29[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packetArnaldo Carvalho de Melo
2005-08-29[CCID3]: Reorganise timeval handlingArnaldo Carvalho de Melo
2005-08-29[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmitArnaldo Carvalho de Melo
2005-08-29[DCCP]: Export dccp_insert_option_timestamp to CCIDsArnaldo Carvalho de Melo