aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_bpf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2
2023-09-15netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich1-0/+2
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski1-0/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2023-04-19netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso1-0/+1
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-2/+1
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet1-2/+0
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-1/+0
2023-02-22netfilter: conntrack: fix rmmod double-free raceFlorian Westphal1-1/+0
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-10/+10
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-10/+7
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi1-50/+0
2022-09-21net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi1-1/+46
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu1-0/+1
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu1-2/+2
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu1-1/+65
2022-07-21net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi1-0/+32
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi1-3/+35
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi1-21/+187
2022-07-21net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi1-34/+18
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi1-38/+11
2022-04-06net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi1-7/+15
2022-03-05bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi1-2/+3
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi1-0/+257