aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
AgeCommit message (Expand)Author
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
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-23dccp: API to query the current TX/RX CCIDGerrit Renker
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet