aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
AgeCommit message (Expand)Author
2020-06-17dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-12-16Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller
2018-12-16net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2017-11-27net: annotate ->poll() instancesAl Viro
2017-08-16dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet
2016-11-03dccp: do not send reset to already closed socketsEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick
2014-09-28net_dma: simple removalDan Williams
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-05-07net: clean up snmp stats codeWANG Cong
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2012-05-17net: include/net/sock.h cleanupEric Dumazet
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker