kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX...
[safe/jmp/linux-2.6] / net / dccp / options.c
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
2009-01-21 Gerrit Renkerdccp: Debugging functions for feature negotiation
2009-01-21 Gerrit Renkerdccp: Initialisation and type-checking of feature sysctls
2008-12-08 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-12-08 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-12-02 Gerrit Renkerdccp: Processing Confirm options
2008-12-02 Gerrit Renkerdccp: Process incoming Change feature-negotiation options
2008-12-02 Gerrit Renkerdccp: Integrate feature-negotiation insertion code
2008-11-26 Ingo Molnardccp: fix warning in net/dccp/options.c
2008-11-24 Gerrit Renkerdccp: Header option insertion routine for feature-negot...
2008-11-24 Gerrit Renkerdccp: Support for Mandatory options
2008-11-24 Gerrit Renkerdccp: Increase the scope of variable-length htonl/ntohl...
2008-11-17 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-11-12 Gerrit Renkerdccp: Limit feature negotiation to connection setup...
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp ccid-2: Separate option parsing from CCID processing
2008-09-04 Gerrit Renkerdccp ccid-2: Schedule Sync as out-of-band mechanism
2008-09-04 Gerrit Renkerdccp ccid-2: Algorithm to update buffer state
2008-09-04 Gerrit Renkerdccp ccid-2: Implementation of circular Ack Vector...
2008-09-04 Gerrit Renkerdccp ccid-2: Separate internals of Ack Vectors from...
2008-09-04 Gerrit Renkerdccp: Schedule an Ack when receiving timestamps
2008-09-04 Gerrit Renkerdccp: Replace magic CCID-specific numbers by symbolic...
2008-09-04 Gerrit Renkerdccp: Add packet type information to CCID-specific...
2008-09-04 Gerrit Renkerdccp: Debugging functions for feature negotiation
2008-09-04 Gerrit Renkerdccp: Initialisation and type-checking of feature sysctls
2008-09-04 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-09-04 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-09-04 Gerrit Renkerdccp: Processing Confirm options
2008-09-04 Gerrit Renkerdccp: Process incoming Change feature-negotiation options
2008-09-04 Gerrit Renkerdccp: Integrate feature-negotiation insertion code
2008-09-04 Gerrit Renkerdccp: Header option insertion routine for feature-negot...
2008-09-04 Gerrit Renkerdccp: Support for Mandatory options
2008-09-04 Gerrit Renkerdccp: Increase the scope of variable-length htonl/ntohl...
2008-09-04 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-09-04 Gerrit Renkerdccp: Limit feature negotiation to connection setup...
2008-09-04 Gerrit Renkerdccp: Fill in the Data fields for "Option Error" Resets
2008-09-04 Gerrit Renkerdccp: Silently ignore options with nonsensical lengths
2008-08-27 Gerrit Renkerdccp: Fill in the Data fields for "Option Error" Resets
2008-08-27 Gerrit Renkerdccp: Silently ignore options with nonsensical lengths
2008-07-13 Gerrit Renkerdccp: Upgrade NDP count from 3 to 6 bytes
2008-06-11 Gerrit Renkerdccp ccid-2: Bug-Fix - Ack Vectors need to be ignored...
2008-01-28 Gerrit Renker[DCCP]: Ignore feature negotiation on Data packets
2008-01-28 Gerrit Renker[DCCP]: Support inserting options during the 3-way...
2008-01-28 Gerrit Renker[DCCP]: Handle timestamps on Request/Response exchange...
2008-01-28 Gerrit Renker[DCCP]: Allow to parse options on Request Sockets
2008-01-28 Gerrit Renker[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Reque...
2007-10-24 Gerrit Renker[DCCP]: Unaligned pointer access
2007-10-10 Gerrit Renker[DCCP]: Wrong format in printk
2007-10-10 Gerrit Renker[DCCP]: Tidy-up -- minisock initialisation
2007-10-10 Gerrit Renker[DCCP]: Provide 10s of microsecond timesource
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-10-10 Arnaldo Carvalho... [DCCP] options: convert dccp_insert_option_timestamp...
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccps_timestamp_time to ktime_t
2007-04-26 Gerrit Renker[DCCP]: Debug statements for Elapsed Time option
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Adrian Bunk[TCP/DCCP/RANDOM]: Remove unused exports.
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2006-12-11 Gerrit Renker[DCCP] ccid: Deprecate ccid_hc_tx_insert_options
2006-12-03 Andrea Bittau[DCCP] ackvec: infrastructure for sending more than...
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Gerrit Renker[DCCP]: Miscellaneous code tidy-ups
2006-12-03 Gerrit Renker[DCCP]: Make feature negotiation more readable
2006-12-03 Gerrit Renker[DCCP]: Introduce a consistent naming scheme for sysctls
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-08-27 Ian McDonald[DCCP]: Update contact details and copyright
2006-07-24 Ian McDonald[DCCP]: Fix default sequence window size
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Arnaldo Carvalho... [DCCP] minisock: Rename struct dccp_options to struct...
2006-03-21 David S. Miller[DCCP]: Fix uninitialized var warnings in dccp_parse_op...
2006-03-21 Arnaldo Carvalho... [DCCP] options: Make dccp_insert_options & friends...
2006-03-21 Arnaldo Carvalho... [DCCP] options: Fix handling of ackvecs in DATA packets
2006-03-21 Arnaldo Carvalho... [DCCP] options: Fix some aspects of mandatory option...
2006-03-21 Arnaldo Carvalho... [DCCP]: Move the IPv4 specific bits from proto.c to...
2006-03-21 Arnaldo Carvalho... [DCCP] feat: Introduce sysctls for the default features
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2005-09-18 Arnaldo Carvalho... [DCCP]: Don't use necessarily the same CCID for tx...
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-09-09 Arnaldo Carvalho... [DCCP] Give precedence to the biggest ELAPSED_TIME
2005-09-09 Arnaldo Carvalho... [CCID] Only call the HC insert_options methods when...
2005-08-29 Arnaldo Carvalho... [CCID3]: Reorganise timeval handling
2005-08-29 Arnaldo Carvalho... [DCCP]: Export dccp_insert_option_timestamp to CCIDs
2005-08-29 Ian McDonald[DCCP]: Fix the timestamp options
2005-08-29 Ian McDonald[DCCP]: Fix elapsed time option as per section 13.2...
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce the DCCP Kernel hacking menu
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29 David S. Miller[DCCP]: Fix u64 printf format warnings.
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation