aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
...
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-2/+2
* inet: Remove unused send_check length argumentHerbert Xu2010-04-114-5/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1110-0/+11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3010-0/+11
* | net: remove trailing space in messagesFrans Pop2010-03-242-2/+2
* | net: snmp mib cleanupEric Dumazet2010-03-211-1/+1
|/
* net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker2010-03-153-15/+17
* net: backlog functions renameZhu Yi2010-03-051-1/+1
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-2/+3
* dccp: support for passing MSG_TRUNCGerrit Renker2010-02-121-0/+2
* dccp: allow probing of CCID-array lengthGerrit Renker2010-02-121-5/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-033-6/+8
|\
| * dccp: fix auto-loading of dccp(_probe)Gerrit Renker2010-02-031-2/+2
| * dccp: fix bug in cache allocationGerrit Renker2010-02-032-4/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-233-14/+9
|\ \ | |/
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-221-11/+9
| |\
| * | dccp: fix dccp rmmod when kernel configured to use slubNeil Horman2010-01-192-13/+7
| * | dccp_probe: Fix module load dependencies between dccp and dccp_probeNeil Horman2010-01-151-1/+2
* | | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-172-4/+4
| |/ |/|
* | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* | kfifo: cleanup namespaceStefani Seibold2009-12-221-1/+1
* | kfifo: move out spinlockStefani Seibold2009-12-221-3/+3
* | kfifo: move struct kfifo in placeStefani Seibold2009-12-221-11/+9
|/
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-082-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0811-530/+504
|\
| * TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-023-5/+7
| * net: drop capability from protocol definitionsEric Paris2009-11-052-2/+0
| * net: Fix for dst_negative_adviceKrishna Kumar2009-10-201-2/+2
| * inet: rename some inet_sock fieldsEric Dumazet2009-10-185-41/+47
| * tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-6/+7
| * IPv6: use ipv6_addr_set_v4mapped()Brian Haley2009-10-071-8/+4
| * dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2009-10-072-192/+191
| * dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker2009-10-071-161/+161
| * dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker2009-10-073-238/+213
| * dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2009-10-072-161/+158
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-4/+4
|/
* 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