aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dccp.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet1-4/+2
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-0/+1
2015-10-09net/dccp: dccp_list_has_service can be booleanYaowei Bai1-3/+3
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet1-0/+2
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-235/+1
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
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker1-5/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-0/+2
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-17/+26
2006-03-20[DCCP]: Make CCID2 be the defaultArnaldo Carvalho de Melo1-9/+0
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau1-31/+21
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-2/+0
2006-03-20[DCCP]: Set the default CCID according to kernel config selectionIan McDonald1-1/+10
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-1/+34
2006-03-20[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau1-3/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-2/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-4/+0
2005-09-18[DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo1-0/+2
2005-09-18[DCCP]: Don't use necessarily the same CCID for tx and rxArnaldo Carvalho de Melo1-1/+2
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-9/+5
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo1-11/+29
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo1-0/+1
2005-09-09[CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo1-0/+2
2005-08-29[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZEArnaldo Carvalho de Melo1-2/+5
2005-08-29[DCCP]: Fix the timestamp optionsIan McDonald1-1/+1
2005-08-29[DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo1-0/+3
2005-08-29[NETFILTER]: New iptables DCCP protocol header matchHarald Welte1-3/+13
2005-08-29[DCCP]: Fix struct sockaddr_dccp definitionArnaldo Carvalho de Melo1-3/+7
2005-08-29[DCCP]: make <linux/dccp.h> include-able from userspaceHarald Welte1-117/+121
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+432