summaryrefslogtreecommitdiff
path: root/net/dccp/dccp.h
AgeCommit message (Expand)Author
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-01-27dccp: remove max48()Jakub Kicinski
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-04-25dccp: remove unused inline function dccp_set_seqnoYueHaibing
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig
2017-11-27net: annotate ->poll() instancesAl Viro
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet
2016-04-27dccp: rename DCCP_INC_STATS_BH()Eric Dumazet
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-09net/dccp: dccp_bad_service_code can be booleanYaowei Bai
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches
2014-01-04dccp: remove obsolete codestephen hemminger
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker
2011-01-07dccp: fix bug in updating the GSRSamuel Jero
2010-12-10dccp: remove unused macrosShan Wei
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker
2010-10-12dccp: generalise data-loss conditionIvo Calado
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger
2010-06-25dccp: remove unused function argumentGerrit Renker
2010-04-11inet: Remove unused send_check length argumentHerbert Xu
2010-03-21net: snmp mib cleanupEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-03-02dccp: Do not let initial option overhead shrink the MPSGerrit Renker
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker