summaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
Commit message (Expand)AuthorAgeFilesLines
* net: snmp: kill STATS_BH macrosEric Dumazet2016-04-271-1/+1
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-271-3/+3
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-1/+3
* net/dccp: dccp_bad_service_code can be booleanYaowei Bai2015-10-091-2/+2
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-291-1/+1
* dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2015-09-291-1/+1
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-291-1/+1
* dccp: constify dccp_make_response() socket argumentEric Dumazet2015-09-251-1/+1
* ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-231-0/+1
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-2/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-5/+3
* dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches2014-11-081-2/+2
* dccp: remove obsolete codestephen hemminger2014-01-041-1/+0
* net: dccp: Remove extern from function prototypesJoe Perches2013-10-191-96/+90
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-0/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-4/+4
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
* dccp: support for the exchange of NN options in established state 1/2Gerrit Renker2011-08-011-0/+1
* dccp: fix bug in updating the GSRSamuel Jero2011-01-071-1/+2
* dccp: remove unused macrosShan Wei2010-12-101-8/+0
* dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny2010-12-071-0/+1
* dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny2010-12-071-0/+12
* dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker2010-11-101-4/+7
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2010-10-281-2/+3
* dccp: schedule an Ack when receiving timestampsGerrit Renker2010-10-121-2/+1
* dccp: generalise data-loss conditionIvo Calado2010-10-121-6/+15
* dccp: fix the adjustments to AWL and SWLGerrit Renker2010-10-121-0/+20
* dccp: Kill dead code and add static markers.stephen hemminger2010-10-061-2/+0
* dccp: remove unused function argumentGerrit Renker2010-06-251-8/+4
* inet: Remove unused send_check length argumentHerbert Xu2010-04-111-1/+1
* net: snmp mib cleanupEric Dumazet2010-03-211-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-2/+2
* dccp: Do not let initial option overhead shrink the MPSGerrit Renker2009-03-021-1/+4
* dccp: Debugging functions for feature negotiationGerrit Renker2009-01-211-0/+2
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2009-01-211-3/+0
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-211-9/+7
* dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker2009-01-041-2/+0
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-081-2/+1
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-081-1/+0
* dccp: Feature activation handlersGerrit Renker2008-12-011-0/+1
* dccp: Insert feature-negotiation options into skbGerrit Renker2008-12-011-0/+2
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-251-1/+1
* dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-161-1/+0
* dccp: Mechanism to resolve CCID dependenciesGerrit Renker2008-11-161-0/+1
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-11-121-0/+1
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-041-1/+2
* dccp: List management for new feature negotiationGerrit Renker2008-11-041-0/+2
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-061-1/+2
* dccp: Allow to distinguish original and retransmitted packetsGerrit Renker2008-07-261-1/+1