summaryrefslogtreecommitdiffstats
path: root/src/libknot/xdp/bpf-kernel-obj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xdp: update filter binary using Clang 18Daniel Salzman2025-01-051-761/+943
* xdp: pass VLAN message if meta data not supportedDaniel Salzman2022-12-311-804/+818
* libknot/xdp: update the filterDaniel Salzman2022-10-071-598/+721
* libknot: regenerate XDP filterDaniel Salzman2022-09-041-236/+743
* xdp: add QUIC port configurationDaniel Salzman2022-05-161-144/+188
* xdp: increase and fix the maximum number of NIC queues to 256Daniel Salzman2022-05-161-259/+226
* xdp: fix compilation using llc 12.0.0 - replace more arguments with one struc...Daniel Salzman2022-05-161-226/+259
* xdp: add optional cross-interface operation using routing information from ke...Daniel Salzman2021-04-151-126/+209
* xdp: filter checks IP lengthLibor Peltan2021-01-281-80/+106
* xdp/bpf: don't drop padded Ethernet framesDaniel Salzman2021-01-101-1/+1
* xdp: drop malformed packets directly by the filter (recompiled with clang-9)Daniel Salzman2020-04-211-91/+107
* libknot/xdp: extend filter configuration with DROP modeDaniel Salzman2020-04-211-69/+69
* xdp: enable listening on all portsLibor Peltan2020-04-211-58/+65
* xdp: rework bpf-kernel without foreign codeDaniel Salzman2020-04-211-128/+79
* xdp: drop fragmented DNS queries in BPF progLibor Peltan2020-04-211-102/+109
* xdp: pass fragmented pkts to linux stackLibor Peltan2020-04-211-104/+105
* xdp: fixed BPF program after changed headersLibor Peltan2020-04-211-144/+145
* xdp: no debug symbols in bpf programLibor Peltan2020-04-211-1173/+47
* xdp: build bpf program manually. Build part of sourcesLibor Peltan2020-04-211-0/+1287