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