summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-11/+11
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-7/+8
| |\
| | * bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2021-10-271-5/+5
| | * bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet2021-10-271-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-0/+1
| |\ \ | | |/ | |/|
| * | bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-281-5/+0
| * | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+5
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-2/+4
|\ \ \ | |_|/ |/| |
| * | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-2/+4
| |/
* / bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-0/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
* | bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-2/+3
* | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-24/+37
* | net, core: Add support for XDP redirection to slave deviceJussi Maki2021-08-091-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-0/+15
|\|
| * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+15
* | bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2021-07-151-1/+2
|/
* xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-5/+3
* bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+2
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-4/+15
* bpf: Remove unused bpf_load_pointerHe Fengqing2021-03-301-9/+0
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+1
* bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-261-2/+1
* bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-4/+6
* bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-0/+27
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+1
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+1
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-3/+11
* bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev2021-01-201-0/+5
* bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-0/+6
* bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+2
* bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+1
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-4/+12
* bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko2021-01-121-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+1
|\
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* | bpf: Fix -Wshadow warningsArnd Bergmann2020-10-271-11/+11
|/
* bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-2/+2
|\
| * bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer2020-09-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-0/+4
* | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-241-2/+2
|/
* bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-1/+2
* net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-0/+147
|\
| * inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+39
| * inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+91