Hi,
I'm writing a kernel-module which should be notified whenever my
ethernetcard receives a frame (and it should get the frame also).
I don't want to hack a call to my module into some ethernet-card driver.
Isn't there a more generic way for me to register my module as
the receiver for ethernetframes. (And at the same time to unregister the
normal protocolstack in the linux kernel).