aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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