index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
msgutil.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-23
net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless set
Vladimir Oltean
1
-1
/
+2
2023-04-23
drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHY
Ramón Nordin Rodriguez
3
-0
/
+144
2023-04-23
rxrpc: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-04-23
net: optimize napi_threaded_poll() vs RPS/RFS
Eric Dumazet
2
-2
/
+13
2023-04-23
net: make napi_threaded_poll() aware of sd->defer_list
Eric Dumazet
1
-0
/
+3
2023-04-23
net: move skb_defer_free_flush() up
Eric Dumazet
1
-21
/
+21
2023-04-23
net: do not provide hard irq safety for sd->defer_lock
Eric Dumazet
2
-5
/
+4
2023-04-23
net: add debugging checks in skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+3
2023-04-23
net: mtk_eth_soc: mediatek: fix ppe flow accounting for v1 hardware
Felix Fietkau
2
-3
/
+10
2023-04-22
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
5
-11
/
+3
2023-04-22
net: dsa: qca8k: fix LEDS_CLASS dependency
Arnd Bergmann
1
-1
/
+1
2023-04-22
net/handshake: Fix section mismatch in handshake_exit
Geert Uytterhoeven
1
-1
/
+1
2023-04-22
net: phy: add basic driver for NXP CBTX PHY
Vladimir Oltean
3
-0
/
+234
2023-04-21
selftests/bpf: verifier/value_ptr_arith converted to inline assembly
Eduard Zingerman
3
-1146
/
+1451
2023-04-21
selftests/bpf: verifier/value_illegal_alu converted to inline assembly
Eduard Zingerman
3
-95
/
+151
2023-04-21
selftests/bpf: verifier/unpriv converted to inline assembly
Eduard Zingerman
4
-562
/
+764
2023-04-21
selftests/bpf: verifier/subreg converted to inline assembly
Eduard Zingerman
3
-533
/
+675
2023-04-21
selftests/bpf: verifier/spin_lock converted to inline assembly
Eduard Zingerman
3
-447
/
+535
2023-04-21
selftests/bpf: verifier/sock converted to inline assembly
Eduard Zingerman
3
-706
/
+982
2023-04-21
selftests/bpf: verifier/search_pruning converted to inline assembly
Eduard Zingerman
3
-266
/
+341
2023-04-21
selftests/bpf: verifier/runtime_jit converted to inline assembly
Eduard Zingerman
3
-231
/
+362
2023-04-21
selftests/bpf: verifier/regalloc converted to inline assembly
Eduard Zingerman
3
-277
/
+366
2023-04-21
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
3
-1082
/
+1497
2023-04-21
selftests/bpf: verifier/map_ptr_mixing converted to inline assembly
Eduard Zingerman
3
-100
/
+267
2023-04-21
selftests/bpf: verifier/map_in_map converted to inline assembly
Eduard Zingerman
3
-96
/
+144
2023-04-21
selftests/bpf: verifier/lwt converted to inline assembly
Eduard Zingerman
3
-189
/
+236
2023-04-21
selftests/bpf: verifier/loops1 converted to inline assembly
Eduard Zingerman
3
-206
/
+261
2023-04-21
selftests/bpf: verifier/jeq_infer_not_null converted to inline assembly
Eduard Zingerman
3
-174
/
+215
2023-04-21
selftests/bpf: verifier/direct_packet_access converted to inline assembly
Eduard Zingerman
3
-710
/
+805
2023-04-21
selftests/bpf: verifier/d_path converted to inline assembly
Eduard Zingerman
3
-37
/
+50
2023-04-21
selftests/bpf: verifier/ctx converted to inline assembly
Eduard Zingerman
3
-186
/
+223
2023-04-21
selftests/bpf: verifier/btf_ctx_access converted to inline assembly
Eduard Zingerman
3
-25
/
+34
2023-04-21
selftests/bpf: verifier/bpf_get_stack converted to inline assembly
Eduard Zingerman
3
-87
/
+126
2023-04-21
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
3
-884
/
+1078
2023-04-21
selftests/bpf: Add notion of auxiliary programs for test_loader
Eduard Zingerman
2
-22
/
+73
2023-04-21
selftests/bpf: add missing netfilter return value and ctx access tests
Florian Westphal
3
-0
/
+174
2023-04-21
bpf: add test_run support for netfilter program type
Florian Westphal
3
-0
/
+162
2023-04-21
tools: bpftool: print netfilter link info
Florian Westphal
6
-0
/
+210
2023-04-21
netfilter: disallow bpf hook attachment at same priority
Florian Westphal
1
-0
/
+12
2023-04-21
netfilter: nfnetlink hook: dump bpf prog id
Florian Westphal
2
-16
/
+89
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
6
-1
/
+88
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
7
-0
/
+194
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
1
-4
/
+8
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
4
-25
/
+75
2023-04-21
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
2
-0
/
+40
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
1
-3
/
+6
2023-04-21
selftests/xsk: Put MAP_HUGE_2MB in correct argument
Magnus Karlsson
1
-7
/
+4
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2
-5
/
+5
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-04-21
net/packet: support mergeable feature of virtio
Jianfeng Tan
4
-40
/
+60
[next]