aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2009-09-02inet: inet_connection_sock_af_ops constGravatar Stephen Hemminger 2-5/+5
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-2/+2
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 3-7/+8
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleGravatar Wei Yongjun 1-0/+1
2009-07-29net-dccp: suppress warning about large allocations from DCCPGravatar Mel Gorman 1-2/+2
2009-07-09net: adding memory barrier to the poll and receive callbacksGravatar Jiri Olsa 2-2/+2
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeGravatar Brian Haley 1-1/+1
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 3-6/+8
2009-06-03net: skb->rtable accessorGravatar Eric Dumazet 1-3/+3
2009-03-02dccp: Do not let initial option overhead shrink the MPSGravatar Gerrit Renker 2-2/+18
2009-03-02dccp: Minimise header option overhead in setting the MPSGravatar Gerrit Renker 2-8/+17
2009-01-21dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 4-59/+109
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 5-23/+46
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 4-24/+18
2009-01-21dccp: Initialisation framework for feature negotiationGravatar Gerrit Renker 2-10/+57
2009-01-11dccp ccid-3: Fix RFC referenceGravatar Gerrit Renker 1-1/+1
2009-01-11net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cGravatar Leonardo Potenza 1-1/+1
2009-01-04dccp: Integrate the TFRC library with DCCPGravatar Gerrit Renker 12-52/+27
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGravatar Gerrit Renker 4-176/+14
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGravatar Gerrit Renker 11-168/+148
2008-12-29net: Fix percpu counters deadlockGravatar Herbert Xu 1-1/+2
2008-12-17dccp_diag: LISTEN sockets don't have CCIDsGravatar Arnaldo Carvalho de Melo 1-2/+5
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGravatar Gerrit Renker 7-27/+8
2008-12-08dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 5-13/+2
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGravatar Gerrit Renker 4-34/+0
2008-12-08dccp: Clean up old feature-negotiation infrastructureGravatar Gerrit Renker 2-505/+11
2008-12-08dccp: Integration of dynamic feature activation - part 3 (client side)Gravatar Gerrit Renker 1-4/+26
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gravatar Gerrit Renker 1-30/+12
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gravatar Gerrit Renker 1-40/+6
2008-12-05dccp: use roundup instead of opencodingGravatar Ilpo Järvinen 1-1/+1
2008-12-01dccp: Feature activation handlersGravatar Gerrit Renker 2-10/+204
2008-12-01dccp: Processing Confirm optionsGravatar Gerrit Renker 3-17/+101
2008-12-01dccp: Process incoming Change feature-negotiation optionsGravatar Gerrit Renker 3-18/+189
2008-12-01dccp: Preference list reconciliationGravatar Gerrit Renker 1-2/+75
2008-12-01dccp: Integrate feature-negotiation insertion codeGravatar Gerrit Renker 1-12/+21
2008-12-01dccp: Insert feature-negotiation options into skbGravatar Gerrit Renker 2-0/+67
2008-11-25net: Use a percpu_counter for orphan_countGravatar Eric Dumazet 2-7/+11
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-5/+5
2008-11-25dccp: fix warning in net/dccp/options.cGravatar Ingo Molnar 1-1/+1
2008-11-23dccp: Header option insertion routine for feature-negotiationGravatar Gerrit Renker 2-60/+33
2008-11-23dccp: Support for Mandatory optionsGravatar Gerrit Renker 2-0/+17
2008-11-23dccp: Increase the scope of variable-length htonl/ntohl functionsGravatar Gerrit Renker 2-7/+28
2008-11-23dccp: API to query the current TX/RX CCIDGravatar Gerrit Renker 3-5/+30
2008-11-23dccp: Set per-connection CCIDs via socket optionsGravatar Gerrit Renker 4-8/+42
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gravatar Gerrit Renker 1-1/+2
2008-11-20net: listening_hash get a spinlock per bucketGravatar Eric Dumazet 1-6/+2
2008-11-19net: inet_diag_handler structs can be constGravatar Eric Dumazet 1-1/+1
2008-11-16dccp: Tidy up setsockopt callsGravatar Gerrit Renker 1-11/+12
2008-11-16dccp: Deprecate Ack Ratio sysctlGravatar Gerrit Renker 4-10/+0