summaryrefslogtreecommitdiff
path: root/net/dccp/proto.c
AgeCommit message (Expand)Author
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
2010-10-12dccp: cosmetics - warning formatGerrit Renker
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet
2010-05-31net/dccp: Use memdup_userJulia Lawall
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa