aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/proto.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGravatar Gerrit Renker 1-7/+9
2010-02-16percpu: add __percpu sparse annotations to netGravatar Tejun Heo 1-2/+3
2010-02-12dccp: support for passing MSG_TRUNCGravatar Gerrit Renker 1-0/+2
2009-10-18inet: rename some inet_sock fieldsGravatar Eric Dumazet 1-2/+2
2009-10-13tcp: replace ehash_size by ehash_maskGravatar Eric Dumazet 1-6/+7
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-5/+5
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-3/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-2/+2
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 1-2/+2
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleGravatar Wei Yongjun 1-0/+1
2009-07-29net-dccp: suppress warning about large allocations from DCCPGravatar Mel Gorman 1-2/+2
2009-07-09net: adding memory barrier to the poll and receive callbacksGravatar Jiri Olsa 1-1/+1
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 1-2/+0
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 1-0/+7
2008-12-29net: Fix percpu counters deadlockGravatar Herbert Xu 1-1/+2
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-2/+1
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gravatar Gerrit Renker 1-40/+6
2008-11-25net: Use a percpu_counter for orphan_countGravatar Eric Dumazet 1-6/+10
2008-11-23dccp: API to query the current TX/RX CCIDGravatar Gerrit Renker 1-0/+10
2008-11-23dccp: Set per-connection CCIDs via socket optionsGravatar Gerrit Renker 1-0/+34
2008-11-20net: listening_hash get a spinlock per bucketGravatar Eric Dumazet 1-6/+2
2008-11-16dccp: Tidy up setsockopt callsGravatar Gerrit Renker 1-11/+12
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGravatar Gerrit Renker 1-13/+40
2008-11-16dccp: Deprecate old setsockopt frameworkGravatar Gerrit Renker 1-51/+2
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsGravatar Eric Dumazet 1-2/+2
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGravatar Gerrit Renker 1-0/+3
2008-11-12dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+2
2008-11-12dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-1/+1
2008-11-04dccp: Cleanup routines for feature negotiationGravatar Gerrit Renker 1-1/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-0/+1
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gravatar Gerrit Renker 1-175/+106
2008-09-04dccp tfrc: Let dccp_tfrc_lib do the sampling workGravatar Gerrit Renker 1-1/+1
2008-09-04dccp qpolicy: Parameter checking of cmsg qpolicy parametersGravatar Tomasz Grobelny 1-0/+4
2008-09-04dccp: Policy-based packet dequeueing infrastructureGravatar Tomasz Grobelny 1-3/+64
2008-09-04dccp: Refine the wait-for-ccid mechanismGravatar Gerrit Renker 1-1/+14
2008-09-04dccp ccid-2: Use feature-negotiation to report Ack Ratio changesGravatar Gerrit Renker 1-1/+0
2008-09-04dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 1-2/+0
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 1-2/+1
2008-09-04dccp: Integration of dynamic feature activation - part 1 (socket setup)Gravatar Gerrit Renker 1-40/+6
2008-09-04dccp: API to query the current TX/RX CCIDGravatar Gerrit Renker 1-0/+10
2008-09-04dccp: Set per-connection CCIDs via socket optionsGravatar Gerrit Renker 1-0/+34
2008-09-04dccp: Tidy up setsockopt callsGravatar Gerrit Renker 1-11/+12
2008-09-04dccp: Feature negotiation for minimum-checksum-coverageGravatar Gerrit Renker 1-13/+40
2008-09-04dccp: Deprecate old setsockopt frameworkGravatar Gerrit Renker 1-51/+2
2008-09-04dccp: Resolve dependencies of features on choice of CCIDGravatar Gerrit Renker 1-0/+3
2008-09-04dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+2
2008-09-04dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-1/+1
2008-09-04dccp: Cleanup routines for feature negotiationGravatar Gerrit Renker 1-1/+1
2008-09-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-0/+1