aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller2-7/+7
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-3/+3
2009-09-14net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-09-14net: constify struct net_protocolAlexey Dobriyan1-1/+1
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker11-67/+48
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger2-5/+5
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-08-05net: mark read-only arrays as constJan Engelhardt3-7/+8
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun1-0/+1
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman1-2/+2
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa2-2/+2
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet3-6/+8
2009-06-03net: skb->rtable accessorEric Dumazet1-3/+3
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