index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
cgroup
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
1
-0
/
+1
2021-07-23
selftests/bpf: Mute expected invalid map creation error msg
Martynas Pumputis
1
-0
/
+5
2021-07-23
bpf: Remove redundant intiialization of variable stype
Colin Ian King
1
-1
/
+1
2021-07-23
bpf: Fix pointer cast warning
Arnd Bergmann
1
-1
/
+1
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
1
-2
/
+3
2021-07-20
selftests/bpf: Add __int128-specific tests for typed data dump
Alan Maguire
1
-0
/
+17
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
1
-33
/
+65
2021-07-20
selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l
Vincent Li
1
-1
/
+1
2021-07-20
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
1
-2
/
+2
2021-07-20
selftests/bpf: Check inner map deletion
Martynas Pumputis
2
-1
/
+88
2021-07-20
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
1
-6
/
+4
2021-07-17
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
1
-5
/
+4
2021-07-17
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
1
-2
/
+2
2021-07-17
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
1
-4
/
+24
2021-07-16
selftests/bpf: Add dump type data tests to btf dump tests
Alan Maguire
1
-0
/
+598
2021-07-16
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
1
-0
/
+12
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
3
-5
/
+834
2021-07-16
selftests/bpf: Switch existing selftests to using open_opts for custom BTF
Shuyi Cheng
2
-26
/
+21
2021-07-16
libbpf: Fix the possible memory leak on error
Shuyi Cheng
1
-2
/
+4
2021-07-16
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2
-5
/
+32
2021-07-16
bpf, doc: Add heading and example for extensions in cbpf
Roy, UjjaL
1
-7
/
+16
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
7
-100
/
+54
2021-07-16
netdevsim: Add multi-queue support
Peilin Ye
3
-9
/
+15
2021-07-16
openvswitch: Introduce per-cpu upcall dispatch
Mark Gray
4
-3
/
+103
2021-07-16
bnx2x: remove unused variable 'cur_data_offset'
Bill Wendling
1
-6
/
+0
2021-07-16
net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'
Christophe JAILLET
1
-5
/
+3
2021-07-16
net/sched: Remove unnecessary if statement
Yajun Deng
3
-29
/
+8
2021-07-16
rtnetlink: use nlmsg_notify() in rtnetlink_send()
Yajun Deng
1
-8
/
+1
2021-07-16
gve: fix the wrong AdminQ buffer overflow check
Haiyue Wang
1
-2
/
+4
2021-07-16
selftests/bpf: Add test cases for redirection between udp and unix
Cong Wang
1
-0
/
+170
2021-07-16
selftests/bpf: Add a test case for unix sockmap
Cong Wang
1
-0
/
+97
2021-07-16
selftests/bpf: Factor out add_to_sockmap()
Cong Wang
1
-38
/
+21
2021-07-16
selftests/bpf: Factor out udp_socketpair()
Cong Wang
1
-38
/
+40
2021-07-16
af_unix: Implement unix_dgram_bpf_recvmsg()
Cong Wang
3
-3
/
+93
2021-07-16
af_unix: Implement ->psock_update_sk_prot()
Cong Wang
6
-1
/
+65
2021-07-16
af_unix: Add a dummy ->close() for sockmap
Cong Wang
1
-0
/
+9
2021-07-16
af_unix: Set TCP_ESTABLISHED for datagram sockets too
Cong Wang
1
-6
/
+8
2021-07-16
af_unix: Implement ->read_sock() for sockmap
Cong Wang
1
-0
/
+37
2021-07-16
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
3
-24
/
+6
2021-07-16
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
3
-21
/
+21
2021-07-16
selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe
Jiri Olsa
2
-2
/
+27
2021-07-16
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
1
-2
/
+22
2021-07-16
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-9
/
+25
2021-07-16
selftests/bpf: Add test for bpf_get_func_ip helper
Jiri Olsa
2
-0
/
+101
2021-07-16
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
4
-2
/
+20
2021-07-16
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
4
-0
/
+72
2021-07-16
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2
-4
/
+11
2021-07-16
bpf, x86: Store caller's ip in trampoline stack
Jiri Olsa
2
-0
/
+24
2021-07-15
selftests/bpf: Add a test with bpf_timer in inner map.
Alexei Starovoitov
3
-0
/
+231
2021-07-15
selftests/bpf: Add bpf_timer test.
Alexei Starovoitov
2
-0
/
+352
[next]