Skip to content

WIP: Add packet filters in the firmware

Daniel Wegemer requested to merge filters into master

ToDo:

  • Upload bytes from userland to the firmware
  • Use berkeley packet filters to generate the filters
    • For testing we could use the output of -dd or -ddd from tcpdump
    • the ctx.target variable in arch/arm/net/bpf_jit_32.c:pf_jit_compile() should contain the filters compiled to the target platform
  • move driver modifications from bcmdhd to nexmon
    • generate a patch based on the original bcmdhd

Merge request reports