aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo10-0/+11
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker3-15/+17
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-2/+3
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker1-0/+2
2010-02-12dccp: allow probing of CCID-array lengthGerrit Renker1-5/+4
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-6/+8
2010-02-03dccp: fix auto-loading of dccp(_probe)Gerrit Renker1-2/+2
2010-02-03dccp: fix bug in cache allocationGerrit Renker2-4/+6
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-14/+9
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-11/+9
2010-01-19dccp: fix dccp rmmod when kernel configured to use slubNeil Horman2-13/+7
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan2-4/+4
2010-01-15dccp_probe: Fix module load dependencies between dccp and dccp_probeNeil Horman1-1/+2
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-1/+1
2009-12-22kfifo: move out spinlockStefani Seibold1-3/+3
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-11/+9
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-3/+3
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds11-530/+504
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson3-5/+7
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-4/+4
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