aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/options.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04dccp: Fill in the Data fields for "Option Error" ResetsGravatar Gerrit Renker 1-0/+3
2008-09-04dccp: Silently ignore options with nonsensical lengthsGravatar Gerrit Renker 1-4/+6
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGravatar Gerrit Renker 1-6/+8
2008-06-11dccp ccid-2: Bug-Fix - Ack Vectors need to be ignored on request socketsGravatar Gerrit Renker 1-1/+3
2008-01-28[DCCP]: Ignore feature negotiation on Data packetsGravatar Gerrit Renker 1-1/+5
2008-01-28[DCCP]: Support inserting options during the 3-way handshakeGravatar Gerrit Renker 1-10/+22
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGravatar Gerrit Renker 1-20/+36
2008-01-28[DCCP]: Allow to parse options on Request SocketsGravatar Gerrit Renker 1-11/+23
2008-01-28[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request alsoGravatar Gerrit Renker 1-7/+6
2007-10-24[DCCP]: Unaligned pointer accessGravatar Gerrit Renker 1-11/+22
2007-10-10[DCCP]: Wrong format in printkGravatar Gerrit Renker 1-1/+1
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGravatar Gerrit Renker 1-10/+0
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGravatar Gerrit Renker 1-1/+1
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreGravatar Arnaldo Carvalho de Melo 1-16/+0
2007-10-10[DCCP] options: convert dccp_insert_option_timestamp to ktime_tGravatar Arnaldo Carvalho de Melo 1-5/+1
2007-10-10[DCCP]: Convert dccps_timestamp_time to ktime_tGravatar Arnaldo Carvalho de Melo 1-8/+5
2007-04-25[DCCP]: Debug statements for Elapsed Time optionGravatar Gerrit Renker 1-2/+6
2007-04-25[DCCP]: Sample RTT from SYN exchangeGravatar Gerrit Renker 1-0/+8
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Gravatar Adrian Bunk 1-2/+0
2007-02-10[NET] DCCP: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-2/+2
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGravatar Gerrit Renker 1-5/+0
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetGravatar Andrea Bittau 1-1/+2
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGravatar Gerrit Renker 1-6/+4
2006-12-02[DCCP]: Miscellaneous code tidy-upsGravatar Gerrit Renker 1-11/+7
2006-12-02[DCCP]: Make feature negotiation more readableGravatar Gerrit Renker 1-1/+3
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGravatar Gerrit Renker 1-13/+13
2006-10-24[DCCP]: Update documentation references.Gravatar Gerrit Renker 1-1/+1
2006-08-26[DCCP]: Update contact details and copyrightGravatar Ian McDonald 1-1/+1
2006-07-24[DCCP]: Fix default sequence window sizeGravatar Ian McDonald 1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockGravatar Arnaldo Carvalho de Melo 1-15/+15
2006-03-20[DCCP]: Fix uninitialized var warnings in dccp_parse_options().Gravatar David S. Miller 1-0/+1
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorGravatar Arnaldo Carvalho de Melo 1-63/+46
2006-03-20[DCCP] options: Fix handling of ackvecs in DATA packetsGravatar Arnaldo Carvalho de Melo 1-1/+1
2006-03-20[DCCP] options: Fix some aspects of mandatory option processingGravatar Arnaldo Carvalho de Melo 1-1/+6
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cGravatar Arnaldo Carvalho de Melo 1-0/+2
2006-03-20[DCCP] feat: Introduce sysctls for the default featuresGravatar Arnaldo Carvalho de Melo 1-10/+12
2006-03-20[DCCP]: sparse endianness annotationsGravatar Andrea Bittau 1-14/+13
2006-03-20[DCCP]: Initial feature negotiation implementationGravatar Andrea Bittau 1-2/+137
2005-09-18[DCCP]: Don't use necessarily the same CCID for tx and rxGravatar Arnaldo Carvalho de Melo 1-1/+2
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Gravatar Arnaldo Carvalho de Melo 1-433/+7
2005-09-09[DCCP] Introduce dccp_timestampGravatar Arnaldo Carvalho de Melo 1-10/+35
2005-09-09[DCCP] Give precedence to the biggest ELAPSED_TIMEGravatar Arnaldo Carvalho de Melo 1-16/+18
2005-09-09[CCID] Only call the HC insert_options methods when requestedGravatar Arnaldo Carvalho de Melo 1-3/+8
2005-08-29[CCID3]: Reorganise timeval handlingGravatar Arnaldo Carvalho de Melo 1-2/+3
2005-08-29[DCCP]: Export dccp_insert_option_timestamp to CCIDsGravatar Arnaldo Carvalho de Melo 1-4/+4
2005-08-29[DCCP]: Fix the timestamp optionsGravatar Ian McDonald 1-28/+59
2005-08-29[DCCP]: Fix elapsed time option as per section 13.2 of spec v11Gravatar Ian McDonald 1-4/+1
2005-08-29[DCCP]: Fix sparse warningsGravatar Arnaldo Carvalho de Melo 1-1/+2
2005-08-29[DCCP]: Introduce the DCCP Kernel hacking menuGravatar Arnaldo Carvalho de Melo 1-9/+9