summaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev2018-03-071-0/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+6
|\
| * net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu2018-01-021-0/+5
| * net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao2017-12-201-1/+1
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2017-12-051-0/+5
|/
* dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-161-2/+12
* dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-141-4/+1
* dccp: do not send reset to already closed socketsEric Dumazet2016-11-031-0/+4
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+1
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-3/+2
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\
| * percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-1/+1
|\ \
| * | net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick2014-10-011-1/+1
| |/
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-2/+2
|\ \ | |/ |/|
| * net_dma: simple removalDan Williams2014-09-281-2/+2
* | net: clean up snmp stats codeWANG Cong2014-05-071-4/+5
|/
* tcp/dccp: remove twchainEric Dumazet2013-10-081-3/+1
* net: add sk_stream_is_writeable() helperEric Dumazet2013-07-241-2/+2
* net: include/net/sock.h cleanupEric Dumazet2012-05-171-2/+2
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker2011-08-011-1/+0
* dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny2010-12-071-0/+4
* dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny2010-12-071-3/+64
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2010-10-281-1/+20
* dccp: cosmetics - warning formatGerrit Renker2010-10-121-1/+1
* dccp: Kill dead code and add static markers.stephen hemminger2010-10-061-24/+24
* snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-251-1/+2
* net/dccp: Use memdup_userJulia Lawall2010-05-311-8/+3
* net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker2010-03-151-7/+9
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-2/+3
* dccp: support for passing MSG_TRUNCGerrit Renker2010-02-121-0/+2
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-2/+2
* tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-6/+7
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-5/+5
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-2/+3
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-091-2/+2
| |\
| | * net-dccp: suppress warning about large allocations from DCCPMel Gorman2009-07-291-2/+2
| * | dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun2009-08-051-0/+1
| |/
* / net: mark read-only arrays as constJan Engelhardt2009-08-051-2/+2
|/