index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_conntrack_bpf.c
Age
Commit message (
Expand
)
Author
2024-05-22
net: netfilter: Make ct zone opts configurable for bpf ct helpers
Brad Cowie
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-09-15
netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()
Ilya Leoshkevich
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-19
netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...
Pablo Neira Ayuso
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2023-02-22
netfilter: conntrack: fix rmmod double-free race
Florian Westphal
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-10-03
net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
Lorenzo Bianconi
2022-09-21
net: netfilter: add bpf_ct_set_nat_info kfunc helper
Lorenzo Bianconi
2022-09-20
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
2022-09-20
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
2022-09-10
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-07-21
net: netfilter: Add kfuncs to set and change CT status
Lorenzo Bianconi
2022-07-21
net: netfilter: Add kfuncs to set and change CT timeout
Kumar Kartikeya Dwivedi
2022-07-21
net: netfilter: Add kfuncs to allocate and insert CT
Lorenzo Bianconi
2022-07-21
net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup
Kumar Kartikeya Dwivedi
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2022-04-06
net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPF
Lorenzo Bianconi
2022-03-05
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi