index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
6
-17
/
+17
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2
-0
/
+5
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
1
-3
/
+3
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
1
-37
/
+26
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
6
-33
/
+11
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2
-5
/
+2
2023-03-10
bpf/selftests: Fix send_signal tracepoint tests
David Vernet
1
-1
/
+5
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
1
-2
/
+4
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
2
-4
/
+33
2023-03-10
selftests/bpf: make BPF compiler flags stricter
Andrii Nakryiko
1
-2
/
+2
2023-03-10
selftests/bpf: fix lots of silly mistakes pointed out by compiler
Andrii Nakryiko
81
-187
/
+90
2023-03-10
selftests/bpf: add __sink() macro to fake variable consumption
Andrii Nakryiko
1
-0
/
+3
2023-03-10
selftests/bpf: prevent unused variable warning in bpf_for()
Andrii Nakryiko
1
-3
/
+6
2023-03-10
selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...
Yonghong Song
1
-1
/
+1
2023-03-09
selftests/bpf: Improve error logs in XDP compliance test tool
Lorenzo Bianconi
1
-7
/
+16
2023-03-09
selftests/bpf: Use ifname instead of ifindex in XDP compliance test tool
Lorenzo Bianconi
1
-17
/
+27
2023-03-09
bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.h
Michael Weiß
2
-2
/
+2
2023-03-09
selftests/bpf: Fix flaky fib_lookup test
Martin KaFai Lau
1
-2
/
+10
2023-03-09
selftests/bpf: implement and test custom testmod_seq iterator
Andrii Nakryiko
5
-1
/
+169
2023-03-09
selftests/bpf: add number iterator tests
Andrii Nakryiko
2
-0
/
+291
2023-03-09
selftests/bpf: add iterators tests
Andrii Nakryiko
5
-0
/
+1325
2023-03-09
selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
Andrii Nakryiko
7
-10
/
+124
2023-03-09
bpf: implement numbers iterator
Andrii Nakryiko
5
-2
/
+95
2023-03-09
bpf: add support for open-coded iterator loops
Andrii Nakryiko
2
-8
/
+610
2023-03-09
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
3
-1
/
+117
2023-03-09
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
1
-33
/
+59
2023-03-08
selftests/bpf: Fix IMA test
Roberto Sassu
1
-8
/
+21
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
5
-5
/
+9
2023-03-08
net: microchip: sparx5: Add TC template support
Steen Hegelund
1
-7
/
+202
2023-03-08
net: microchip: sparx5: Add port keyset changing functionality
Steen Hegelund
2
-0
/
+276
2023-03-08
net: microchip: sparx5: Add TC template list to a port
Steen Hegelund
2
-0
/
+2
2023-03-08
net: microchip: sparx5: Provide rule count, key removal and keyset select
Steen Hegelund
2
-0
/
+72
2023-03-08
net: microchip: sparx5: Correct the spelling of the keysets in debugfs
Steen Hegelund
1
-1
/
+1
2023-03-08
dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
Arınç ÜNAL
1
-3
/
+3
2023-03-08
emulex/benet: clean up some inconsistent indenting
Jiapeng Chong
1
-13
/
+14
2023-03-08
net/mlx4_en: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-03-08
r8169: remove ASPM restrictions now that ASPM is disabled during NAPI poll
Heiner Kallweit
1
-26
/
+1
2023-03-08
r8169: disable ASPM during NAPI poll
Heiner Kallweit
1
-1
/
+10
2023-03-08
r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic context
Heiner Kallweit
1
-2
/
+3
2023-03-08
r8169: enable cfg9346 config register access in atomic context
Heiner Kallweit
1
-2
/
+16
2023-03-08
r8169: use spinlock to protect access to registers Config2 and Config5
Heiner Kallweit
1
-10
/
+37
2023-03-08
r8169: use spinlock to protect mac ocp register access
Heiner Kallweit
1
-4
/
+33
2023-03-08
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2
-2
/
+2
2023-03-08
netxen_nic: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-03-08
net: phy: smsc: simplify lan95xx_config_aneg_ext
Heiner Kallweit
1
-10
/
+7
2023-03-08
net: remove enum skb_free_reason
Eric Dumazet
2
-22
/
+16
2023-03-08
net: phy: improve phy_read_poll_timeout
Heiner Kallweit
1
-3
/
+2
2023-03-08
libbpf: USDT arm arg parsing support
Puranjay Mohan
1
-0
/
+80
2023-03-08
libbpf: Refactor parse_usdt_arg() to re-use code
Puranjay Mohan
1
-82
/
+42
2023-03-08
libbpf: Fix theoretical u32 underflow in find_cd() function
Daniel Müller
1
-2
/
+1
[next]