aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-09-041-0/+34
* dccp: Tidy up setsockopt callsGerrit Renker2008-09-041-11/+12
* dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2008-09-041-13/+40
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-09-041-51/+2
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-09-041-0/+3
* dccp: Query supported CCIDsGerrit Renker2008-09-041-0/+2
* dccp: Registration routines for changing feature valuesGerrit Renker2008-09-041-1/+1
* dccp: Cleanup routines for feature negotiationGerrit Renker2008-09-041-1/+1
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-09-041-0/+1
* dccp: Toggle debug output without module unloadingGerrit Renker2008-09-041-1/+1
* dccp: Empty the write queue when disconnectingGerrit Renker2008-09-041-0/+2
* dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo2008-08-131-0/+5
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+2
* net: change proto destroy method to return voidBrian Haley2008-06-141-3/+1
* net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-0/+3
|\
| * [DCCP]: Fix skb->cb conflicts with IPPatrick McHardy2008-04-121-0/+3
* | [DCCP]: Use snmp_mib_{init,free}().YOSHIFUJI Hideaki2008-04-101-23/+4
|/
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-031-16/+2
* [DCCP]: Collapse repeated `len' statements into oneGerrit Renker2008-01-281-4/+1
* [DCCP]: Support for server holding timewait stateGerrit Renker2008-01-281-1/+12
* [DCCP]: Shift the retransmit timer for active-close into output.cGerrit Renker2008-01-281-18/+0