aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-05net: drop capability from protocol definitionsEric Paris2-2/+0
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-2/+2
2009-10-18inet: rename some inet_sock fieldsEric Dumazet5-41/+47
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-6/+7
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-8/+4
2009-10-07dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2-192/+191
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker1-161/+161
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker3-238/+213
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2-161/+158
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