summaryrefslogtreecommitdiffstats
path: root/include/linux/dccp.h
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-235/+1
* inet: makes syn_ack_timeout mandatoryEric Dumazet2012-04-141-0/+2
* dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-031-2/+6
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* dccp: clean up unused DCCP_STATE_MASK definitionShan Wei2011-01-201-2/+0
* dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny2010-12-071-0/+21
* dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker2010-11-151-0/+2
* dccp: Extend CCID packet dequeueing interfaceGerrit Renker2010-10-281-1/+3
* dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2010-09-211-2/+4
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2009-01-211-8/+0
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-211-20/+4
* dccp: Initialisation framework for feature negotiationGerrit Renker2009-01-211-19/+0
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-081-3/+0
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-081-2/+2
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-081-3/+0
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-231-0/+5
* dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-161-2/+0
* dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2008-11-161-2/+2
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-161-7/+0
* dccp: Query supported CCIDsGerrit Renker2008-11-121-0/+1
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-041-0/+4
* dccp: Implement lookup table for feature-negotiation informationGerrit Renker2008-11-041-4/+5
* dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker2008-07-131-4/+2
* [DCCP]: Reorganize struct dccp_sock to save 8 bytesArnaldo Carvalho de Melo2008-02-031-1/+1
* [DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker2008-01-281-2/+14
* [DCCP]: Allow to parse options on Request SocketsGerrit Renker2008-01-281-2/+3
* [DCCP]: Support for server holding timewait stateGerrit Renker2008-01-281-0/+3
* [DCCP]: Integrate state transitions for passive-closeGerrit Renker2008-01-281-1/+0
* [DCCP]: Dedicated auxiliary states to support passive-closeGerrit Renker2008-01-281-17/+39
* [DCCP]: Make PARTOPEN an autonomous stateGerrit Renker2008-01-281-11/+3
* [DCCP]: Convert Reset code into socket error numberGerrit Renker2007-10-241-0/+2
* [DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2007-10-241-6/+4
* [DCCP]: Tidy-up -- minisock initialisationGerrit Renker2007-10-101-1/+0
* [DCCP]: Add socket option to query the current MPSGerrit Renker2007-10-101-0/+1
* [DCCP]: Rate-limit DCCP-SyncsGerrit Renker2007-10-101-0/+2
* [DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker2007-10-101-8/+6
* [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo2007-10-101-1/+0
* [DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo2007-10-101-1/+2
* [DCCP]: Complete documentation of dccp_sockGerrit Renker2007-04-251-11/+10
* [DCCP]: Sample RTT from SYN exchangeGerrit Renker2007-04-251-0/+2
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-7/+12
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-3/+3
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-13/+13
* [DCCP]: Tidy up unused structuresGerrit Renker2006-12-021-3/+1
* [NET]: Annotate checksums in on-the-wire packets.Al Viro2006-12-021-1/+1
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-021-1/+17
* [DCCP]: Make feature negotiation more readableGerrit Renker2006-12-021-11/+14
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-021-0/+7
* [DCCP]: Combine allocating & zeroing header space on skbGerrit Renker2006-12-021-0/+7
* [PATCH] dccp __user annotationsAl Viro2006-10-101-1/+1