commit | bfa8fe95ffe8d62576cf47bf58df5c9da9214723 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <martin.lau@kernel.org> | Tue Sep 20 14:30:35 2022 -0700 |
committer | Martin KaFai Lau <martin.lau@kernel.org> | Tue Sep 20 14:41:38 2022 -0700 |
tree | 748eab430d6935f0acb4ab2c9aad738d145b4d0d | |
parent | c31b38cb948ee7d3317139f005fa1f90de4a06b7 [diff] | |
parent | fdf214978a71b2749d26f6da2b1d51d9ac23831d [diff] |
Merge branch 'bpf: Small nf_conn cleanups' Daniel Xu says: ==================== This patchset cleans up a few small things: * Delete unused stub * Rename variable to be more descriptive * Fix some `extern` declaration warnings Past discussion: - v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@dxuuu.xyz/ Changes since v2: - Remove unused #include's - Move #include <linux/filter.h> to .c ==================== Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>