netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Journey of a network packet through linux 2.6 network stack
@ 2012-06-19 10:25 AFT
  2012-06-19 10:51 ` Anuz Pratap Singh Tomar
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: AFT @ 2012-06-19 10:25 UTC (permalink / raw)
  To: kernelnewbies, netfilter-devel


Hi,

A document with this heading can be found for 2.4 network stack. But i
have not found any document regarding 2.6 network stack.

When i was searching netfilter mailing list archive, i got the following
post :

http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html

in this post author mentioned about a document named after this. but
does not gave any link to that document.

so i'm wondering if any similar document can be found?

cheers.

------

--aft

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 10:25 Journey of a network packet through linux 2.6 network stack AFT
@ 2012-06-19 10:51 ` Anuz Pratap Singh Tomar
  2012-06-19 10:51 ` Jan Engelhardt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Anuz Pratap Singh Tomar @ 2012-06-19 10:51 UTC (permalink / raw)
  To: AFT; +Cc: netfilter-devel, kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 851 bytes --]

On Tue, Jun 19, 2012 at 11:25 AM, AFT <aftnix@gmail.com> wrote:

>
> Hi,
>
> A document with this heading can be found for 2.4 network stack. But i
> have not found any document regarding 2.6 network stack.
>
> When i was searching netfilter mailing list archive, i got the following
> post :
>
> http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html
>
> in this post author mentioned about a document named after this. but
> does not gave any link to that document.
>
> so i'm wondering if any similar document can be found?
>
> cheers.
>
> ------
>
> --aft
>
> Check out the book by Christian benvenuti
http://shop.oreilly.com/product/9780596002558.do

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

[-- Attachment #1.2: Type: text/html, Size: 1653 bytes --]

[-- Attachment #2: Type: text/plain, Size: 169 bytes --]

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 10:25 Journey of a network packet through linux 2.6 network stack AFT
  2012-06-19 10:51 ` Anuz Pratap Singh Tomar
@ 2012-06-19 10:51 ` Jan Engelhardt
  2012-06-19 10:55   ` Deepak Jangid
  2012-06-19 13:11   ` AFT
  2012-06-19 11:10 ` Jan Engelhardt
  2012-06-19 11:42 ` Pablo Neira Ayuso
  3 siblings, 2 replies; 10+ messages in thread
From: Jan Engelhardt @ 2012-06-19 10:51 UTC (permalink / raw)
  To: AFT; +Cc: kernelnewbies, netfilter-devel

On Tuesday 2012-06-19 12:25, AFT wrote:

>
>Hi,
>
>A document with this heading can be found for 2.4 network stack. But i
>have not found any document regarding 2.6 network stack.
>
>When i was searching netfilter mailing list archive, i got the following
>post :
>
>http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html
>
>in this post author mentioned about a document named after this. but
>does not gave any link to that document.

Your link gives a 404.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 10:51 ` Jan Engelhardt
@ 2012-06-19 10:55   ` Deepak Jangid
  2012-06-19 13:11   ` AFT
  1 sibling, 0 replies; 10+ messages in thread
From: Deepak Jangid @ 2012-06-19 10:55 UTC (permalink / raw)
  To: Jan Engelhardt
  Cc: AFT, kernelnewbies@kernelnewbies.org,
	netfilter-devel@vger.kernel.org

Its capital A in august

Best Regards,
Deepak Jangid

On 19-Jun-2012, at 16:21, Jan Engelhardt <jengelh@inai.de> wrote:

> On Tuesday 2012-06-19 12:25, AFT wrote:
> 
>> 
>> Hi,
>> 
>> A document with this heading can be found for 2.4 network stack. But i
>> have not found any document regarding 2.6 network stack.
>> 
>> When i was searching netfilter mailing list archive, i got the following
>> post :
>> 
>> http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html
>> 
>> in this post author mentioned about a document named after this. but
>> does not gave any link to that document.
> 
> Your link gives a 404.
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 10:25 Journey of a network packet through linux 2.6 network stack AFT
  2012-06-19 10:51 ` Anuz Pratap Singh Tomar
  2012-06-19 10:51 ` Jan Engelhardt
@ 2012-06-19 11:10 ` Jan Engelhardt
  2012-06-19 11:17   ` Jan Engelhardt
  2012-06-19 11:42 ` Pablo Neira Ayuso
  3 siblings, 1 reply; 10+ messages in thread
From: Jan Engelhardt @ 2012-06-19 11:10 UTC (permalink / raw)
  To: AFT; +Cc: kernelnewbies, netfilter-devel

On Tuesday 2012-06-19 12:25, AFT wrote:
>
>A document with this heading can be found for 2.4 network stack. But i
>have not found any document regarding 2.6 network stack.
>
>When i was searching netfilter mailing list archive, i got the following
>post :
>
>http://lists.netfilter.org/pipermail/netfilter/2007-August/069583.html
>
>in this post author mentioned about a document named after this. but
>does not gave any link to that document.
>
>so i'm wondering if any similar document can be found?


http://en.wikipedia.org/wiki/Netfilter
http://en.wikipedia.org/wiki/iptables

(And to answer the other two questions of Karim Sattar: 2. the code 
between kernel and user interface are obviously different, 3. iptables 
is not a daemon.)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 11:10 ` Jan Engelhardt
@ 2012-06-19 11:17   ` Jan Engelhardt
  2012-06-19 13:08     ` AFT
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Engelhardt @ 2012-06-19 11:17 UTC (permalink / raw)
  To: AFT; +Cc: kernelnewbies, netfilter-devel

On Tuesday 2012-06-19 13:10, Jan Engelhardt wrote:

>On Tuesday 2012-06-19 12:25, AFT wrote:
>>
>>A document with this heading can be found for 2.4 network stack. But i
>>have not found any document regarding 2.6 network stack.
>>
>>When i was searching netfilter mailing list archive, i got the following
>>post :
>>
>>http://lists.netfilter.org/pipermail/netfilter/2007-August/069583.html
>>
>>in this post author mentioned about a document named after this. but
>>does not gave any link to that document.
>>
>>so i'm wondering if any similar document can be found?
>
>
>http://en.wikipedia.org/wiki/Netfilter
>http://en.wikipedia.org/wiki/iptables

And if you actually did a Google search, you would have found a copy of 
it, cached by Baidu on two seaprate pages.

http://hi.baidu.com/john_len_dead_dance/blog/item/b85af87289b9e2128601b051.html
http://hi.baidu.com/john_len_dead_dance/blog/item/b85af87289b9e2128601b051.html

It even mentions its source file:
http://svn.gnumonks.org/trunk/doc/packet-journey-2.6.xml

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 10:25 Journey of a network packet through linux 2.6 network stack AFT
                   ` (2 preceding siblings ...)
  2012-06-19 11:10 ` Jan Engelhardt
@ 2012-06-19 11:42 ` Pablo Neira Ayuso
  2012-06-19 13:15   ` AFT
  3 siblings, 1 reply; 10+ messages in thread
From: Pablo Neira Ayuso @ 2012-06-19 11:42 UTC (permalink / raw)
  To: AFT; +Cc: kernelnewbies, netfilter-devel

On Tue, Jun 19, 2012 at 04:25:01PM +0600, AFT wrote:
> 
> Hi,
> 
> A document with this heading can be found for 2.4 network stack. But i
> have not found any document regarding 2.6 network stack.
> 
> When i was searching netfilter mailing list archive, i got the following
> post :
> 
> http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html
> 
> in this post author mentioned about a document named after this. but
> does not gave any link to that document.
> 
> so i'm wondering if any similar document can be found?

You've got Linux Networking internals.

http://shop.oreilly.com/product/9780596002558.do

It's pretty think, but it provides some panoramic. As kernel code
evolves quite quickly, you may find that some things have changed, but
it's a good base to start with if you're looking for an alternative to
reading pure code.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 11:17   ` Jan Engelhardt
@ 2012-06-19 13:08     ` AFT
  0 siblings, 0 replies; 10+ messages in thread
From: AFT @ 2012-06-19 13:08 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: kernelnewbies, netfilter-devel

Jan Engelhardt <jengelh@inai.de> writes:

> On Tuesday 2012-06-19 13:10, Jan Engelhardt wrote:
>
>>On Tuesday 2012-06-19 12:25, AFT wrote:
>>>
>>>A document with this heading can be found for 2.4 network stack. But i
>>>have not found any document regarding 2.6 network stack.
>>>
>>>When i was searching netfilter mailing list archive, i got the following
>>>post :
>>>
>>>http://lists.netfilter.org/pipermail/netfilter/2007-August/069583.html
>>>
>>>in this post author mentioned about a document named after this. but
>>>does not gave any link to that document.
>>>
>>>so i'm wondering if any similar document can be found?
>>
>>
>>http://en.wikipedia.org/wiki/Netfilter
>>http://en.wikipedia.org/wiki/iptables
>
> And if you actually did a Google search, you would have found a copy of 
> it, cached by Baidu on two seaprate pages.
>
> http://hi.baidu.com/john_len_dead_dance/blog/item/b85af87289b9e2128601b051.html
> http://hi.baidu.com/john_len_dead_dance/blog/item/b85af87289b9e2128601b051.html

I've done the google search actually. But i got put off by
"baidu". anything chineese gets me to press X button. I didn't think i
will get a valuable life lesson in kernewbies. Next time i will give
chineese a chance. :)

>
> It even mentions its source file:
> http://svn.gnumonks.org/trunk/doc/packet-journey-2.6.xml

I have found out some more comprehensive document than this. I will post
those link for anyone who is also searching archives for the same
documents. 

Cheers

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 10:51 ` Jan Engelhardt
  2012-06-19 10:55   ` Deepak Jangid
@ 2012-06-19 13:11   ` AFT
  1 sibling, 0 replies; 10+ messages in thread
From: AFT @ 2012-06-19 13:11 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: kernelnewbies, netfilter-devel

Jan Engelhardt <jengelh@inai.de> writes:

> On Tuesday 2012-06-19 12:25, AFT wrote:
>
>>
>>Hi,
>>
>>A document with this heading can be found for 2.4 network stack. But i
>>have not found any document regarding 2.6 network stack.
>>
>>When i was searching netfilter mailing list archive, i got the following
>>post :
>>
>>http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html
>>
>>in this post author mentioned about a document named after this. but
>>does not gave any link to that document.
>
> Your link gives a 404.

Its because of a accidental "C-x C-u' followed by "C-x C-l" to fix it.

cheers.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Journey of a network packet through linux 2.6 network stack
  2012-06-19 11:42 ` Pablo Neira Ayuso
@ 2012-06-19 13:15   ` AFT
  0 siblings, 0 replies; 10+ messages in thread
From: AFT @ 2012-06-19 13:15 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: kernelnewbies, netfilter-devel

Pablo Neira Ayuso <pablo@netfilter.org> writes:

> On Tue, Jun 19, 2012 at 04:25:01PM +0600, AFT wrote:
>> 
>> Hi,
>> 
>> A document with this heading can be found for 2.4 network stack. But i
>> have not found any document regarding 2.6 network stack.
>> 
>> When i was searching netfilter mailing list archive, i got the following
>> post :
>> 
>> http://lists.netfilter.org/pipermail/netfilter/2007-august/069583.html
>> 
>> in this post author mentioned about a document named after this. but
>> does not gave any link to that document.
>> 
>> so i'm wondering if any similar document can be found?
>
> You've got Linux Networking internals.
>
> http://shop.oreilly.com/product/9780596002558.do
>
> It's pretty think, but it provides some panoramic. As kernel code
> evolves quite quickly, you may find that some things have changed, but
> it's a good base to start with if you're looking for an alternative to
> reading pure code.

Hi Pablo,

I have a scanned pdf of Linux kernel internals. But i stopped reading
when i found out struct sk_buff does not have a member struct
sk_buff_head * list like the book mentioned. It turns out its removed in
2.6.14/15 series where the book references a earlier code. 

On the plus side this made me set up cscope in my emacs. So i guess i
should thank the book for this.

Cheers.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-06-19 13:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 10:25 Journey of a network packet through linux 2.6 network stack AFT
2012-06-19 10:51 ` Anuz Pratap Singh Tomar
2012-06-19 10:51 ` Jan Engelhardt
2012-06-19 10:55   ` Deepak Jangid
2012-06-19 13:11   ` AFT
2012-06-19 11:10 ` Jan Engelhardt
2012-06-19 11:17   ` Jan Engelhardt
2012-06-19 13:08     ` AFT
2012-06-19 11:42 ` Pablo Neira Ayuso
2012-06-19 13:15   ` AFT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).