index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
enic: Report per queue statistics in netdev qstats
Nelson Escobar
1
-0
/
+56
2024-09-13
enic: Collect per queue statistics
Nelson Escobar
2
-18
/
+121
2024-09-13
enic: Use macro instead of static const variables for array sizes
Nelson Escobar
1
-10
/
+13
2024-09-13
Merge branch 'net-fib_rules-add-dscp-selector-support'
Jakub Kicinski
5
-8
/
+184
2024-09-13
selftests: fib_rule_tests: Add DSCP selector connect tests
Ido Schimmel
1
-0
/
+56
2024-09-13
selftests: fib_rule_tests: Add DSCP selector match tests
Ido Schimmel
1
-0
/
+34
2024-09-13
net: fib_rules: Enable DSCP selector usage
Ido Schimmel
1
-1
/
+2
2024-09-13
ipv6: fib_rules: Add DSCP selector support
Ido Schimmel
1
-3
/
+40
2024-09-13
ipv4: fib_rules: Add DSCP selector support
Ido Schimmel
1
-4
/
+50
2024-09-13
net: fib_rules: Add DSCP selector attribute
Ido Schimmel
2
-1
/
+3
2024-09-13
net: ethtool: Enhance error messages sent to user space
Danielle Ratson
1
-3
/
+11
2024-09-13
net: macb: Use predefined PCI vendor ID constant
Andy Shevchenko
1
-3
/
+2
2024-09-13
ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()
Eric Dumazet
1
-1
/
+1
2024-09-13
net: tipc: avoid possible garbage value
Su Hui
1
-1
/
+1
2024-09-13
btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version
Masahiro Yamada
1
-1
/
+1
2024-09-13
btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
Masahiro Yamada
2
-14
/
+4
2024-09-13
btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
Masahiro Yamada
1
-1
/
+1
2024-09-13
net: enetc: Replace ifdef with IS_ENABLED
Martyn Welch
3
-23
/
+20
2024-09-13
fbnic: Set napi irq value after calling netif_napi_add
Brett Creeley
1
-4
/
+4
2024-09-13
Documentation: networking: Fix missing PSE documentation and grammar issues
Kory Maincent
1
-7
/
+8
2024-09-13
net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
Justin Iurman
1
-5
/
+7
2024-09-13
r8169: disable ALDPS per default for RTL8125
Heiner Kallweit
1
-0
/
+2
2024-09-13
net: ag71xx: remove dead code path
Qianqiang Liu
1
-9
/
+4
2024-09-13
Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
23
-205
/
+1037
2024-09-13
netkit: Assign missing bpf_net_context
Breno Leitao
1
-0
/
+3
2024-09-13
xsk: fix batch alloc API on non-coherent systems
Maciej Fijalkowski
1
-7
/
+18
2024-09-13
dt-bindings: PCI: qcom: Allow 'vddpe-3v3-supply' again
Johan Hovold
4
-6
/
+6
2024-09-13
Merge branch 'two-tiny-fixes-for-btf-record'
Alexei Starovoitov
2
-8
/
+15
2024-09-13
bpf: Call the missed kfree() when there is no special field in btf
Hou Tao
1
-1
/
+3
2024-09-13
bpf: Call the missed btf_record_free() when map creation fails
Hou Tao
1
-7
/
+12
2024-09-13
tools: PCI: Remove unused BILLION macro
zhang jiao
1
-2
/
+0
2024-09-13
tools: PCI: Remove .*.cmd files with make clean
zhang jiao
1
-1
/
+1
2024-09-13
PCI: Pass domain number to pci_bus_release_domain_nr() explicitly
Manivannan Sadhasivam
5
-11
/
+11
2024-09-13
PCI: dra7xx: Fix error handling when IRQ request fails in probe
Siddharth Vadapalli
1
-1
/
+7
2024-09-13
PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" IRQ
Siddharth Vadapalli
1
-1
/
+2
2024-09-13
Merge tag 'pci-v6.11-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2024-09-13
rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-19
/
+23
2024-09-13
pm: cpupower: rename raw_pylibcpupower.i
Min-Hua Chen
2
-2
/
+2
2024-09-13
selftests/bpf: Add a test case to write mtu result into .rodata
Daniel Borkmann
1
-3
/
+30
2024-09-13
selftests/bpf: Add a test case to write strtol result into .rodata
Daniel Borkmann
2
-0
/
+44
2024-09-13
selftests/bpf: Rename ARG_PTR_TO_LONG test description
Daniel Borkmann
1
-5
/
+5
2024-09-13
selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
Daniel Borkmann
1
-4
/
+1
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
3
-21
/
+26
2024-09-13
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
1
-5
/
+11
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
6
-45
/
+24
2024-09-13
bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers
Daniel Borkmann
1
-4
/
+0
2024-09-13
bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
Daniel Borkmann
1
-2
/
+2
2024-09-13
selftests/bpf: Add tests for sdiv/smod overflow cases
Yonghong Song
1
-0
/
+439
2024-09-13
bpf: Fix a sdiv overflow issue
Yonghong Song
1
-4
/
+89
2024-09-13
dt-bindings: cpu: Drop duplicate nvidia,tegra186-ccplex-cluster.yaml
Rob Herring (Arm)
1
-37
/
+0
[prev]
[next]