aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-02dccp: Do not let initial option overhead shrink the MPSGerrit Renker2-2/+18
2009-03-02dccp: Minimise header option overhead in setting the MPSGerrit Renker2-8/+17
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker4-59/+109
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker5-23/+46
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker4-24/+18
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker2-10/+57
2009-01-11dccp ccid-3: Fix RFC referenceGerrit Renker1-1/+1
2009-01-11net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza1-1/+1
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker12-52/+27
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker4-176/+14
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker11-168/+148
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-1/+2
2008-12-17dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo1-2/+5
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker7-27/+8
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker5-13/+2
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker4-34/+0
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker2-505/+11
2008-12-08dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker1-4/+26
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker1-30/+12
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker1-40/+6
2008-12-05dccp: use roundup instead of opencodingIlpo Järvinen1-1/+1
2008-12-01dccp: Feature activation handlersGerrit Renker2-10/+204
2008-12-01dccp: Processing Confirm optionsGerrit Renker3-17/+101
2008-12-01dccp: Process incoming Change feature-negotiation optionsGerrit Renker3-18/+189
2008-12-01dccp: Preference list reconciliationGerrit Renker1-2/+75
2008-12-01dccp: Integrate feature-negotiation insertion codeGerrit Renker1-12/+21
2008-12-01dccp: Insert feature-negotiation options into skbGerrit Renker2-0/+67
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet2-7/+11
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-5/+5
2008-11-25dccp: fix warning in net/dccp/options.cIngo Molnar1-1/+1
2008-11-23dccp: Header option insertion routine for feature-negotiationGerrit Renker2-60/+33
2008-11-23dccp: Support for Mandatory optionsGerrit Renker2-0/+17
2008-11-23dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2-7/+28
2008-11-23dccp: API to query the current TX/RX CCIDGerrit Renker3-5/+30
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker4-8/+42
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker1-1/+2
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-6/+2
2008-11-19net: inet_diag_handler structs can be constEric Dumazet1-1/+1
2008-11-16dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker4-10/+0
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-13/+40
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker3-98/+32
2008-11-16dccp: Mechanism to resolve CCID dependenciesGerrit Renker3-4/+47
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet3-2/+4
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker4-0/+168
2008-11-12dccp: Query supported CCIDsGerrit Renker4-0/+59
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker4-28/+197
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker3-41/+8
2008-11-04dccp: Cleanup routines for feature negotiationGerrit Renker3-1/+3
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker8-6/+69