aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_bpf.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cGravatar Lorenzo Bianconi 1-50/+0
2022-09-21net: netfilter: add bpf_ct_set_nat_info kfunc helperGravatar Lorenzo Bianconi 1-1/+46
2022-09-20bpf: Move nf_conn extern declarations to filter.hGravatar Daniel Xu 1-0/+1
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessGravatar Daniel Xu 1-2/+2
2022-09-10bpf: Add support for writing to nf_conn:markGravatar Daniel Xu 1-1/+65
2022-07-21net: netfilter: Add kfuncs to set and change CT statusGravatar Lorenzo Bianconi 1-0/+32
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutGravatar Kumar Kartikeya Dwivedi 1-3/+35
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTGravatar Lorenzo Bianconi 1-21/+187
2022-07-21net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupGravatar Kumar Kartikeya Dwivedi 1-34/+18
2022-07-21bpf: Switch to new kfunc flags infrastructureGravatar Kumar Kartikeya Dwivedi 1-38/+11
2022-04-06net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFGravatar Lorenzo Bianconi 1-7/+15
2022-03-05bpf: Replace __diag_ignore with unified __diag_ignore_allGravatar Kumar Kartikeya Dwivedi 1-2/+3
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFGravatar Kumar Kartikeya Dwivedi 1-0/+257