aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker1-51/+2
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-2/+2
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+3
2008-11-12dccp: Query supported CCIDsGerrit Renker1-0/+2
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker1-1/+1
2008-11-04dccp: Cleanup routines for feature negotiationGerrit Renker1-1/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+1
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-175/+106
2008-09-04dccp tfrc: Let dccp_tfrc_lib do the sampling workGerrit Renker1-1/+1
2008-09-04dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny1-0/+4
2008-09-04dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny1-3/+64
2008-09-04dccp: Refine the wait-for-ccid mechanismGerrit Renker1-1/+14
2008-09-04dccp ccid-2: Use feature-negotiation to report Ack Ratio changesGerrit Renker1-1/+0
2008-09-04dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-2/+0
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-2/+1
2008-09-04dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker1-40/+6
2008-09-04dccp: API to query the current TX/RX CCIDGerrit Renker1-0/+10
2008-09-04dccp: Set per-connection CCIDs via socket optionsGerrit Renker1-0/+34
2008-09-04dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-09-04dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-13/+40
2008-09-04dccp: Deprecate old setsockopt frameworkGerrit Renker1-51/+2
2008-09-04dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+3
2008-09-04dccp: Query supported CCIDsGerrit Renker1-0/+2
2008-09-04dccp: Registration routines for changing feature valuesGerrit Renker1-1/+1
2008-09-04dccp: Cleanup routines for feature negotiationGerrit Renker1-1/+1
2008-09-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+1
2008-09-04dccp: Toggle debug output without module unloadingGerrit Renker1-1/+1
2008-09-04dccp: Empty the write queue when disconnectingGerrit Renker1-0/+2
2008-08-13dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo1-0/+5
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-06-14net: change proto destroy method to return voidBrian Haley1-3/+1