Top "Netfilter" questions

Netfilter is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack.

How to filter and intercept Linux packets by using net_dev_add() API?

I'm writing ethernet network driver for linux. I want to receive packets, edit and resend them. I know how to …

c network-programming linux-device-driver kernel-module netfilter