index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kprobes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-16
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
4
-67
/
+73
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
4
-51
/
+148
2023-04-16
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
3
-11
/
+91
2023-04-16
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2
-8
/
+16
2023-04-16
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
5
-2
/
+32
2023-04-16
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
6
-130
/
+43
2023-04-14
samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
Rong Tao
1
-2
/
+9
2023-04-14
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
5
-40
/
+110
2023-04-14
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-14
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
1
-0
/
+5
2023-04-14
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
1
-2
/
+2
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
1
-6
/
+4
2023-04-13
selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
Jesper Dangaard Brouer
6
-12
/
+23
2023-04-13
mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
1
-1
/
+18
2023-04-13
veth: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
1
-2
/
+5
2023-04-13
mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
3
-3
/
+73
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
7
-6
/
+64
2023-04-13
selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
Jesper Dangaard Brouer
2
-16
/
+24
2023-04-13
fbcon: set_con2fb_map needs to set con2fb_map!
Daniel Vetter
1
-1
/
+2
2023-04-13
fbcon: Fix error paths in set_con2fb_map
Daniel Vetter
1
-9
/
+8
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
1
-8
/
+8
2023-04-13
net: macb: fix a memory corruption in extended buffer descriptor mode
Roman Gushchin
1
-0
/
+4
2023-04-13
selftests: add the missing CONFIG_IP_SCTP in net config
Xin Long
1
-0
/
+1
2023-04-13
udp6: fix potential access to stale information
Eric Dumazet
1
-3
/
+5
2023-04-13
selftests: openvswitch: adjust datapath NL message declaration
Aaron Conole
1
-1
/
+1
2023-04-13
selftests: mptcp: userspace pm: uniform verify events
Matthieu Baerts
1
-0
/
+2
2023-04-13
mptcp: fix NULL pointer dereference on fastopen early fallback
Paolo Abeni
1
-2
/
+9
2023-04-13
mptcp: stricter state check in mptcp_worker
Paolo Abeni
1
-1
/
+1
2023-04-13
mptcp: use mptcp_schedule_work instead of open-coding it
Paolo Abeni
2
-15
/
+8
2023-04-13
samples/bpf: Fix fout leak in hbm's run_bpf_prog
Hao Zeng
1
-0
/
+1
2023-04-13
xsk: Elide base_addr comparison in xp_unaligned_validate_desc
Kal Conley
1
-6
/
+2
2023-04-13
selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncs
Andrii Nakryiko
1
-0
/
+6
2023-04-13
xsk: Simplify xp_aligned_validate_desc implementation
Kal Conley
1
-8
/
+4
2023-04-13
selftests/bpf: Remove stand-along test_verifier_log test binary
Andrii Nakryiko
2
-176
/
+1
2023-04-13
selftests/bpf: Keep the loop in bpf_testmod_loop_test
Song Liu
1
-1
/
+5
2023-04-13
selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
Song Liu
1
-0
/
+1
2023-04-13
selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
Song Liu
4
-16
/
+24
2023-04-13
selftests/bpf: Fix use of uninitialized op_name in log tests
Lorenz Bauer
1
-1
/
+1
2023-04-13
mlx4: use READ_ONCE/WRITE_ONCE for ring indexes
Jakub Kicinski
1
-3
/
+5
2023-04-13
bnxt: use READ_ONCE/WRITE_ONCE for ring indexes
Jakub Kicinski
3
-11
/
+10
2023-04-13
net: docs: update the sample code in driver.rst
Jakub Kicinski
1
-34
/
+27
2023-04-13
net: stmmac: dwmac-qcom-ethqos: Add EMAC3 support
Andrew Halaney
1
-21
/
+101
2023-04-13
net: stmmac: dwmac-qcom-ethqos: Use loopback_en for all speeds
Andrew Halaney
1
-19
/
+17
2023-04-13
net: stmmac: dwmac-qcom-ethqos: Respect phy-mode and TX delay
Andrew Halaney
1
-5
/
+15
2023-04-13
net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsets
Andrew Halaney
6
-141
/
+293
2023-04-13
net: stmmac: Pass stmmac_priv in some callbacks
Andrew Halaney
13
-177
/
+291
2023-04-13
net: stmmac: Remove some unnecessary void pointers
Andrew Halaney
8
-40
/
+47
2023-04-13
net: stmmac: Fix DMA typo
Andrew Halaney
1
-1
/
+1
2023-04-13
net: stmmac: Remove unnecessary if statement brackets
Andrew Halaney
1
-2
/
+1
2023-04-13
dt-bindings: net: qcom,ethqos: Add Qualcomm sc8280xp compatibles
Andrew Halaney
2
-0
/
+4
[next]