aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/dccp.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-1/+1
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptGravatar Christoph Hellwig 1-6/+0
2020-04-25dccp: remove unused inline function dccp_set_seqnoGravatar YueHaibing 1-5/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+2
2018-05-26net/dccp: convert to ->poll_maskGravatar Christoph Hellwig 1-2/+1
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2016-04-27net: snmp: kill STATS_BH macrosGravatar Eric Dumazet 1-1/+1
2016-04-27dccp: rename DCCP_INC_STATS_BH()Gravatar Eric Dumazet 1-3/+3
2015-10-23tcp/dccp: fix hashdance race for passive sessionsGravatar Eric Dumazet 1-1/+3
2015-10-09net/dccp: dccp_bad_service_code can be booleanGravatar Yaowei Bai 1-2/+2
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentGravatar Eric Dumazet 1-1/+1
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentGravatar Eric Dumazet 1-1/+1
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentGravatar Eric Dumazet 1-1/+1
2015-09-25dccp: constify dccp_make_response() socket argumentGravatar Eric Dumazet 1-1/+1
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