Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c321022244708aec4675de4f032ef1ba9ff0c640
c321022
selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
by Jakub Sitnicki
· 5 years ago
063e688
libbpf: Fix false uninitialized variable warning
by Andrii Nakryiko
· 5 years ago
91f6585
bpf, riscv: Fix stack layout of JITed code on RV32
by Luke Nelson
· 5 years ago
449e14b
bpf: Fix unused variable warning
by Arnd Bergmann
· 5 years ago
0b9ad56
selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test
by Jakub Sitnicki
· 5 years ago
34a2cc6
selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed
by Jakub Sitnicki
· 5 years ago
64d8529
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
by Jakub Sitnicki
· 5 years ago
0b3b9ca
tools: bpftool: Make libcap dependency optional
by Quentin Monnet
· 5 years ago
cf9bf71
tools: bpftool: Allow unprivileged users to probe features
by Quentin Monnet
· 5 years ago
e3450b7
tools: bpftool: For "feature probe" define "full_mode" bool as global
by Quentin Monnet
· 5 years ago
fd9c40c
Merge branch 'test_progs-asan'
by Alexei Starovoitov
· 5 years ago
e4e8f4d
selftests/bpf: Add runqslower binary to .gitignore
by Andrii Nakryiko
· 5 years ago
8d30e80
selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftest
by Andrii Nakryiko
· 5 years ago
36d0b61
selftests/bpf: Disable ASAN instrumentation for mmap()'ed memory read
by Andrii Nakryiko
· 5 years ago
3521ffa
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
by Andrii Nakryiko
· 5 years ago
13c9084
selftests/bpf: Fix invalid memory reads in core_relo selftest
by Andrii Nakryiko
· 5 years ago
9f56bb5
selftests/bpf: Fix memory leak in extract_build_id()
by Andrii Nakryiko
· 5 years ago
f25d541
selftests/bpf: Fix memory leak in test selector
by Andrii Nakryiko
· 5 years ago
229bf8b
libbpf: Fix memory leak and possible double-free in hashmap__clear
by Andrii Nakryiko
· 5 years ago
42fce2c
selftests/bpf: Convert test_hashmap into test_progs test
by Andrii Nakryiko
· 5 years ago
02995dd
selftests/bpf: Add SAN_CFLAGS param to selftests build to allow sanitizers
by Andrii Nakryiko
· 5 years ago
76148fa
selftests/bpf: Ensure test flavors use correct skeletons
by Andrii Nakryiko
· 5 years ago
3271e8f
Merge branch 'BTF-map-in-map'
by Alexei Starovoitov
· 5 years ago
646f02f
libbpf: Add BTF-defined map-in-map support
by Andrii Nakryiko
· 5 years ago
2d39d7c
libbpf: Refactor map creation logic and fix cleanup leak
by Andrii Nakryiko
· 5 years ago
41017e5
libbpf: Refactor BTF-defined map definition parsing logic
by Andrii Nakryiko
· 5 years ago
1f427a8
Merge branch 'bpf_link-observability'
by Alexei Starovoitov
· 5 years ago
5d085ad
bpftool: Add link bash completions
by Andrii Nakryiko
· 5 years ago
7464d01
bpftool: Add bpftool-link manpage
by Andrii Nakryiko
· 5 years ago
c5481f9
bpftool: Add bpf_link show and pin support
by Andrii Nakryiko
· 5 years ago
50325b1
bpftool: Expose attach_type-to-string array to non-cgroup code
by Andrii Nakryiko
· 5 years ago
2c2837b
selftests/bpf: Test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
by Andrii Nakryiko
· 5 years ago
0dbc866
libbpf: Add low-level APIs for new bpf_link commands
by Andrii Nakryiko
· 5 years ago
f2e10bf
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
by Andrii Nakryiko
· 5 years ago
2d602c8
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
by Andrii Nakryiko
· 5 years ago
a3b80e1
bpf: Allocate ID for bpf_link
by Andrii Nakryiko
· 5 years ago
f9d0412
bpf: Refactor bpf_link update handling
by Andrii Nakryiko
· 5 years ago
9b329d0
selftests/bpf: fix test_sysctl_prog with alu32
by Alexei Starovoitov
· 5 years ago
a6bbdf2
libbpf: Remove unneeded semicolon in btf_dump_emit_type
by Zou Wei
· 5 years ago
b26d1e2
selftests/bpf: Copy runqslower to OUTPUT directory
by Veronika Kabatova
· 5 years ago
0b54142
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Daniel Borkmann
· 5 years ago
8c1b2bf
bpf, cgroup: Remove unused exports
by Christoph Hellwig
· 5 years ago
e411eb2
libbpf: Return err if bpf_object__load failed
by Mao Wenan
· 5 years ago
3292739
sysctl: pass kernel pointers to ->proc_handler
by Christoph Hellwig
· 5 years ago
f461d2d
sysctl: avoid forward declarations
by Christoph Hellwig
· 5 years ago
2374c09
sysctl: remove all extern declaration from sysctl.c
by Christoph Hellwig
· 5 years ago
26363af
mm: remove watermark_boost_factor_sysctl_handler
by Christoph Hellwig
· 5 years ago
f131bd3
Merge branch 'cloudflare-prog'
by Alexei Starovoitov
· 5 years ago
2345890
selftests/bpf: Add cls_redirect classifier
by Lorenz Bauer
· 5 years ago
6f8a57c
bpf: Make verifier log more relevant by default
by Andrii Nakryiko
· 5 years ago
71d1921
bpf: add bpf_ktime_get_boot_ns()
by Maciej Żenczykowski
· 5 years ago
0a05861
xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments
by Tobias Klauser
· 5 years ago
082b57e
net: bpf: Make bpf_ktime_get_ns() available to non GPL programs
by Maciej Żenczykowski
· 5 years ago
6f3f65d
net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head
by Lorenzo Colitti
· 5 years ago
6890896
bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
by Stanislav Fomichev
· 5 years ago
745abfa
bpf, riscv: Fix tail call count off by one in RV32 BPF JIT
by Luke Nelson
· 5 years ago
ae460c0
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
by Yoshiki Komachi
· 5 years ago
0456ea1
bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
by Stanislav Fomichev
· 5 years ago
93e5168
tools/bpf/bpftool: Remove duplicate headers
by Jagadeesh Pagadala
· 5 years ago
b0b3fb6
bpf: Remove set but not used variable 'dst_known'
by Mao Wenan
· 5 years ago
3fd8dc2
net: hns3: remove an unnecessary check in hclge_set_umv_space()
by Huazhong Tan
· 5 years ago
659d458
net: openvswitch: use div_u64() for 64-by-32 divisions
by Tonghao Zhang
· 5 years ago
4b36a0d
net: openvswitch: suitable access to the dp_meters
by Tonghao Zhang
· 5 years ago
06b439d
Merge branch 'hinic-add-SR-IOV-support'
by David S. Miller
· 5 years ago
1f62cfa
hinic: add net_device_ops associated with vf
by Luo bin
· 5 years ago
7dd29ee
hinic: add sriov feature support
by Luo bin
· 5 years ago
a425b6e
hinic: add mailbox function support
by Luo bin
· 5 years ago
c90af58
net/mlx4_core: Add missing iounmap() in error path
by Zou Wei
· 5 years ago
df346f1
dccp: remove unused inline function dccp_set_seqno
by YueHaibing
· 5 years ago
163749a
qlcnic: remove unused inline function qlcnic_hw_write_wx_2M
by YueHaibing
· 5 years ago
308de89
liquidio: remove unused inline functions
by YueHaibing
· 5 years ago
3e14462
ptp: clockmatrix: remove unnecessary comparison
by Yang Yingliang
· 5 years ago
f30e472
hsr: remove unnecessary code in hsr_dev_change_mtu()
by Taehee Yoo
· 5 years ago
071c8ed
tcp: mptcp: use mptcp receive buffer space to select rcv window
by Florian Westphal
· 5 years ago
460fd83
dpaa2-eth: add channel stat to debugfs
by Ioana Ciornei
· 5 years ago
ae23aae
octeontx2-pf: Remove unneeded semicolon
by Zheng Bin
· 5 years ago
dce38b7
net: phy: dp83867: Remove unneeded semicolon
by Zheng Bin
· 5 years ago
8b5d10e
Merge branch 'net-hns3-refactor-for-MAC-table'
by David S. Miller
· 5 years ago
039ba86
net: hns3: optimize the filter table entries handling when resetting
by Jian Shen
· 5 years ago
7d0b345
net: hns3: use mutex vport_lock instead of mutex umv_lock
by Jian Shen
· 5 years ago
c631c69
net: hns3: refactor the promisc mode setting
by Jian Shen
· 5 years ago
f671237
net: hns3: add support for dumping UC and MC MAC list
by Jian Shen
· 5 years ago
ee4bcd3
net: hns3: refactor the MAC address configure
by Jian Shen
· 5 years ago
4c58f59
net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()
by Jian Shen
· 5 years ago
c1c5f66
net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()
by Jian Shen
· 5 years ago
1ac0e6c
net: hns3: refine for unicast MAC VLAN space management
by Jian Shen
· 5 years ago
d483389
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
b2768df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 5 years ago
acd6294
Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
05db498
Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e185880
Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
9b3e59e
Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ab51cac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
167ff13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
e1cebd8
selftests/bpf: Fix a couple of broken test_btf cases
by Stanislav Fomichev
· 5 years ago
dfc55ac
tools/runqslower: Ensure own vmlinux.h is picked up first
by Andrii Nakryiko
· 5 years ago
6f302bf
bpf: Make bpf_link_fops static
by Zou Wei
· 5 years ago
32e4c6f
bpftool: Respect the -d option in struct_ops cmd
by Martin KaFai Lau
· 5 years ago
1d8a0af
selftests/bpf: Add test for freplace program with expected_attach_type
by Toke Høiland-Jørgensen
· 5 years ago
03f87c0
bpf: Propagate expected_attach_type when verifying freplace programs
by Toke Høiland-Jørgensen
· 5 years ago
Next »