index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
w1
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-22
bpf, docs: BPF Iterator Document
Anton Protopopov
1
-5
/
+2
2023-06-22
selftests/bpf: Fix compilation failure for prog vrf_socket_lookup
Yonghong Song
1
-2
/
+3
2023-06-21
selftests/bpf: Add vrf_socket_lookup tests
Gilad Sever
2
-0
/
+400
2023-06-21
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
2
-30
/
+48
2023-06-21
bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
Gilad Sever
1
-6
/
+18
2023-06-21
bpf: Factor out socket lookup functions for the TC hookpoint.
Gilad Sever
1
-3
/
+60
2023-06-19
selftests/bpf: Set the default value of consumer_cnt as 0
Hou Tao
14
-128
/
+35
2023-06-19
selftests/bpf: Ensure that next_cpu() returns a valid CPU number
Hou Tao
2
-1
/
+3
2023-06-19
selftests/bpf: Output the correct error code for pthread APIs
Hou Tao
1
-4
/
+6
2023-06-19
selftests/bpf: Use producer_cnt to allocate local counter array
Hou Tao
1
-1
/
+1
2023-06-19
xsk: Remove unused inline function xsk_buff_discard()
YueHaibing
1
-4
/
+0
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
1
-12
/
+9
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
14
-44
/
+52
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
1
-33
/
+24
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
1
-15
/
+19
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
1
-13
/
+16
2023-06-14
selftests/bpf: Verify that check_ids() is used for scalars in regsafe()
Eduard Zingerman
1
-0
/
+315
2023-06-14
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2
-29
/
+79
2023-06-14
selftests/bpf: Check if mark_chain_precision() follows scalar ids
Eduard Zingerman
2
-0
/
+346
2023-06-14
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
3
-5
/
+128
2023-06-13
bpf/docs: Update documentation for new cpumask kfuncs
David Vernet
1
-2
/
+3
2023-06-13
selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*
David Vernet
2
-6
/
+6
2023-06-13
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
1
-10
/
+12
2023-06-13
selftests/bpf: Add test for new bpf_cpumask_first_and() kfunc
David Vernet
3
-0
/
+35
2023-06-13
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
1
-0
/
+16
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
1
-3
/
+5
2023-06-12
selftests/bpf: Fix invalid pointer check in get_xlated_program()
Eduard Zingerman
1
-11
/
+13
2023-06-08
selftests/bpf: Add missing prototypes for several test kfuncs
Jiri Olsa
2
-8
/
+15
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
1
-15
/
+16
2023-06-06
selftests/bpf: Fix check_mtu using wrong variable type
Jesper Dangaard Brouer
1
-1
/
+1
2023-06-06
bpf: Cleanup unused function declaration
Ruiqi Gong
1
-1
/
+0
2023-06-06
selftests/bpf: Add missing selftests kconfig options
David Vernet
1
-0
/
+4
2023-06-06
tools/resolve_btfids: Fix setting HOSTCFLAGS
Viktor Malik
1
-2
/
+2
2023-06-05
selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDs
David Vernet
2
-0
/
+25
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
1
-2
/
+7
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
1
-2
/
+2
2023-06-05
bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfo
Jesper Dangaard Brouer
1
-3
/
+4
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
4
-11
/
+29
2023-06-05
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
1
-2
/
+2
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
1
-0
/
+3
2023-06-01
selftests/bpf: Test table ID fib lookup BPF helper
Louis DeLosSantos
1
-8
/
+53
2023-06-01
bpf: Add table ID to bpf_fib_lookup BPF helper
Louis DeLosSantos
3
-7
/
+49
2023-05-31
samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60
Jesper Dangaard Brouer
2
-2
/
+2
2023-05-31
net: Use umd_cleanup_helper()
Jarkko Sakkinen
3
-12
/
+2
2023-05-31
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-31
bpf/tests: Use struct_size()
Su Hui
1
-2
/
+1
2023-05-30
selftests/bpf: Add a test where map key_type_id with decl_tag type
Yonghong Song
1
-0
/
+40
2023-05-30
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
1
-9
/
+10
2023-05-30
r8169: check for PCI read error in probe
Heiner Kallweit
1
-1
/
+8
2023-05-30
dsa: lan9303: Remove stray gpiod_unexport() call
Andy Shevchenko
1
-1
/
+0
[next]