Inside the Linux Packet Filter, Part II
Following a packet's journey through the kernel can be an interesting experience. In our trip we encountered typical kernel data structures (such as skbuffs), discovered idiomatic programming techniques (such as the use of structures with function pointers as an efficient alternative to C++ objects) and met some new 2.4 mechanisms (softirqs).
If you are eager to learn more on the subject, arm yourself with kernel sources and a comfortable editor, swallow a good cup of coffee and start peeking here and there. The price is cheap, and fun is guaranteed!

- « first
- ‹ previous
- 1
- 2
- 3
Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
| Trying to Tame the Tablet | May 08, 2013 |
| Dart: a New Web Programming Experience | May 07, 2013 |
- RSS Feeds
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- New Products
- Drupal Is a Framework: Why Everyone Needs to Understand This
- A Topic for Discussion - Open Source Feature-Richness?
- Home, My Backup Data Center
- Validate an E-Mail Address with PHP, the Right Way
- New Products
- Tech Tip: Really Simple HTTP Server with Python
- Trying to Tame the Tablet
- git-annex assistant
2 hours 4 min ago - direct cable connection
2 hours 27 min ago - Agreed on AirDroid. With my
2 hours 37 min ago - I just learned this
2 hours 41 min ago - enterprise
3 hours 11 min ago - not living upto the mobile revolution
6 hours 3 min ago - Deceptive Advertising and
6 hours 38 min ago - Let\'s declare that you have
6 hours 39 min ago - Alterations in Contest Due
6 hours 40 min ago - At a numbers mindset, your
6 hours 41 min ago
Free Webinar: Linux Backup and Recovery
Most companies incorporate backup procedures for critical data, which can be restored quickly if a loss occurs. However, fewer companies are prepared for catastrophic system failures, in which they lose all data, the entire operating system, applications, settings, patches and more, reducing their system(s) to “bare metal.” After all, before data can be restored to a system, there must be a system to restore it to.
In this one hour webinar, learn how to enhance your existing backup strategies for better disaster recovery preparedness using Storix System Backup Administrator (SBAdmin), a highly flexible bare-metal recovery solution for UNIX and Linux systems.




Comments
Great article... I also found
Great article... I also found the below url interesting http://yusufonlinux.blogspot.com/
Packet Sniffer at application layer
i have a pacet sniifer at application layer that can sniff ARP through IPv4, TCP, UDP, IPv6
-tuhin
Have to express my appreciation
The best walk-through of Linux's PF_PACKET socket implementation and packet reception I've ever seen!
Re: Kernel Korner: Inside the Linux Packet Filter, Part II
Thank you!
Re: Kernel Korner: Inside the Linux Packet Filter, Part II
Thanks alot!
Re: Kernel Korner: Inside the Linux Packet Filter, Part II
Hi all,
by examining the kernel sources (especially the
network modules'), I see that there functions
embedded by the __initfunc(). Can anybody tell
me what is the role of the __initfunc() ? It denotes
a special function needed to be invoked at kernel
initialisation ?
Any answer is appreciated.
Kiss Jozsef, jkiss@pele.ilab.sztaki.hu
Re: Kernel Korner: Inside the Linux Packet Filter, Part II
Thanks a lot!
Both chapters have been very useful for me. Im making an analyse of kernel structures and functions to measure network and kernel activity in distributed applications.
Javier Mendiara Ca
thanks
Good reading thank you ....