aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-04dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet1-2/+8
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-6/+6
2023-06-15dccp: Print deprecation notice.Kuniyuki Iwashima1-0/+3
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-2/+1
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-1/+7
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-0/+2
2022-08-24net: Add a bhash2 table hashed by port and addressJoanne Koong1-5/+29
2022-08-01dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua1-5/+5
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong1-28/+5
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong1-5/+28
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau1-1/+0
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+3
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-3/+3
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-10/+4
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-10/+10
2020-07-22net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer1-0/+9
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-26/+0
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-2/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam1-2/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov1-4/+4
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+3
2018-12-16Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller1-3/+0
2018-12-16net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+3
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+11
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-11/+2
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig1-11/+2
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+6
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu1-0/+5
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao1-1/+1
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-08-16dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet1-2/+12
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet1-4/+1
2016-11-03dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+1
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-3/+2
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+2
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick1-1/+1
2014-09-28net_dma: simple removalDan Williams1-2/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-05-07net: clean up snmp stats codeWANG Cong1-4/+5
2013-10-08tcp/dccp: remove twchainEric Dumazet1-3/+1
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-2/+2
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker1-1/+0
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny1-0/+4
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny1-3/+64
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker1-1/+20
2010-10-12dccp: cosmetics - warning formatGerrit Renker1-1/+1
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger1-24/+24
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+2
2010-05-31net/dccp: Use memdup_userJulia Lawall1-8/+3
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker1-7/+9
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-2/+3
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker1-0/+2
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-2/+2
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-6/+7
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-5/+5
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-3/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-08-05net: mark read-only arrays as constJan Engelhardt1-2/+2
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun1-0/+1
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman1-2/+2
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-2/+0
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker1-0/+7
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-1/+2
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-2/+1
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker1-40/+6
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet1-6/+10
2008-11-23dccp: API to query the current TX/RX CCIDGerrit Renker1-0/+10
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker1-0/+34
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-6/+2
2008-11-16dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-13/+40
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker1-51/+2
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-2/+2
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+3
2008-11-12dccp: Query supported CCIDsGerrit Renker1-0/+2
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker1-1/+1
2008-11-04dccp: Cleanup routines for feature negotiationGerrit Renker1-1/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+1
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-175/+106
2008-09-04dccp tfrc: Let dccp_tfrc_lib do the sampling workGerrit Renker1-1/+1
2008-09-04dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny1-0/+4
2008-09-04dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny1-3/+64
2008-09-04dccp: Refine the wait-for-ccid mechanismGerrit Renker1-1/+14
2008-09-04dccp ccid-2: Use feature-negotiation to report Ack Ratio changesGerrit Renker1-1/+0
2008-09-04dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-2/+0
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-2/+1
2008-09-04dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker1-40/+6
2008-09-04dccp: API to query the current TX/RX CCIDGerrit Renker1-0/+10
2008-09-04dccp: Set per-connection CCIDs via socket optionsGerrit Renker1-0/+34
2008-09-04dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-09-04dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-13/+40
2008-09-04dccp: Deprecate old setsockopt frameworkGerrit Renker1-51/+2
2008-09-04dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+3
2008-09-04dccp: Query supported CCIDsGerrit Renker1-0/+2
2008-09-04dccp: Registration routines for changing feature valuesGerrit Renker1-1/+1
2008-09-04dccp: Cleanup routines for feature negotiationGerrit Renker1-1/+1
2008-09-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+1
2008-09-04dccp: Toggle debug output without module unloadingGerrit Renker1-1/+1
2008-09-04dccp: Empty the write queue when disconnectingGerrit Renker1-0/+2
2008-08-13dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo1-0/+5
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-06-14net: change proto destroy method to return voidBrian Haley1-3/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2008-04-12[DCCP]: Fix skb->cb conflicts with IPPatrick McHardy1-0/+3
2008-04-10[DCCP]: Use snmp_mib_{init,free}().YOSHIFUJI Hideaki1-23/+4
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo1-16/+2
2008-01-28[DCCP]: Collapse repeated `len' statements into oneGerrit Renker1-4/+1
2008-01-28[DCCP]: Support for server holding timewait stateGerrit Renker1-1/+12
2008-01-28[DCCP]: Shift the retransmit timer for active-close into output.cGerrit Renker1-18/+0
2008-01-28[DCCP]: Integrate state transitions for passive-closeGerrit Renker1-30/+58
2008-01-28[DCCP]: Dedicated auxiliary states to support passive-closeGerrit Renker1-10/+12
2008-01-28[DCCP]: Add support for abortive releaseGerrit Renker1-2/+13
2008-01-28[DCCP]: Check for unread data on closeGerrit Renker1-2/+8
2008-01-28[DCCP]: Initialize dccp_sock before calling the ccid constructorsArnaldo Carvalho de Melo1-12/+13
2008-01-28[DCCP]: Honour and make use of shutdown option set by userGerrit Renker1-1/+1
2007-11-07[INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet1-2/+7
2007-10-23[DCCP]: Implement SIOCINQ/FIONREADArnaldo Carvalho de Melo1-2/+31
2007-10-10[DCCP]: Make all `debug' parameters boolGerrit Renker1-1/+1
2007-10-10[DCCP]: Add socket option to query the current MPSGerrit Renker1-0/+4
2007-10-10[DCCP]: Reduce the number of writable statesGerrit Renker1-1/+1
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGerrit Renker1-0/+1
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker1-0/+2
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo1-1/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-03-28[DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOVArnaldo Carvalho de Melo1-1/+3
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-08[NET]: change layout of ehash tableEric Dumazet1-2/+2
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-3/+3
2006-12-02[DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0Arnaldo Carvalho de Melo1-2/+2
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker1-4/+4
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-3/+2
2006-12-02[DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald1-0/+10
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-6/+2
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker1-0/+1
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker1-4/+22
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet1-3/+3
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker1-10/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-11/+5
2006-07-10[DCCP]: Fix sparse warnings.Alan Cox1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech1-2/+2
2006-05-05[DCCP]: Fix sock_orphan dead lockHerbert Xu1-3/+10
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-1/+1
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo1-5/+6
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-12/+11
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-3/+6
2006-03-20[ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo1-16/+7
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-12/+55
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo1-4/+2
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo1-0/+52
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo1-127/+5
2006-03-20[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_initArnaldo Carvalho de Melo1-7/+11
2006-03-20[DCCP]: Move dccp_hashinfo from ipv4.c to the coreArnaldo Carvalho de Melo1-0/+8
2006-03-20[DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo1-0/+14
2006-03-20[DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo1-0/+102
2006-03-20[DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo1-1/+8
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau1-3/+3
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+53
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo1-1/+8
2006-03-20[DCCP]: Fix error handling in dccp_initArnaldo Carvalho de Melo1-1/+3
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-2/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-1/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-1/+1
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo1-3/+29
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo1-4/+4
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo1-3/+6