summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_bpf.c
AgeCommit message (Expand)Author
2023-09-15netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-19netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-02-22netfilter: conntrack: fix rmmod double-free raceFlorian Westphal
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi
2022-09-21net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu
2022-07-21net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi
2022-07-21net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-04-06net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi
2022-03-05bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi