summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-262-7/+11
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-261-5/+5
* dccp: fix warning in net/dccp/options.cIngo Molnar2008-11-261-1/+1
* dccp: Header option insertion routine for feature-negotiationGerrit Renker2008-11-242-60/+33Star
* dccp: Support for Mandatory optionsGerrit Renker2008-11-242-0/+17
* dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2008-11-242-7/+28
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-11-243-5/+30
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-244-8/+42
* dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker2008-11-201-1/+2
* net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-6/+2Star
* net: inet_diag_handler structs can be constEric Dumazet2008-11-201-1/+1
* dccp: Tidy up setsockopt callsGerrit Renker2008-11-171-11/+12
* dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-174-10/+0Star
* dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2008-11-171-13/+40
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-173-98/+32Star
* dccp: Mechanism to resolve CCID dependenciesGerrit Renker2008-11-173-4/+47
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-173-2/+4
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-11-124-0/+168
* dccp: Query supported CCIDsGerrit Renker2008-11-124-0/+59
* dccp: Registration routines for changing feature valuesGerrit Renker2008-11-124-28/+197
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-123-41/+8Star
* dccp: Cleanup routines for feature negotiationGerrit Renker2008-11-053-1/+3
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-058-6/+69
* dccp: List management for new feature negotiationGerrit Renker2008-11-052-0/+75
* dccp: Implement lookup table for feature-negotiation informationGerrit Renker2008-11-051-0/+39
* dccp: Basic data structure for feature negotiationGerrit Renker2008-11-051-0/+61
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-312-11/+9Star
* dccp: Port redirection support for DCCPGerrit Renker2008-10-203-3/+4
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-171-1/+1
* ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev2008-10-081-2/+4
* inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-072-7/+4Star
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-0932-3861/+2786Star
* dccp ccid-3: Preventing OscillationsGerrit Renker2008-09-043-2/+59
* dccp ccid-3: Simplify computing and range-checking of t_ipiGerrit Renker2008-09-041-10/+8Star
* dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06Gerrit Renker2008-09-042-12/+35
* dccp ccid-3: Tidy up CCID-Kconfig dependenciesGerrit Renker2008-09-041-5/+4Star
* dccp ccid-3: Implement rfc3448bis change to initial-rate computationGerrit Renker2008-09-041-7/+5Star
* dccp ccid-3: Update the RX history records in one placeGerrit Renker2008-09-045-56/+40Star
* dccp ccid-3: Update the computation of X_recvGerrit Renker2008-09-043-41/+66
* dccp tfrc: Increase number of RTT samplesGerrit Renker2008-09-041-59/+24Star
* dccp: Clamping RTT valuesGerrit Renker2008-09-042-11/+9Star
* dccp ccid-3: Always perform receiver RTT samplingGerrit Renker2008-09-044-49/+73
* dccp ccid-3: Remove duplicate RX statesGerrit Renker2008-09-042-48/+13Star
* dccp tfrc: Let dccp_tfrc_lib do the sampling workGerrit Renker2008-09-045-35/+35
* dccp tfrc: Return type of update_i_mean is voidGerrit Renker2008-09-044-18/+17Star
* dccp tfrc: Perform early loss detectionGerrit Renker2008-09-042-9/+42
* dccp tfrc: Receiver history initialisation routineGerrit Renker2008-09-043-24/+32
* dccp tfrc: Suppress unavoidable "below resolution" warningGerrit Renker2008-09-041-2/+10
* dccp ccid-3: Simplified handling of TX statesGerrit Renker2008-09-042-44/+8Star
* dccp ccid-3: Runtime verification of timer resolutionGerrit Renker2008-09-043-3/+18