index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
selftests/bpf: add tests for the "module: Function" syntax
Viktor Malik
2
-0
/
+29
2024-05-01
libbpf: support "module: Function" syntax for tracing programs
Viktor Malik
1
-9
/
+26
2024-04-30
selftests/bpf: Drop start_server_proto helper
Geliang Tang
1
-9
/
+2
2024-04-30
selftests/bpf: Make start_mptcp_server static
Geliang Tang
3
-9
/
+16
2024-04-30
selftests/bpf: Add opts argument for __start_server
Geliang Tang
1
-12
/
+15
2024-04-30
selftests/bpf: Add kprobe session cookie test
Jiri Olsa
3
-0
/
+94
2024-04-30
selftests/bpf: Add kprobe session test
Jiri Olsa
3
-0
/
+120
2024-04-30
libbpf: Add kprobe session attach type name to attach_type_name
Jiri Olsa
1
-0
/
+1
2024-04-30
libbpf: Add support for kprobe session attach
Jiri Olsa
3
-3
/
+41
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
2
-3
/
+23
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2
-7
/
+63
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
4
-9
/
+28
2024-04-30
selftests/bpf: Drop an unused local variable
Benjamin Tissoires
1
-2
/
+0
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
1
-36
/
+13
2024-04-30
bpf: Do not walk twice the map on free
Benjamin Tissoires
1
-7
/
+8
2024-04-29
selftests/bpf: validate nulled-out struct_ops program is handled properly
Andrii Nakryiko
2
-2
/
+23
2024-04-29
libbpf: handle nulled-out program in struct_ops correctly
Andrii Nakryiko
1
-0
/
+1
2024-04-29
bpf: Include linux/types.h for u32
Dmitrii Bundin
1
-0
/
+2
2024-04-29
selftests/bpf: Free strdup memory in veristat
Geliang Tang
1
-1
/
+4
2024-04-29
selftests/bpf: Free strdup memory in test_sockmap
Geliang Tang
1
-2
/
+8
2024-04-29
selftests/bpf: Run cgroup1_hierarchy test in own mount namespace
Viktor Malik
2
-1
/
+9
2024-04-29
bpf: Switch to krealloc_array()
Andy Shevchenko
1
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
1
-5
/
+7
2024-04-29
samples/bpf: Add valid info for VMLINUX_BTF
Tao Chen
1
-1
/
+1
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
4
-18
/
+38
2024-04-29
net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814
Horatiu Vultur
1
-1
/
+181
2024-04-29
net: dsa: realtek: add LED drivers for rtl8366rb
Luiz Angelo Daros de Luca
1
-39
/
+265
2024-04-29
net: dsa: realtek: do not assert reset on remove
Luiz Angelo Daros de Luca
1
-5
/
+2
2024-04-29
net: dsa: realtek: keep default LED state in rtl8366rb
Luiz Angelo Daros de Luca
1
-67
/
+20
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
30
-86
/
+77
2024-04-29
bpf, docs: Clarify PC use in instruction-set.rst
Dave Thaler
1
-0
/
+6
2024-04-29
mlxsw: pci: Use NAPI for event processing
Amit Cohen
1
-19
/
+77
2024-04-29
mlxsw: pci: Reorganize 'mlxsw_pci_queue' structure
Amit Cohen
1
-38
/
+38
2024-04-29
mlxsw: pci: Initialize dummy net devices for NAPI
Amit Cohen
1
-0
/
+41
2024-04-29
mlxsw: pci: Ring RDQ and CQ doorbells once per several completions
Amit Cohen
1
-7
/
+3
2024-04-29
mlxsw: pci: Handle up to 64 Rx completions in tasklet
Amit Cohen
1
-2
/
+3
2024-04-29
ipv6: use call_rcu_hurry() in fib6_info_release()
Eric Dumazet
1
-1
/
+1
2024-04-29
inet: use call_rcu_hurry() in inet_free_ifa()
Eric Dumazet
1
-1
/
+6
2024-04-29
net: give more chances to rcu in netdev_wait_allrefs_any()
Eric Dumazet
1
-1
/
+2
2024-04-29
net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_time
Tanmay Patil
1
-3
/
+13
2024-04-26
tools: ynl: don't append doc of missing type directly to the type
Jakub Kicinski
1
-3
/
+2
2024-04-26
selftests: drv-net: validate the environment
Jakub Kicinski
1
-0
/
+25
2024-04-26
selftests: drv-net: reimplement the config parser
Jakub Kicinski
1
-12
/
+14
2024-04-26
selftests: drv-net: extend the README with more info and example
Jakub Kicinski
1
-12
/
+85
2024-04-26
tcp: fix tcp_grow_skb() vs tstamps
Eric Dumazet
1
-14
/
+19
2024-04-26
net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()
Justin Stitt
1
-4
/
+3
2024-04-26
bpf_helpers.h: Define bpf_tail_call_static when building with GCC
Jose E. Marchesi
1
-1
/
+3
2024-04-26
rstreason: make it work in trace world
Jason Xing
4
-7
/
+25
2024-04-26
mptcp: introducing a helper into active reset logic
Jason Xing
3
-7
/
+14
2024-04-26
mptcp: support rstreason for passive reset
Jason Xing
2
-5
/
+44
[next]