aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dccp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker1-4/+2
2008-02-03[DCCP]: Reorganize struct dccp_sock to save 8 bytesArnaldo Carvalho de Melo1-1/+1
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker1-2/+14
2008-01-28[DCCP]: Allow to parse options on Request SocketsGerrit Renker1-2/+3
2008-01-28[DCCP]: Support for server holding timewait stateGerrit Renker1-0/+3
2008-01-28[DCCP]: Integrate state transitions for passive-closeGerrit Renker1-1/+0
2008-01-28[DCCP]: Dedicated auxiliary states to support passive-closeGerrit Renker1-17/+39
2008-01-28[DCCP]: Make PARTOPEN an autonomous stateGerrit Renker1-11/+3
2007-10-24[DCCP]: Convert Reset code into socket error numberGerrit Renker1-0/+2
2007-10-24[DCCP]: Retrieve packet sequence number for error reportingGerrit Renker1-6/+4
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGerrit Renker1-1/+0
2007-10-10[DCCP]: Add socket option to query the current MPSGerrit Renker1-0/+1
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGerrit Renker1-0/+2
2007-10-10[DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker1-8/+6
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo1-1/+0
2007-10-10[DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo1-1/+2
2007-04-25[DCCP]: Complete documentation of dccp_sockGerrit Renker1-11/+10
2007-04-25[DCCP]: Sample RTT from SYN exchangeGerrit Renker1-0/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-7/+12
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-3/+3
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-13/+13
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker1-3/+1
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Al Viro1-1/+1
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-1/+17
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker1-11/+14
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker1-0/+7
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGerrit Renker1-0/+7
2006-10-10[PATCH] dccp __user annotationsAl Viro1-1/+1
2006-09-24[DCCP]: Introduce constants for CCID numbersIan McDonald1-1/+7
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker1-5/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-0/+2
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-17/+26
2006-03-20[DCCP]: Make CCID2 be the defaultArnaldo Carvalho de Melo1-9/+0
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau1-31/+21
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-2/+0
2006-03-20[DCCP]: Set the default CCID according to kernel config selectionIan McDonald1-1/+10
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-1/+34
2006-03-20[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau1-3/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-2/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-4/+0
2005-09-18[DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo1-0/+2
2005-09-18[DCCP]: Don't use necessarily the same CCID for tx and rxArnaldo Carvalho de Melo1-1/+2
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-9/+5
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo1-11/+29
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo1-0/+1
2005-09-09[CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo1-0/+2
2005-08-29[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZEArnaldo Carvalho de Melo1-2/+5
2005-08-29[DCCP]: Fix the timestamp optionsIan McDonald1-1/+1
2005-08-29[DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo1-0/+3
2005-08-29[NETFILTER]: New iptables DCCP protocol header matchHarald Welte1-3/+13