aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/percpuLinus 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/djbw/dmaengineLinus 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 implicit slab.h inclusion from percpu.hTejun 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/net-2.6David 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