aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2008-11-161-13/+40
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-161-51/+2
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-161-2/+2
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-11-121-0/+3
* dccp: Query supported CCIDsGerrit Renker2008-11-121-0/+2
* dccp: Registration routines for changing feature valuesGerrit Renker2008-11-121-1/+1
* dccp: Cleanup routines for feature negotiationGerrit Renker2008-11-041-1/+1
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-041-0/+1
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-175/+106
* dccp tfrc: Let dccp_tfrc_lib do the sampling workGerrit Renker2008-09-041-1/+1
* dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny2008-09-041-0/+4
* dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny2008-09-041-3/+64
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2008-09-041-1/+14
* dccp ccid-2: Use feature-negotiation to report Ack Ratio changesGerrit Renker2008-09-041-1/+0
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2008-09-041-2/+0
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-09-041-2/+1
* dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker2008-09-041-40/+6
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-09-041-0/+10