aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-11[DCCP]: Debug timeval operationsGerrit Renker1-0/+1
2006-12-11[DCCP]: Remove timeo from output.cIan McDonald1-2/+0
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-6/+11
2006-12-02[DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald1-0/+1
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker1-7/+12
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker1-0/+8
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker1-6/+6
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker1-0/+11
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker1-5/+24
2006-12-02[DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker1-12/+1
2006-12-02[DCCP]: Fix logfile overflowIan McDonald1-0/+2
2006-12-02[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker1-0/+2
2006-12-02[DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo1-2/+0
2006-12-02[DCCP]: set safe upper bound for option lengthGerrit Renker1-6/+12
2006-10-24[DCCP]: Update documentation references.Gerrit Renker1-1/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-1/+1
2006-08-26[DCCP]: Introduces follows48 functionIan McDonald1-0/+8
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-6/+5
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+8
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo1-4/+4
2006-03-20[DCCP]: Remove leftover dccp_send_response prototypeArnaldo Carvalho de Melo1-1/+0
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo1-3/+1
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo1-47/+2
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo1-6/+0
2006-03-20[DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo1-0/+1
2006-03-20[DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo1-2/+2
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo1-5/+1
2006-03-20[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo1-0/+14
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau1-17/+6
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo1-0/+22
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo1-1/+1
2005-10-31[DCCP]: Simplify skb_set_owner_w semanticsHerbert Xu1-1/+0
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-70/+12
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo1-5/+4
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo1-12/+4
2005-08-29[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packetArnaldo Carvalho de Melo1-0/+1
2005-08-29[CCID3]: Reorganise timeval handlingArnaldo Carvalho de Melo1-4/+40
2005-08-29[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmitArnaldo Carvalho de Melo1-2/+1
2005-08-29[DCCP]: Export dccp_insert_option_timestamp to CCIDsArnaldo Carvalho de Melo1-0/+2
2005-08-29[DCCP]: Implement the CLOSING timerArnaldo Carvalho de Melo1-1/+1
2005-08-29[DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo1-8/+4
2005-08-29[DCCP]: Fix the timestamp optionsIan McDonald1-2/+17
2005-08-29[DCCP]: Send SYNCACK packets in response to SYNC packetsArnaldo Carvalho de Melo1-1/+2
2005-08-29[DCCP]: Fix compiler warningsPatrick McHardy1-6/+5
2005-08-29[DCCP]: Fix sparse warningsArnaldo Carvalho de Melo1-4/+9
2005-08-29[DCCP]: Introduce the DCCP Kernel hacking menuArnaldo Carvalho de Melo1-4/+3
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-20/+36
2005-08-29[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsgArnaldo Carvalho de Melo1-2/+3