projects
/
linux.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
linux.git
2023-03-14
Dave Thaler
bpf, docs: Add signed comparison example
commit
|
commitdiff
|
tree
|
snapshot
2023-03-14
Ross Zwisler
selftests/bpf: use canonical ftrace path
commit
|
commitdiff
|
tree
|
snapshot
2023-03-14
Ross Zwisler
bpf: use canonical ftrace path
commit
|
commitdiff
|
tree
|
snapshot
2023-03-13
Dave Marchevsky
bpf: Disable migration when freeing stashed local kptr...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-13
David Vernet
tasks: Extract rcu_users out of union
commit
|
commitdiff
|
tree
|
snapshot
2023-03-13
Andrii Nakryiko
bpf: fix precision propagation verbose logging
commit
|
commitdiff
|
tree
|
snapshot
2023-03-11
Alexei Starovoitov
Merge branch 'Support stashing local kptrs with bpf_kpt...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-11
Dave Marchevsky
selftests/bpf: Add local kptr stashing test
commit
|
commitdiff
|
tree
|
snapshot
2023-03-11
Dave Marchevsky
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
commit
|
commitdiff
|
tree
|
snapshot
2023-03-11
Dave Marchevsky
bpf: Support __kptr to local kptrs
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Dave Thaler
bpf, docs: Explain helper functions
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Dave Marchevsky
bpf: Change btf_record_find enum parameter to field_mask
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Dave Marchevsky
bpf: btf: Remove unused btf_field_info_type enum
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Dave Marchevsky
bpf: verifier: Rename kernel_type_name helper to btf_ty...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
selftests/bpf: Add local-storage-create benchmark
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
selftests/bpf: Check freeing sk->sk_local_storage with...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
selftests/bpf: Replace CHECK with ASSERT in test_local_...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Add bpf_local_storage_free()
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Add bpf_local_storage_rcu callback
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Add bpf_selem_free()
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Add bpf_selem_free_rcu callback
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Remove bpf_selem_free_fields*_rcu
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Remember smap in bpf_local_storage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Remove the preceding __ from __bpf_selem_unlink_st...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Remove __bpf_local_storage_map_alloc
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Refactor codes into bpf_local_storage_destroy
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Martin KaFai Lau
bpf: Move a few bpf_local_storage functions to static...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
David Vernet
bpf/selftests: Fix send_signal tracepoint tests
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Andrii Nakryiko
bpf: take into account liveness when propagating precision
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Andrii Nakryiko
bpf: ensure state checkpointing at iter_next() call...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Alexei Starovoitov
Merge branch 'selftests/bpf: make BPF_CFLAGS stricter...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Andrii Nakryiko
selftests/bpf: make BPF compiler flags stricter
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Andrii Nakryiko
selftests/bpf: fix lots of silly mistakes pointed out...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Andrii Nakryiko
selftests/bpf: add __sink() macro to fake variable...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Andrii Nakryiko
selftests/bpf: prevent unused variable warning in bpf_for()
commit
|
commitdiff
|
tree
|
snapshot
2023-03-10
Yonghong Song
selftests/bpf: Workaround verification failure for...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Lorenzo Bianconi
selftests/bpf: Improve error logs in XDP compliance...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Lorenzo Bianconi
selftests/bpf: Use ifname instead of ifindex in XDP...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Michael Weiß
bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.h
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Martin KaFai Lau
selftests/bpf: Fix flaky fib_lookup test
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Alexei Starovoitov
Merge branch 'BPF open-coded iterators'
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
selftests/bpf: implement and test custom testmod_seq...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
selftests/bpf: add number iterator tests
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
selftests/bpf: add iterators tests
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_r...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
bpf: implement numbers iterator
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
bpf: add support for open-coded iterator loops
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
bpf: add iterator kfuncs registration and validation...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-09
Andrii Nakryiko
bpf: factor out fetching basic kfunc metadata
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Jakub Kicinski
Merge https://git./linux/kernel/git/bpf/bpf-next
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Roberto Sassu
selftests/bpf: Fix IMA test
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Eric Dumazet
net: reclaim skb->scm_io_uring bit
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
David S. Miller
Merge branch 'sparx5-tc-flower-templates'
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Steen Hegelund
net: microchip: sparx5: Add TC template support
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Steen Hegelund
net: microchip: sparx5: Add port keyset changing functi...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Steen Hegelund
net: microchip: sparx5: Add TC template list to a port
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Steen Hegelund
net: microchip: sparx5: Provide rule count, key removal...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Steen Hegelund
net: microchip: sparx5: Correct the spelling of the...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Arınç ÜNAL
dt-bindings: net: dsa: mediatek,mt7530: change some...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Jiapeng Chong
emulex/benet: clean up some inconsistent indenting
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Gustavo A....
net/mlx4_en: Replace fake flex-array with flexible...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
David S. Miller
Merge branch 'r8169-disable-ASPM-during-NAPI-poll'
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
r8169: remove ASPM restrictions now that ASPM is disabl...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
r8169: disable ASPM during NAPI poll
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
r8169: prepare rtl_hw_aspm_clkreq_enable for usage...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
r8169: enable cfg9346 config register access in atomic...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
r8169: use spinlock to protect access to registers...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
r8169: use spinlock to protect mac ocp register access
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Vadim Fedorenko
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Gustavo A....
netxen_nic: Replace fake flex-array with flexible-array...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
net: phy: smsc: simplify lan95xx_config_aneg_ext
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Eric Dumazet
net: remove enum skb_free_reason
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Heiner Kallweit
net: phy: improve phy_read_poll_timeout
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Andrii Nakryiko
Merge branch 'libbpf: usdt arm arg parsing support'
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Puranjay Mohan
libbpf: USDT arm arg parsing support
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Puranjay Mohan
libbpf: Refactor parse_usdt_arg() to re-use code
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Daniel Müller
libbpf: Fix theoretical u32 underflow in find_cd()...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Alexei Starovoitov
Merge branch 'bpf: bpf memory usage'
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: enforce all maps having memory usage callback
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: offload map memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf, net: xskmap memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf, net: sock_map memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf, net: bpf_local_storage memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: local_storage memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: bpf_struct_ops memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: queue_stack_maps memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: devmap memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: cpumap memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: bloom_filter memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: ringbuf memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: reuseport_array memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: stackmap memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: arraymap memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: hashtab memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: lpm_trie memory usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Yafang Shao
bpf: add new map ops ->map_mem_usage
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Nathan Chancellor
bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Jakub Kicinski
Merge tag 'for-netdev' of https://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Andrii Nakryiko
Merge branch 'libbpf: allow users to set kprobe/uprobe...
commit
|
commitdiff
|
tree
|
snapshot
next