index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_xarray.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-11
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
1
-1
/
+1
2023-01-11
bpftool: fix output for skipping kernel config check
Chethan Suresh
1
-4
/
+4
2023-01-11
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
1
-11
/
+27
2023-01-11
bpf, x86: Simplify the parsing logic of structure parameters
Pu Lehui
1
-53
/
+48
2023-01-10
bpf: Replace 0-length arrays with flexible arrays
Kees Cook
1
-3
/
+3
2023-01-10
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
1
-1
/
+1
2023-01-10
bpf: Remove the unnecessary insn buffer comparison
Haiyue Wang
1
-6
/
+0
2023-01-06
libbpf: Poison strlcpy()
Rong Tao
1
-2
/
+2
2023-01-06
netdevsim: move devlink registration under the instance lock
Jakub Kicinski
1
-3
/
+8
2023-01-06
netdevsim: rename a label
Jakub Kicinski
1
-2
/
+2
2023-01-06
devlink: allow registering parameters after the instance
Jakub Kicinski
1
-11
/
+11
2023-01-06
devlink: don't require setting features before registration
Jakub Kicinski
1
-2
/
+0
2023-01-06
devlink: remove the registration guarantee of references
Jakub Kicinski
3
-38
/
+30
2023-01-06
devlink: always check if the devlink instance is registered
Jakub Kicinski
4
-12
/
+60
2023-01-06
devlink: protect devlink->dev by the instance lock
Jakub Kicinski
3
-8
/
+11
2023-01-06
devlink: update the code in netns move to latest helpers
Jakub Kicinski
1
-3
/
+4
2023-01-06
devlink: bump the instance index directly when iterating
Jakub Kicinski
2
-35
/
+13
2023-01-06
sysctl: expose all net/core sysctls inside netns
Mahesh Bandewar
1
-5
/
+0
2023-01-06
devlink: convert remaining dumps to the by-instance scheme
Jakub Kicinski
3
-394
/
+320
2023-01-06
devlink: add by-instance dump infra
Jakub Kicinski
3
-31
/
+68
2023-01-06
devlink: uniformly take the devlink instance lock in the dump loop
Jakub Kicinski
1
-7
/
+6
2023-01-06
devlink: restart dump based on devlink instance ids (function)
Jakub Kicinski
1
-20
/
+21
2023-01-06
devlink: restart dump based on devlink instance ids (nested)
Jakub Kicinski
2
-46
/
+49
2023-01-06
devlink: restart dump based on devlink instance ids (simple)
Jakub Kicinski
3
-29
/
+25
2023-01-06
devlink: health: combine loops in dump
Jakub Kicinski
1
-3
/
+0
2023-01-06
devlink: drop the filter argument from devlinks_xa_find_get
Jakub Kicinski
2
-17
/
+10
2023-01-06
devlink: remove start variables from dumps
Jakub Kicinski
1
-36
/
+19
2023-01-06
devlink: use an explicit structure for dump context
Jakub Kicinski
2
-40
/
+81
2023-01-06
netlink: add macro for checking dump ctx size
Jakub Kicinski
2
-1
/
+5
2023-01-06
devlink: split out netlink code
Jakub Kicinski
4
-205
/
+235
2023-01-06
devlink: split out core code
Jakub Kicinski
4
-434
/
+476
2023-01-06
devlink: rename devlink_netdevice_event -> devlink_port_netdevice_event
Jakub Kicinski
1
-5
/
+5
2023-01-06
devlink: move code to a dedicated directory
Jakub Kicinski
5
-2
/
+5
2023-01-06
net: ipa: don't maintain IPA interrupt handler array
Alex Elder
1
-28
/
+22
2023-01-06
net: ipa: kill ipa_interrupt_add()
Alex Elder
4
-59
/
+3
2023-01-06
net: ipa: register IPA interrupt handlers directly
Alex Elder
5
-21
/
+31
2023-01-06
net: ipa: enable IPA interrupt handlers separate from registration
Alex Elder
4
-7
/
+26
2023-01-06
net: ipa: introduce ipa_interrupt_enable()
Alex Elder
1
-16
/
+25
2023-01-06
net: ipa: introduce a common microcontroller interrupt handler
Alex Elder
1
-4
/
+15
2023-01-06
net: ethernet: enetc: do not always access skb_shared_info in the XDP path
Lorenzo Bianconi
1
-6
/
+8
2023-01-06
net: ethernet: enetc: get rid of xdp_redirect_sg counter
Lorenzo Bianconi
2
-3
/
+0
2023-01-06
net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffers
Lorenzo Bianconi
1
-14
/
+10
2023-01-05
net: ethernet: ti: am65-cpsw: Add support for SERDES configuration
Siddharth Vadapalli
2
-0
/
+69
2023-01-05
net: ethernet: ti: am65-cpsw: Enable QSGMII mode for J721e CPSW9G
Siddharth Vadapalli
1
-0
/
+8
2023-01-05
dt-bindings: net: ti: k3-am654-cpsw-nuss: Add J721e CPSW9G support
Siddharth Vadapalli
1
-4
/
+29
2023-01-05
fbdev: omapfb: avoid stack overflow warning
Arnd Bergmann
1
-10
/
+18
2023-01-05
caif: fix memory leak in cfctrl_linkup_request()
Zhengchao Shao
1
-1
/
+5
2023-01-05
inet: control sockets should not use current thread task_frag
Eric Dumazet
1
-0
/
+1
2023-01-05
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2
-0
/
+18
2023-01-05
qed: allow sleep in qed_mcp_trace_dump()
Caleb Sander
1
-8
/
+20
[next]