aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/dccp.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsGravatar Eric Dumazet 1-0/+1
2015-03-20inet: drop prev pointer handling in request sockGravatar Eric Dumazet 1-2/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-5/+3
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedGravatar Joe Perches 1-2/+2
2014-01-04dccp: remove obsolete codeGravatar stephen hemminger 1-1/+0
2013-10-19net: dccp: Remove extern from function prototypesGravatar Joe Perches 1-96/+90
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-0/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-4/+4
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Gravatar Rusty Russell 1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-1/+1
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gravatar Gerrit Renker 1-0/+1
2011-01-07dccp: fix bug in updating the GSRGravatar Samuel Jero 1-1/+2
2010-12-10dccp: remove unused macrosGravatar Shan Wei 1-8/+0
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersGravatar Tomasz Grobelny 1-0/+1
2010-12-07dccp: Policy-based packet dequeueing infrastructureGravatar Tomasz Grobelny 1-0/+12
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGravatar Gerrit Renker 1-4/+7
2010-10-28dccp: Refine the wait-for-ccid mechanismGravatar Gerrit Renker 1-2/+3
2010-10-12dccp: schedule an Ack when receiving timestampsGravatar Gerrit Renker 1-2/+1
2010-10-12dccp: generalise data-loss conditionGravatar Ivo Calado 1-6/+15
2010-10-12dccp: fix the adjustments to AWL and SWLGravatar Gerrit Renker 1-0/+20
2010-10-06dccp: Kill dead code and add static markers.Gravatar stephen hemminger 1-2/+0
2010-06-25dccp: remove unused function argumentGravatar Gerrit Renker 1-8/+4
2010-04-11inet: Remove unused send_check length argumentGravatar Herbert Xu 1-1/+1
2010-03-21net: snmp mib cleanupGravatar Eric Dumazet 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-2/+2
2009-03-02dccp: Do not let initial option overhead shrink the MPSGravatar Gerrit Renker 1-1/+4
2009-01-21dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 1-0/+2
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-3/+0
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 1-9/+7
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 1-2/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-2/+1
2008-12-08dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 1-1/+0
2008-12-01dccp: Feature activation handlersGravatar Gerrit Renker 1-0/+1
2008-12-01dccp: Insert feature-negotiation options into skbGravatar Gerrit Renker 1-0/+2
2008-11-25net: Use a percpu_counter for orphan_countGravatar Eric Dumazet 1-1/+1
2008-11-16dccp: Deprecate Ack Ratio sysctlGravatar Gerrit Renker 1-1/+0
2008-11-16dccp: Mechanism to resolve CCID dependenciesGravatar Gerrit Renker 1-0/+1
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGravatar Gerrit Renker 1-0/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-1/+2
2008-11-04dccp: List management for new feature negotiationGravatar Gerrit Renker 1-0/+2
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGravatar Gui Jianfeng 1-1/+2
2008-07-26dccp: Allow to distinguish original and retransmitted packetsGravatar Gerrit Renker 1-1/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONGravatar Ilpo Järvinen 1-1/+1
2008-07-13dccp ccid-3: Fix error in loss detectionGravatar Gerrit Renker 1-0/+15
2008-06-14net: change proto destroy method to return voidGravatar Brian Haley 1-1/+1
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+6
2008-04-12[DCCP]: Fix skb->cb conflicts with IPGravatar Patrick McHardy 1-0/+6
2008-04-03[DCCP]: Replace socket with sock for reset sending.Gravatar Denis V. Lunev 1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2008-02-03[SOCK] proto: Add hashinfo member to struct protoGravatar Arnaldo Carvalho de Melo 1-2/+0