aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet1-1/+1
2016-04-27dccp: rename DCCP_INC_STATS_BH()Eric Dumazet1-3/+3
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-1/+3
2015-10-09net/dccp: dccp_bad_service_code can be booleanYaowei Bai1-2/+2
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-1/+1
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet1-1/+1
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet1-1/+1
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet1-1/+1
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet1-0/+1
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-2/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-5/+3
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches1-2/+2
2014-01-04dccp: remove obsolete codestephen hemminger1-1/+0
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches1-96/+90
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker1-0/+1
2011-01-07dccp: fix bug in updating the GSRSamuel Jero1-1/+2
2010-12-10dccp: remove unused macrosShan Wei1-8/+0
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny1-0/+1
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny1-0/+12
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker1-4/+7
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker1-2/+3
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker1-2/+1
2010-10-12dccp: generalise data-loss conditionIvo Calado1-6/+15
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker1-0/+20
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger1-2/+0
2010-06-25dccp: remove unused function argumentGerrit Renker1-8/+4
2010-04-11inet: Remove unused send_check length argumentHerbert Xu1-1/+1
2010-03-21net: snmp mib cleanupEric Dumazet1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-03-02dccp: Do not let initial option overhead shrink the MPSGerrit Renker1-1/+4
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker1-0/+2
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker1-3/+0
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-9/+7
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker1-2/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-2/+1
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker1-1/+0
2008-12-01dccp: Feature activation handlersGerrit Renker1-0/+1
2008-12-01dccp: Insert feature-negotiation options into skbGerrit Renker1-0/+2
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet1-1/+1
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker1-1/+0
2008-11-16dccp: Mechanism to resolve CCID dependenciesGerrit Renker1-0/+1
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-1/+2
2008-11-04dccp: List management for new feature negotiationGerrit Renker1-0/+2
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng1-1/+2
2008-07-26dccp: Allow to distinguish original and retransmitted packetsGerrit Renker1-1/+1