summaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-1/+1
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-211-2/+0
* dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker2009-01-041-0/+7
* net: Fix percpu counters deadlockHerbert Xu2008-12-291-1/+2
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-081-2/+1
* dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker2008-12-081-40/+6
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-251-6/+10
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-11-231-0/+10
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-231-0/+34
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-6/+2
* dccp: Tidy up setsockopt callsGerrit Renker2008-11-161-11/+12