aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-302-7/+7
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-3/+3
* net: constify remaining proto_opsAlexey Dobriyan2009-09-141-1/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-1/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker2009-09-1411-67/+48
* inet: inet_connection_sock_af_ops constStephen Hemminger2009-09-022-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-2/+3
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-091-2/+2
| |\
| | * net-dccp: suppress warning about large allocations from DCCPMel Gorman2009-07-291-2/+2
| * | dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun2009-08-051-0/+1
| |/
* | net: mark read-only arrays as constJan Engelhardt2009-08-053-7/+8
|/
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-092-2/+2
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-033-6/+8
* net: skb->rtable accessorEric Dumazet2009-06-031-3/+3
* dccp: Do not let initial option overhead shrink the MPSGerrit Renker2009-03-022-2/+18
* dccp: Minimise header option overhead in setting the MPSGerrit Renker2009-03-022-8/+17
* dccp: Debugging functions for feature negotiationGerrit Renker2009-01-214-59/+109
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2009-01-215-23/+46
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-214-24/+18
* dccp: Initialisation framework for feature negotiationGerrit Renker2009-01-212-10/+57
* dccp ccid-3: Fix RFC referenceGerrit Renker2009-01-111-1/+1
* net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza2009-01-111-1/+1
* dccp: Integrate the TFRC library with DCCPGerrit Renker2009-01-0412-52/+27
* dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker2009-01-044-176/+14
* dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker2009-01-0411-168/+148
* 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