index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-25
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
2022-08-25
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-25
bpf/scripts: Assert helper enum value is aligned with comment order
Eyal Birger
2022-08-25
bpftool: Fix a wrong type cast in btf_dumper_int
Lam Thai
2022-08-25
Merge branch 'bpf: rstat: cgroup hierarchical'
Alexei Starovoitov
2022-08-25
selftests/bpf: add a selftest for cgroup hierarchical stats collection
Yosry Ahmed
2022-08-25
selftests/bpf: extend cgroup helpers
Yosry Ahmed
2022-08-25
cgroup: bpf: enable bpf programs to integrate with rstat
Yosry Ahmed
2022-08-25
selftests/bpf: Test cgroup_iter.
Hao Luo
2022-08-25
bpf: Introduce cgroup iter
Hao Luo
2022-08-24
selftests/bpf: Fix wrong size passed to bpf_setsockopt()
Yang Yingliang
2022-08-24
selftests/bpf: Add cb_refs test to s390x deny list
Daniel Müller
2022-08-24
Merge branch 'Fix reference state management for synchronous callbacks'
Alexei Starovoitov
2022-08-24
selftests/bpf: Add tests for reference state fixes for callbacks
Kumar Kartikeya Dwivedi
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-23
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-23
Merge branch 'bpf: expose bpf_{g,s}et_retval to more cgroup hooks'
Alexei Starovoitov
2022-08-23
selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere
Stanislav Fomichev
2022-08-23
bpf: update bpf_{g,s}et_retval documentation
Stanislav Fomichev
2022-08-23
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2022-08-23
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-23
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-23
scripts/bpf: Set date attribute for bpf-helpers(7) man page
Quentin Monnet
2022-08-23
scripts/bpf: Set version attribute for bpf-helpers(7) man page
Quentin Monnet
2022-08-23
bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUE
Shmulik Ladkani
2022-08-23
bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...
Shmulik Ladkani
2022-08-23
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
2022-08-23
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
2022-08-19
selftest/bpf: Add setget_sockopt to DENYLIST.s390x
Martin KaFai Lau
2022-08-19
selftests/bpf: Fix spelling mistake.
Colin Ian King
2022-08-18
Merge branch 'bpf: net: Remove duplicated code from bpf_setsockopt()'
Alexei Starovoitov
2022-08-18
selftests/bpf: bpf_setsockopt tests
Martin KaFai Lau
2022-08-18
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
2022-08-18
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
2022-08-18
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
2022-08-18
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
2022-08-18
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...
Martin KaFai Lau
2022-08-18
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
2022-08-18
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...
Martin KaFai Lau
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-18
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-18
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-08-18
net: ethernet: altera: Add use of ethtool_op_get_ts_info
Maxime Chevallier
2022-08-17
stmmac: intel: remove unused 'has_crossts' flag
Wong Vee Khee
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-17
selftests/bpf: Few fixes for selftests/bpf built in release mode
Andrii Nakryiko
[next]