Linux kernel networking stack

2011-10-11 Thread Abu Rasheda
I want to embark on journey of learning Linux networking stack. I want
suggestions, what is best way to do this. Any book recommendation, any
documentation which might exist.

Thanks.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Linux kernel networking stack

2011-10-11 Thread José Luis Segatto Junior
i have read TCP/IP Illustrated, volume 2 The implementation (Gary R.
Wright and W. Richard Stevens).
Its very illustrative, and shows how TCP/IP works of a very simple way.
Unfortunately (for someone) Its about BSD TCP/IP stack. But could be
interesting.

Regards


On Tue, Oct 11, 2011 at 3:12 PM, Abu Rasheda rcpilot2...@gmail.com wrote:
 I want to embark on journey of learning Linux networking stack. I want
 suggestions, what is best way to do this. Any book recommendation, any
 documentation which might exist.

 Thanks.

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Linux kernel networking stack

2011-10-11 Thread Kernel Piddu
Understanding Linux networking internals by Christian Benvenuti is pretty good 
too.

On Oct 11, 2011, at 3:23 PM, José Luis Segatto Junior zuzesega...@gmail.com 
wrote:

 i have read TCP/IP Illustrated, volume 2 The implementation (Gary R.
 Wright and W. Richard Stevens).
 Its very illustrative, and shows how TCP/IP works of a very simple way.
 Unfortunately (for someone) Its about BSD TCP/IP stack. But could be
 interesting.
 
 Regards
 
 
 On Tue, Oct 11, 2011 at 3:12 PM, Abu Rasheda rcpilot2...@gmail.com wrote:
 I want to embark on journey of learning Linux networking stack. I want
 suggestions, what is best way to do this. Any book recommendation, any
 documentation which might exist.
 
 Thanks.
 
 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
 
 
 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


RE: Linux kernel networking stack

2011-10-11 Thread Jeff Haran
 -Original Message-
 From: kernelnewbies-boun...@kernelnewbies.org [mailto:kernelnewbies-
 boun...@kernelnewbies.org] On Behalf Of José Luis Segatto Junior
 Sent: Tuesday, October 11, 2011 12:23 PM
 To: Linux Kernel List
 Subject: Re: Linux kernel networking stack
 
 i have read TCP/IP Illustrated, volume 2 The implementation (Gary R.
 Wright and W. Richard Stevens).
 Its very illustrative, and shows how TCP/IP works of a very simple way.
 Unfortunately (for someone) Its about BSD TCP/IP stack. But could be
 interesting.
 
 Regards
 
 
 On Tue, Oct 11, 2011 at 3:12 PM, Abu Rasheda rcpilot2...@gmail.com
 wrote:
  I want to embark on journey of learning Linux networking stack. I want
  suggestions, what is best way to do this. Any book recommendation, any
  documentation which might exist.
 
  Thanks.
 

I found Understanding Linux Networking Internals by Christian Benvenuti quite 
worth the read. Only problem, as with all Linux documentation, is that it gets 
out of date quickly and this book is now 5 years old. The Wright and Stevens 
book was excellent, but it had the advantage of describing a fairly static 
software release.

Jeff Haran




___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


RE: Linux kernel networking stack

2011-10-11 Thread Smital Desai

___
From: kernelnewbies-boun...@kernelnewbies.org 
[kernelnewbies-boun...@kernelnewbies.org] On Behalf Of Jeff Haran 
[jha...@bytemobile.com]
Sent: Wednesday, October 12, 2011 1:53 AM
To: José Luis Segatto Junior; Linux Kernel List
Subject: RE: Linux kernel networking stack

 -Original Message-
 From: kernelnewbies-boun...@kernelnewbies.org [mailto:kernelnewbies-
 boun...@kernelnewbies.org] On Behalf Of José Luis Segatto Junior
 Sent: Tuesday, October 11, 2011 12:23 PM
 To: Linux Kernel List
 Subject: Re: Linux kernel networking stack

 i have read TCP/IP Illustrated, volume 2 The implementation (Gary R.
 Wright and W. Richard Stevens).
 Its very illustrative, and shows how TCP/IP works of a very simple way.
 Unfortunately (for someone) Its about BSD TCP/IP stack. But could be
 interesting.

 Regards


 On Tue, Oct 11, 2011 at 3:12 PM, Abu Rasheda rcpilot2...@gmail.com
 wrote:
  I want to embark on journey of learning Linux networking stack. I want
  suggestions, what is best way to do this. Any book recommendation, any
  documentation which might exist.
 
  Thanks.
 

 I found Understanding Linux Networking Internals by Christian Benvenuti 
 quite worth the read. Only problem, as with all Linux documentation, is that 
 it gets out of date quickly and this book is now 5   years old. The 
 Wright and Stevens book was excellent, but it had the advantage of 
 describing a fairly static software release.

  Jeff Haran


The blow mentioned article is worth read along with the suggestions that are 
made already by the people .

http://kernelnewbies.org/Networking?action=AttachFiledo=gettarget=hacking_the_wholism_of_linux_net.txt


Smital Desai

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

__

The contents of this e-mail and any attachment(s) may contain confidential or 
privileged information for the intended recipient(s). Unintended recipients are 
prohibited from taking action on the basis of information in this e-mail and  
using or disseminating the information,  and must notify the sender and delete 
it from their system. LT Infotech will not accept responsibility or liability 
for the accuracy or completeness of, or the presence of any virus or disabling 
code in this e-mail

__

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Linux kernel networking stack

2011-10-11 Thread amit mehta
I'm currently referring The Linux TCP/IP Stack: Networking for
Embedded Systems - David H. Kaufman . Though I haven't read the
book completely but so far it seems to me that it provides a detailed
information on most of the Networking data structures and APIs with lot
of code snippet from e100 driver. Linux Networking subsystem is
still evolving hence some of the references to the Linux Networking code
is obsolete, but still i _think_ this might be a good read.

Book review: http://www.linuxjournal.com/article/7823

-Amit

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies