index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
3
-18
/
+18
2020-08-31
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
1
-5
/
+5
2020-08-31
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
1
-8
/
+14
2020-08-31
xsk: Documentation for XDP_SHARED_UMEM between queues and netdevs
Magnus Karlsson
1
-10
/
+58
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2
-0
/
+1088
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
3
-132
/
+254
2020-08-31
xsk: Add shared umem support between devices
Magnus Karlsson
1
-7
/
+4
2020-08-31
xsk: Add shared umem support between queue ids
Magnus Karlsson
3
-16
/
+56
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
6
-10
/
+10
2020-08-31
xsk: Rearrange internal structs for better performance
Magnus Karlsson
2
-18
/
+22
2020-08-31
xsk: Enable sharing of dma mappings
Magnus Karlsson
4
-42
/
+156
2020-08-31
xsk: Move addrs from buffer pool to umem
Magnus Karlsson
3
-19
/
+25
2020-08-31
xsk: Move xsk_tx_list and its lock to buffer pool
Magnus Karlsson
6
-40
/
+38
2020-08-31
xsk: Move queue_id, dev and need_wakeup to buffer pool
Magnus Karlsson
8
-74
/
+43
2020-08-31
xsk: Move fill and completion rings to buffer pool
Magnus Karlsson
6
-49
/
+52
2020-08-31
xsk: Create and free buffer pool independently from umem
Magnus Karlsson
8
-187
/
+236
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
19
-167
/
+179
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
40
-398
/
+413
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
1
-0
/
+2
2020-08-31
bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.
Alexei Starovoitov
1
-1
/
+8
2020-08-28
Merge branch 'bpf-sleepable'
Daniel Borkmann
20
-33
/
+331
2020-08-28
selftests/bpf: Add sleepable tests
Alexei Starovoitov
5
-2
/
+99
2020-08-28
libbpf: Support sleepable progs
Alexei Starovoitov
1
-1
/
+24
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
5
-0
/
+41
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
10
-25
/
+162
2020-08-28
mm/error_inject: Fix allow_error_inject function signatures.
Alexei Starovoitov
2
-5
/
+5
2020-08-28
bpf: selftests: Add test for different inner map size
Martin KaFai Lau
2
-1
/
+65
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
3
-4
/
+17
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
17
-15
/
+52
2020-08-28
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2
-4
/
+8
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
3
-3
/
+9
2020-08-26
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
1
-3
/
+5
2020-08-26
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
1
-0
/
+146
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
1
-0
/
+66
2020-08-26
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
1
-1
/
+1
2020-08-26
Merge branch 'resolve_prog_type'
Alexei Starovoitov
7
-11
/
+229
2020-08-26
selftests/bpf: Test for map update access from within EXT programs
Udip Pant
3
-3
/
+104
2020-08-26
selftests/bpf: Test for checking return code for the extended prog
Udip Pant
2
-0
/
+59
2020-08-26
selftests/bpf: Add test for freplace program with write access
Udip Pant
3
-0
/
+48
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
1
-11
/
+21
2020-08-26
selftests/bpf: Fix spelling mistake "scoket" -> "socket"
Colin Ian King
1
-1
/
+1
2020-08-26
selftests/bpf: Fix open call in trigger_fstat_events
Jiri Olsa
1
-1
/
+1
2020-08-25
selftests/bpf: Add set test to resolve_btfids
Jiri Olsa
1
-1
/
+38
2020-08-25
selftests/bpf: Add test for d_path helper
Jiri Olsa
2
-0
/
+205
2020-08-25
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2
-1
/
+55
2020-08-25
bpf: Update .BTF_ids section in btf.rst with sets info
Jiri Olsa
1
-0
/
+25
2020-08-25
bpf: Add d_path helper
Jiri Olsa
4
-0
/
+78
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
5
-2
/
+123
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
3
-6
/
+44
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
[next]