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
2023-09-18
net: stmmac: dwmac-anarion: use devm_stmmac_probe_config_dt()
Jisheng Zhang
1
-9
/
+3
2023-09-18
Merge branch 'stmmac-tx-coe'
David S. Miller
4
-0
/
+19
2023-09-18
net: stmmac: Tx coe sw fallback
Rohan G Thomas
3
-0
/
+14
2023-09-18
dt-bindings: net: snps,dwmac: Tx coe unsupported
Rohan G Thomas
1
-0
/
+5
2023-09-18
ceph: Annotate struct ceph_monmap with __counted_by
Kees Cook
2
-2
/
+2
2023-09-18
net: spider_net: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-09-18
tipc: Use size_add() in calls to struct_size()
Gustavo A. R. Silva
1
-2
/
+2
2023-09-18
tls: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-09-18
mlxsw: Use size_mul() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-09-18
Merge branch 'kselftest-rtnetlink'
David S. Miller
1
-581
/
+400
2023-09-18
kselftest: rtnetlink: add pause and pause on fail flag
Daniel Mendes
1
-4
/
+23
2023-09-18
kselftest: rtnetlink.sh: add verbose flag
Daniel Mendes
1
-581
/
+381
2023-09-18
Merge branch 'pds_core-pci-reset'
David S. Miller
5
-11
/
+101
2023-09-18
pds_core: add attempts to fix broken PCI
Shannon Nelson
3
-2
/
+19
2023-09-18
pds_core: implement pci reset handlers
Shannon Nelson
3
-3
/
+65
2023-09-18
pds_core: keep viftypes table across reset
Shannon Nelson
1
-6
/
+9
2023-09-18
pds_core: check health in devcmd wait
Shannon Nelson
2
-2
/
+10
2023-09-18
octeon_ep: support to fetch firmware info
Shinas Rasheed
6
-17
/
+77
2023-09-17
gve: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-09-17
Merge branch 'vsock-tests'
David S. Miller
3
-197
/
+117
2023-09-17
vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKET
Stefano Garzarella
1
-3
/
+11
2023-09-17
vsock/test: use send_buf() in vsock_test.c
Stefano Garzarella
1
-66
/
+9
2023-09-17
vsock/test: add send_buf() utility function
Stefano Garzarella
2
-36
/
+56
2023-09-17
vsock/test: use recv_buf() in vsock_test.c
Stefano Garzarella
1
-87
/
+17
2023-09-17
vsock/test: add recv_buf() utility function
Stefano Garzarella
2
-35
/
+54
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
79
-600
/
+5275
2023-09-17
Merge branch 'phy-stopping-race'
David S. Miller
1
-94
/
+110
2023-09-17
net: phy: convert phy_stop() to use split state machine
Russell King (Oracle)
1
-1
/
+3
2023-09-17
net: phy: split locked and unlocked section of phy_state_machine()
Russell King (Oracle)
1
-26
/
+42
2023-09-17
net: phy: move phy_state_machine()
Russell King (Oracle)
1
-76
/
+76
2023-09-17
net: phy: move phy_suspend() to end of phy_state_machine()
Russell King (Oracle)
1
-7
/
+6
2023-09-17
net: phy: move call to start aneg
Russell King (Oracle)
1
-5
/
+6
2023-09-17
net: phy: call phy_error_precise() while holding the lock
Russell King (Oracle)
1
-3
/
+1
2023-09-17
net: phy: always call phy_process_state_change() under lock
Russell King (Oracle)
1
-1
/
+1
2023-09-17
net: dsa: microchip: Add partial ACL support for ksz9477 switches
Oleksij Rempel
7
-1
/
+1815
2023-09-17
net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()
Oleksij Rempel
1
-3
/
+2
2023-09-17
Merge branch 'devlink-instances-relationships'
David S. Miller
16
-60
/
+509
2023-09-17
net/mlx5e: Set en auxiliary devlink instance as nested
Jiri Pirko
1
-0
/
+8
2023-09-17
devlink: introduce possibility to expose info about nested devlinks
Jiri Pirko
4
-0
/
+54
2023-09-17
devlink: convert linecard nested devlink to new rel infrastructure
Jiri Pirko
3
-18
/
+42
2023-09-17
net/mlx5: SF, Implement peer devlink set for SF representor devlink port
Jiri Pirko
4
-0
/
+67
2023-09-17
devlink: expose peer SF devlink instance
Jiri Pirko
3
-0
/
+55
2023-09-17
devlink: introduce object and nested devlink relationship infra
Jiri Pirko
3
-0
/
+233
2023-09-17
devlink: extend devlink_nl_put_nested_handle() with attrtype arg
Jiri Pirko
3
-4
/
+5
2023-09-17
devlink: move devlink_nl_put_nested_handle() into netlink.c
Jiri Pirko
3
-26
/
+28
2023-09-17
devlink: put netnsid to nested handle
Jiri Pirko
1
-2
/
+11
2023-09-17
net/mlx5: Lift reload limitation when SFs are present
Jiri Pirko
1
-11
/
+0
2023-09-17
net/mlx5: Disable eswitch as the first thing in mlx5_unload()
Jiri Pirko
1
-1
/
+1
2023-09-17
devlink: move linecard struct into linecard.c
Jiri Pirko
3
-15
/
+22
2023-09-17
net: microchip: lan743x: add fixed phy unregister support
Pavithra Sathyanarayanan
1
-0
/
+6
[next]