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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
10
-186
/
+4
2024-05-13
net: stmmac: move the EST structure to struct stmmac_priv
Xiaolei Wang
4
-41
/
+54
2024-05-13
net: stmmac: move the EST lock to struct stmmac_priv
Xiaolei Wang
3
-12
/
+16
2024-05-14
wifi: rtw89: support mac_id number according to chip
Zong-Zhe Yang
8
-9
/
+34
2024-05-14
wifi: rtw89: switch to register vif_cfg_changed and link_info_changed
Zong-Zhe Yang
1
-15
/
+27
2024-05-14
wifi: rtw89: cam: tweak relation between sec CAM and addr CAM
Zong-Zhe Yang
4
-50
/
+67
2024-05-14
wifi: rtw89: ser: avoid multiple deinit on same CAM
Zong-Zhe Yang
1
-2
/
+6
2024-05-13
net: mana: Enable MANA driver on ARM64 with 4K page size
Haiyang Zhang
1
-1
/
+2
2024-05-13
net: prestera: Add flex arrays to some structs
Erick Archer
1
-46
/
+37
2024-05-13
net: fec: remove .ndo_poll_controller to avoid deadlocks
Wei Fang
1
-26
/
+0
2024-05-13
net: stmmac: add support for RZ/N1 GMAC
Clément Léger
3
-0
/
+99
2024-05-13
net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit
Russell King (Oracle)
1
-54
/
+53
2024-05-13
net: stmmac: introduce pcs_init/pcs_exit stmmac operations
Russell King (Oracle)
1
-1
/
+7
2024-05-13
net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devices
Serge Semin
3
-19
/
+23
2024-05-13
net: stmmac: Add dedicated XPCS cleanup method
Serge Semin
3
-4
/
+17
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-1
/
+5
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-18
/
+51
2024-05-13
net: qede: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-0
/
+3
2024-05-13
virtio_net: remove the misleading comment
Xuan Zhuo
1
-1
/
+0
2024-05-13
virtio_net: rx remove premapped failover code
Xuan Zhuo
1
-50
/
+35
2024-05-13
virtio_net: big mode skip the unmap check
Xuan Zhuo
1
-2
/
+2
2024-05-13
virtio_ring: enable premapped mode whatever use_dma_api
Xuan Zhuo
1
-6
/
+1
2024-05-13
dpll: fix return value check for kmemdup
Chen Ni
1
-1
/
+1
2024-05-13
null_blk: Fix two sparse warnings
Bart Van Assche
2
-2
/
+7
2024-05-13
ublk_drv: set DMA alignment mask to 3
Jens Axboe
1
-0
/
+1
2024-05-13
Merge tag 'tag-chrome-platform-firmware-for-v6.10' of git://git.kernel.org/pu...
Linus Torvalds
3
-4
/
+9
2024-05-13
Merge tag 'tag-chrome-platform-for-v6.10' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
20
-74
/
+214
2024-05-13
net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()
Vladimir Oltean
1
-3
/
+2
2024-05-13
net/mlx5: Remove unused msix related exported APIs
Parav Pandit
1
-52
/
+0
2024-05-13
net/mlx5e: Modifying channels number and updating TX queues
Carolina Jubran
3
-51
/
+47
2024-05-13
net/mlx5: Enable 8 ports LAG
Shay Drory
1
-3
/
+0
2024-05-13
net: dsa: microchip: dcb: set default apptrust to PCP only
Oleksij Rempel
1
-18
/
+3
2024-05-13
net: dsa: microchip: dcb: add comments for DSCP related functions
Oleksij Rempel
1
-0
/
+31
2024-05-13
net: dsa: microchip: dcb: rename IPV to IPM
Oleksij Rempel
3
-51
/
+51
2024-05-13
net: usb: ax88179_178a: fix link status when link is set to down/up
Jose Ignacio Tornos Martinez
1
-11
/
+26
2024-05-13
net: smc91x: Fix m68k kernel compilation for ColdFire CPU
Thorsten Blum
1
-2
/
+2
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
64
-99
/
+99
2024-05-13
virtio_net: Add TX stopped and wake counters
Daniel Jurgens
1
-2
/
+26
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
78
-1187
/
+8236
2024-05-13
net: ena: Change initial rx_usec interval
David Arinzon
1
-1
/
+1
2024-05-13
net: ena: Changes around strscpy calls
David Arinzon
2
-8
/
+25
2024-05-13
net: ena: Add validation for completion descriptors consistency
David Arinzon
3
-10
/
+30
2024-05-13
net: ena: Reduce holes in ena_com structures
David Arinzon
2
-3
/
+3
2024-05-13
net: ena: Add a counter for driver's reset failures
David Arinzon
3
-6
/
+14
2024-05-13
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-25
/
+15
2024-05-13
Input: zet6223 - remove an unused field in struct zet6223_ts
Christophe JAILLET
1
-2
/
+0
2024-05-13
Input: chipone_icn8505 - remove an unused field in struct icn8505_data
Christophe JAILLET
1
-1
/
+0
2024-05-13
net: phy: air_en8811h: reset netdev rules when LED is set manually
Daniel Golle
1
-0
/
+4
2024-05-13
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
Mohamed Ahmed
2
-25
/
+22
2024-05-13
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
Mohamed Ahmed
2
-25
/
+22
[prev]
[next]