summaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
Commit message (Expand)AuthorAgeFilesLines
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-1/+1
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-0/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-2/+2
* dccp: remove max48()Jakub Kicinski2022-01-271-5/+0
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-1/+1
* dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap2021-08-091-3/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-6/+0
* dccp: remove unused inline function dccp_set_seqnoYueHaibing2020-04-251-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+2
* net/dccp: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+1
* net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* 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