summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-311-2/+2
* bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-011-4/+2
* netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich2023-09-151-0/+2
* net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-0/+1
|\
| * netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso2023-04-191-0/+1
* | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-2/+1
* | bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet2023-03-251-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-1/+0
|\
| * netfilter: conntrack: fix rmmod double-free raceFlorian Westphal2023-02-221-1/+0
* | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-10/+10
|/
* bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-10/+7
* net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi2022-10-031-50/+0
* net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi2022-09-211-1/+46
* bpf: Move nf_conn extern declarations to filter.hDaniel Xu2022-09-201-0/+1
* bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-201-2/+2
* bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-101-1/+65
* net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi2022-07-211-0/+32
* net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi2022-07-211-3/+35
* net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi2022-07-211-21/+187
* net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi2022-07-211-34/+18
* bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-38/+11
* net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi2022-04-061-7/+15
* bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi2022-03-051-2/+3
* net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi2022-01-181-0/+257