aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/proto.c
AgeCommit message (Expand)Author
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker
2010-10-12dccp: cosmetics - warning formatGerrit Renker
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet
2010-05-31net/dccp: Use memdup_userJulia Lawall
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-23dccp: API to query the current TX/RX CCIDGerrit Renker
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet
2008-11-16dccp: Tidy up setsockopt callsGerrit Renker
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker
2008-11-12dccp: Query supported CCIDsGerrit Renker
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker
2008-11-04dccp: Cleanup routines for feature negotiationGerrit Renker
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker
2008-09-04dccp tfrc: Let dccp_tfrc_lib do the sampling workGerrit Renker
2008-09-04dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny
2008-09-04dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny
2008-09-04dccp: Refine the wait-for-ccid mechanismGerrit Renker
2008-09-04dccp ccid-2: Use feature-negotiation to report Ack Ratio changesGerrit Renker
2008-09-04dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker
2008-09-04dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-09-04dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker