summaryrefslogtreecommitdiff
path: root/2004/netfilter-failover-ols2004/OLS2004-proceedings/MasterOLS.html
blob: be1ecaaf876a84a6e25048eade4e439ac60882ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<!-- global defines -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><title>
2004 Linux Symposium --  
</title>
<style type="text/css">
body		{
		background: #ffffff;
		font-family: sans-serif;
		font-size: 11pt;
		}
.content	
		{
		font-size: 12pt;
		font-family: sans-serif;
		}
a		
		{ 
		text-decoration: underline; 
		color: #14265B; 
		} 
a:visited
		{ 
		text-decoration : underline; 
		color : #14265B; 
		}
a:hover.nav	
		{ 
		text-decoration: none;
    	   	font-weight: bold;
       		}
a:hover
	      	{
		text-decoration:none;
		}
h1       	
		{
       		font-size: 12pt;
       	 	text-decoration: none;
		color: #E6B531;
		margin-top: 10px;
		margin-bottom: 5px;
        	}
h2 		
		{
       		font-size: 12pt;
       		text-decoration: none;
		color: #14265B;
		margin-top: 6px;
		margin-bottom: 3px;
       		}
h3		{
		font-size: 10pt;
		margin-top: 6px;
                margin-bottom: 3px;
		}
p		{
		margin-top: 6px;
		margin-bottom: 8px;
		}

.right		{
		margin-top: 50px;
		margin-left: 0px;
		padding-right: 0px;
		}
.bold		{
		font-weight: bold;
		}
.blue		
		{
		background: #14265B;
		}
td.leftmenu	{
		text-align: left;
		width: 135px;
		}

td.rightmenu    
	        {
                text-align: right;
                width: 135px;
                }
img		
		{
		border: 0px;
		}

</style>
</head>
<body>
<table width="100%" class="blue">
<tr>
<td rowspan="2">
<img src="images/title_left.gif" alt=">linuxsymposium"></img>
</td>
</tr>
<tr>
<td align="right">
<img class="right" src="images/title_right.gif" alt="July 21-24th, 2004, Ottawa, Canada"></img>
</td>
</tr>
</table>
<div class="main">
<table border="0" width="100%">
    <tr>
<td class="leftmenu" valign="top">
<h1>Content</h1>
<a href="https://www.linuxsymposium.org/2004/login.php">Register/Login</a><br />
<a href="http://www.linuxsymposium.org/2004/speakers.php?types=talk">Paper Presentations</a><br />
<a href="http://www.linuxsymposium.org/2004/speakers.php?types=tutorial">Tutorials</a><br />
<a href="http://www.linuxsymposium.org/2004/speakers.php?types=bofs">BOFS/Meetings</a><br />
<a href="http://www.linuxsymposium.org/2004/sponsors.php">Sponsors</a><br />

<h1>Contacts</h1>
<a href="mailto:ajh@linuxsymposium.org">Information</a><br />

<br />
<a href="http://www.linuxsymposium.org/2004">Home</a><br />

</td>

<td class="content" valign="top">
<h1></h1>
<!-- talk -->
<h1>Paper Presentations</h1>
<p>
 <table>
  <tr>
   <td rowspan="2"><img src="images/flags/AR.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=werner@almesberger.net'>Werner  Almesberger</a></td>
   <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=24'> TCP Connection Passing</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/IL.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=da-x@colinux.org'>Dan  Aloni</a></td>
   <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=14'> Cooperative Linux</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=andersen@codepoet.org'>Erik  Andersen</a></td>
   <td>Codepoet Consulting</td>
  </tr>
  <tr>
    <td colspan="2">
       Build your own Embedded Linux Wireless Access Point
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=anderson@netsweng.com'>Stuart  Anderson</a></td>
   <td>netSwweng, LLC</td>
  </tr>
  <tr>
    <td colspan="2">
       Run-time testing of LSB Applications
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/DK.gif" alt=''></img></td>
   <td>Jens  Axboe</td>
   <td>SUSE</td>
  </tr>
  <tr>
    <td colspan="2">
       Linux Block IO - present and future
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/IN.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=suparna@in.ibm.com'>Suparna  Bhattacharya</a></td>
   <td>IBM</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=64'> Linux AIO Performance and Robustness for Enterprise Workloads</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/1.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=tim.bird@am.sony.com'>Tim R Bird</a></td>
   <td>Sony Electronics</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=132'> Methods to Improve Bootup Time in Linux</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/UK.gif" alt=''></img></td>
   <td>Martin J Bligh</td>
   <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=153'> Linux on NUMA</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/UK.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=jejb@steeleye.com'>James  Bottomley</a></td>
   <td><a href='http://www.steeleye.com'>SteelEye Technology, Inc.</a></td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=27'> Improving Kernel Performance by Unmapping the Page Cache</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/CA.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=boutcher@us.ibm.com'>Dave  Boutcher</a></td>
   <td><a href='http://www.ibm.com'>IBM</a></td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=26'> Linux Virtualization on IBM Power5 Systems</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Len  Brown</td>
   <td>Intel</td>
  </tr>
  <tr>
    <td colspan="2">
       ACPI -- Advanced Configuration and Power Management Interface
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=raybry@sgi.com'>Ray  Bryant</a></td>
   <td>Silicon Graphics</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=147'> Scaling Linux to the Extreme</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/AU.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=peterc@gelato.unsw.edu.au'>Peter  Chubb</a></td>
   <td>NICTA</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=100'> Get More Device Drivers out of the Kernel!</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/01.gif" alt=''></img></td>
   <td>Wim A Coekaerts</td>
   <td>Oracle</td>
  </tr>
  <tr>
    <td colspan="2">
       2.6 kernel for big servers compared to 2.4
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=corbet@lwn.net'>Jonathan  Corbet</a></td>
   <td>LWN.net</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=127'> Where 2.7 is going</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/TX.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=paul.devriendt@amd.com'>Paul  Devriendt</a></td>
   <td>AMD</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=22'> SMP and frequency scaling</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=scott.feldman@intel.com'>Scott  Feldman</a></td>
   <td>Intel</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=177'> e100 weight reduction program</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=bfields@umich.edu'>James Bruce Fields</a></td>
   <td>University of Michigan</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=76'> NFSv4 and rpcsec_gss for linux</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/1.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=lgammo@cs.uwaterloo.ca'>Louay  Gammo</a></td>
   <td>University of Waterloo</td>
  </tr>
  <tr>
    <td colspan="2">
       Comparing and Evaluating epoll(), select(), and poll()
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=jim.gettys@hp.com'>James  Gettys</a></td>
   <td>HP</td>
  </tr>
  <tr>
    <td colspan="2">
       The (Re)Architecture of the X Window System
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/CA.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=ibrahim.haddad@ericsson.com'>Ibrahim  Haddad</a></td>
   <td>Ericsson Research</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=51'> Towards Linux-based Open Telecom Platforms</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=linuxsymposium.org@halcrow.us'>Michael Austin Halcrow</a></td>
   <td>International Business Machines, Inc.</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=55'> Demands, Solutions, and Improvements for Linux Filesystem Security</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>David Christopher Hansen</td>
   <td>IBM</td>
  </tr>
  <tr>
    <td colspan="2">
       Hotplug Memory and the Linux VM
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/USA.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=greg@kroah.com'>Greg  Kroah-Hartman</a></td>
   <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=168'> kobjects and krefs - lockless reference counting for kernel structures</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=ricklind@us.ibm.com'>Rick  Lindsley</a></td>
   <td><a href='http://www.ibm.com/linux/ltc'>IBM Linux Technology Center</a></td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=82'> The Cursor Wiggles Faster:  Measuring Scheduler Performance</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=rml@ximian.com'>Robert  Love</a></td>
   <td>Novell</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=122'> On a Kernel Events Layer and User-space Message Bus System</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=mpm@selenic.com'>Matt  Mackall</a></td>
   <td>Selenic Consulting</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=30'> Linux-tiny and directions for small systems</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=dan.magenheimer@hp.com'>Dan  Magenheimer</a></td>
   <td><a href='http://hpl.hp.com'>Hewlett Packard Co</a></td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=68'> Xen and the Art of Open Source Virtualization</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/CA.gif" alt=''></img></td>
   <td>Jon Paul Maloy</td>
   <td>Ericsson</td>
  </tr>
  <tr>
    <td colspan="2">
        TIPC: Providing Communication for Linux Clusters
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Dave  McCracken</td>
   <td>IBM</td>
  </tr>
  <tr>
    <td colspan="2">
       Object-based reverse mapping
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/GB.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=michael@ximian.com'>Michael  Meeks</a></td>
   <td>Novell, Inc.</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=145'> The world of OpenOffice </a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/55.gif" alt=''></img></td>
   <td>Arnaldo Carvalho de Melo</td>
   <td><a href='http://www.conectiva.com.br'>Conectiva S.A.</a></td>
  </tr>
  <tr>
    <td colspan="2">
       TCPfying the Poor Cousins
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/JP.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=kazunori@miyazawa.org'>Kazunori  Miyazawa</a></td>
   <td>USAGI Project</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=119'> IPv6 IPsec and Mobile IPv6 implementation of Linux</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Andrew  Morton</td>
   <td>OSDL</td>
  </tr>
  <tr>
    <td colspan="2">
       keynote
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Keith  Packard</td>
   <td>HP</td>
  </tr>
  <tr>
    <td colspan="2">
       Getting X off the hardware
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/IN.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=linuxram@us.ibm.com'>Ram  Pai</a></td>
   <td>IBM Corporation</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=54'> Linux 2.6 performance improvement through readahead optimization</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/SP.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=inaky.perez-gonzalez@intel.com'>Inaky  Perez-Gonzalez</a></td>
   <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=10'> I would hate user space locking if it weren&amp;#039;t that sexy...</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=slpratt@us.ibm.com'>Steven L. Pratt</a></td>
   <td>IBM</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=58'> Workload Dependant Performance Evaluation of the 2.6 I/O Schedulers</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Sam  Robb</td>
   <td>TimeSys</td>
  </tr>
  <tr>
    <td colspan="2">
       Creating Cross-Compile Friendly Software
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/1.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=john.ronciak@intel.com'>John A Ronciak</a></td>
   <td>Intel Corp.</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=46'> Page-Flip Technology for use within the Linux Networking Stack</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/AU.gif" alt=''></img></td>
   <td>Rusty  Russell</td>
   <td>IBM</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=16'> Linux Kernel Hotplug CPU Support</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/IN.gif" alt=''></img></td>
   <td>Dipankar  Sarma</td>
   <td>IBM Global Services India Private Limited</td>
  </tr>
  <tr>
    <td colspan="2">
       Issues with Selected Scalability Features of the 2.6 Kernel
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=dshankar@us.ibm.com'>Kittur (Doc) S Shankar</a></td>
   <td>IBM</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=72'> Achieving CAPP/EAL3+ Security Certification for Linux  </a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Rik  van Riel</td>
   <td>Red Hat Inc</td>
  </tr>
  <tr>
    <td colspan="2">
      Improving Linux resource control using CKRM
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/FR.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=avolmat@src.ricoh.co.jp'>Alain  Volmat</a></td>
   <td><a href='http://www.ricoh.com/src/'>Ricoh Company Ltd.</a></td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=110'> Linux on a Digital Camera</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>John A Walicki</td>
   <td>IBM Research</td>
  </tr>
  <tr>
    <td colspan="2">
       The Linux Client at IBM - Enterprise Enabling the Linux Desktop
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/DE.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=laforge@gnumonks.org'>Harald Marc Welte</a></td>
   <td>netfilter core team</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=86'> ct_sync - state replication of ip_conntrack</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=mats.d.wichmann@intel.com'>Mats  Wichmann</a></td>
   <td>LSB Project / Intel Corporation</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=175'> Increasing the appeal of Open Source projects</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Matthew S. Wilson</td>
   <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2">
       New approaches in software provisioning and system maintenance
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td><a href='view_bio.php?email=cworth@east.isi.edu'>Carl D. Worth</a></td>
   <td>USC/Information Sciences Institute</td>
  </tr>
  <tr>
    <td colspan="2">
      <a href='view_abstract.php?content_key=70'>&quot;On-demand&quot; Linux in a Power-aware Microsensor</a>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>  <tr>
   <td rowspan="2"><img src="images/flags/US.gif" alt=''></img></td>
   <td>Chris  Wright</td>
   <td>OSDL</td>
  </tr>
  <tr>
    <td colspan="2">
       Linux Virtualization
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr> </table>
</p>
</td>
<td valign="top" class="rightmenu">
<h1>Related</h1>
      <a href="http://www.linuxsymposium.org/2004/venue.php">Venue</a><br />
      <a href="http://www.linuxsymposium.org/2004/travel.php">Travel</a><br />
      <a href="http://www.linuxsymposium.org/2004/faq.php">FAQ</a><br />
      
<h1>Archives</h1>
      <a href="proceedings.php">Proceedings</a><br />
      <a href="photos.php">Photos</a><br />
<a class="nav" href="http://www.linuxsymposium.org/2003">2003</a><br />
<a class="nav" href="http://www.linuxsymposium.org/2002">2002</a><br />
<a class="nav" href="http://www.linuxsymposium.org/2001">2001</a><br />
<a class="nav" href="http://www.linuxsymposium.org/2000">2000</a><br />
<a class="nav" href="http://www.linuxsymposium.org/1999">1999</a><br />
<br />      
<p>
<a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml10"
     alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>

</td>
</tr>
</table>
</div>
</body>
</html>
personal git repositories of Harald Welte. Your mileage may vary