aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dccp.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-28dccp: Extend CCID packet dequeueing interfaceGravatar Gerrit Renker 1-1/+3
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGravatar Gerrit Renker 1-2/+4
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-8/+0
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 1-20/+4
2009-01-21dccp: Initialisation framework for feature negotiationGravatar Gerrit Renker 1-19/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-3/+0
2008-12-08dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 1-2/+2
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGravatar Gerrit Renker 1-3/+0
2008-11-23dccp: Set per-connection CCIDs via socket optionsGravatar Gerrit Renker 1-0/+5
2008-11-16dccp: Deprecate Ack Ratio sysctlGravatar Gerrit Renker 1-2/+0
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGravatar Gerrit Renker 1-2/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGravatar Gerrit Renker 1-7/+0
2008-11-12dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-0/+4
2008-11-04dccp: Implement lookup table for feature-negotiation informationGravatar Gerrit Renker 1-4/+5
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGravatar Gerrit Renker 1-4/+2
2008-02-03[DCCP]: Reorganize struct dccp_sock to save 8 bytesGravatar Arnaldo Carvalho de Melo 1-1/+1
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGravatar Gerrit Renker 1-2/+14
2008-01-28[DCCP]: Allow to parse options on Request SocketsGravatar Gerrit Renker 1-2/+3
2008-01-28[DCCP]: Support for server holding timewait stateGravatar Gerrit Renker 1-0/+3
2008-01-28[DCCP]: Integrate state transitions for passive-closeGravatar Gerrit Renker 1-1/+0
2008-01-28[DCCP]: Dedicated auxiliary states to support passive-closeGravatar Gerrit Renker 1-17/+39
2008-01-28[DCCP]: Make PARTOPEN an autonomous stateGravatar Gerrit Renker 1-11/+3
2007-10-24[DCCP]: Convert Reset code into socket error numberGravatar Gerrit Renker 1-0/+2
2007-10-24[DCCP]: Retrieve packet sequence number for error reportingGravatar Gerrit Renker 1-6/+4
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGravatar Gerrit Renker 1-1/+0
2007-10-10[DCCP]: Add socket option to query the current MPSGravatar Gerrit Renker 1-0/+1
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGravatar Gerrit Renker 1-0/+2
2007-10-10[DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGravatar Gerrit Renker 1-8/+6
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreGravatar Arnaldo Carvalho de Melo 1-1/+0
2007-10-10[DCCP]: Convert dccps_timestamp_time to ktime_tGravatar Arnaldo Carvalho de Melo 1-1/+2
2007-04-25[DCCP]: Complete documentation of dccp_sockGravatar Gerrit Renker 1-11/+10
2007-04-25[DCCP]: Sample RTT from SYN exchangeGravatar Gerrit Renker 1-0/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-7/+12
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-3/+3
2006-12-11[DCCP]: Whitespace cleanupsGravatar Arnaldo Carvalho de Melo 1-13/+13
2006-12-02[DCCP]: Tidy up unused structuresGravatar Gerrit Renker 1-3/+1
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Gravatar Al Viro 1-1/+1
2006-12-02[DCCP]: Miscellaneous code tidy-upsGravatar Gerrit Renker 1-1/+17
2006-12-02[DCCP]: Make feature negotiation more readableGravatar Gerrit Renker 1-11/+14
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gravatar Gerrit Renker 1-0/+7
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGravatar Gerrit Renker 1-0/+7
2006-10-10[PATCH] dccp __user annotationsGravatar Al Viro 1-1/+1
2006-09-24[DCCP]: Introduce constants for CCID numbersGravatar Ian McDonald 1-1/+7
2006-09-24[DCCP]: Allow default/fallback service code.Gravatar Gerrit Renker 1-5/+1
2006-09-22[DCCP]: Introduce tx bufferingGravatar Ian McDonald 1-0/+2
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockGravatar Arnaldo Carvalho de Melo 1-17/+26
2006-03-20[DCCP]: Make CCID2 be the defaultGravatar Arnaldo Carvalho de Melo 1-9/+0
2006-03-20[DCCP]: sparse endianness annotationsGravatar Andrea Bittau 1-31/+21
2006-03-20[DCCP] CCID: Improve CCID infrastructureGravatar Arnaldo Carvalho de Melo 1-2/+0