aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dccp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet1-0/+2
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero1-2/+6
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-01-20dccp: clean up unused DCCP_STATE_MASK definitionShan Wei1-2/+0
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny1-0/+21
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker1-0/+2
2010-10-28dccp: Extend CCID packet dequeueing interfaceGerrit Renker1-1/+3
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker1-2/+4
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker1-8/+0
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-20/+4
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker1-19/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-3/+0
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker1-2/+2
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker1-3/+0
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker1-0/+5
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker1-2/+0
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-2/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker1-7/+0
2008-11-12dccp: Query supported CCIDsGerrit Renker1-0/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+4
2008-11-04dccp: Implement lookup table for feature-negotiation informationGerrit Renker1-4/+5
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