aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* net: Fix percpu counters deadlockHerbert Xu2008-12-291-1/+2
* dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo2008-12-171-2/+5
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-087-27/+8
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-085-13/+2
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-084-34/+0
* dccp: Clean up old feature-negotiation infrastructureGerrit Renker2008-12-082-505/+11
* dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker2008-12-081-4/+26
* dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker2008-12-081-30/+12
* dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker2008-12-081-40/+6
* dccp: use roundup instead of opencodingIlpo Järvinen2008-12-051-1/+1
* dccp: Feature activation handlersGerrit Renker2008-12-012-10/+204
* dccp: Processing Confirm optionsGerrit Renker2008-12-013-17/+101
* dccp: Process incoming Change feature-negotiation optionsGerrit Renker2008-12-013-18/+189
* dccp: Preference list reconciliationGerrit Renker2008-12-011-2/+75
* dccp: Integrate feature-negotiation insertion codeGerrit Renker2008-12-011-12/+21
* dccp: Insert feature-negotiation options into skbGerrit Renker2008-12-012-0/+67
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-252-7/+11
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-5/+5
* dccp: fix warning in net/dccp/options.cIngo Molnar2008-11-251-1/+1
* dccp: Header option insertion routine for feature-negotiationGerrit Renker2008-11-232-60/+33
* dccp: Support for Mandatory optionsGerrit Renker2008-11-232-0/+17
* dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2008-11-232-7/+28
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-11-233-5/+30
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-234-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/+2
* net: inet_diag_handler structs can be constEric Dumazet2008-11-191-1/+1
* dccp: Tidy up setsockopt callsGerrit Renker2008-11-161-11/+12
* dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-164-10/+0
* dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2008-11-161-13/+40
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-163-98/+32
* dccp: Mechanism to resolve CCID dependenciesGerrit Renker2008-11-163-4/+47
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-163-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/+8
* dccp: Cleanup routines for feature negotiationGerrit Renker2008-11-043-1/+3
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-048-6/+69
* dccp: List management for new feature negotiationGerrit Renker2008-11-042-0/+75
* dccp: Implement lookup table for feature-negotiation informationGerrit Renker2008-11-041-0/+39
* dccp: Basic data structure for feature negotiationGerrit Renker2008-11-041-0/+61
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-312-11/+9
* dccp: Port redirection support for DCCPGerrit Renker2008-10-193-3/+4
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-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/+4
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-0932-3861/+2786
* 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/+8