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
2022-10-01
net/mlx5e: xsk: Support XDP metadata on XSK RQs
Maxim Mikityanskiy
1
-8
/
+12
2022-10-01
net/mlx5e: Optimize RQ page deallocation
Maxim Mikityanskiy
2
-19
/
+24
2022-10-01
net/mlx5e: Call mlx5e_page_release_dynamic directly where possible
Maxim Mikityanskiy
1
-16
/
+4
2022-10-01
net/mlx5e: Use non-XSK page allocator in SHAMPO
Maxim Mikityanskiy
1
-11
/
+1
2022-10-01
net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQ
Maxim Mikityanskiy
4
-48
/
+106
2022-10-01
net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQ
Maxim Mikityanskiy
4
-0
/
+55
2022-10-01
net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQ
Maxim Mikityanskiy
3
-4
/
+34
2022-10-01
net/mlx5e: Remove the outer loop when allocating legacy RQ WQEs
Maxim Mikityanskiy
2
-22
/
+17
2022-10-01
net/mlx5e: xsk: Use partial batches in legacy RQ with XSK
Maxim Mikityanskiy
1
-13
/
+1
2022-10-01
net/mlx5e: Use partial batches in legacy RQ
Maxim Mikityanskiy
1
-18
/
+21
2022-10-01
net/mlx5e: Make the wqe_index_mask calculation more exact
Maxim Mikityanskiy
1
-1
/
+20
2022-10-01
net/mlx5e: Introduce wqe_index_mask for legacy RQ
Maxim Mikityanskiy
2
-4
/
+22
2022-10-01
net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeup
Maxim Mikityanskiy
2
-4
/
+1
2022-10-01
net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeup
Maxim Mikityanskiy
1
-3
/
+1
2022-09-30
nfp: add support restart of link auto-negotiation
Fei Qin
1
-0
/
+33
2022-09-30
nfp: add support for link auto negotiation
Yinjun Zhang
4
-5
/
+33
2022-09-30
nfp: refine the ABI of getting `sp_indiff` info
Yinjun Zhang
5
-65
/
+71
2022-09-30
nfp: avoid halt of driver init process when non-fatal error happens
Yinjun Zhang
1
-5
/
+4
2022-09-30
nfp: add support for reporting active FEC mode
Yinjun Zhang
3
-2
/
+11
2022-09-30
r8169: add rtl_disable_rxdvgate()
Chunhao Lin
1
-6
/
+10
2022-09-30
Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
4
-19
/
+56
2022-09-30
Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
215
-2274
/
+8704
2022-09-30
net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rq
Maxim Mikityanskiy
1
-5
/
+7
2022-09-30
net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recover
Maxim Mikityanskiy
1
-5
/
+2
2022-09-30
net/mlx5e: Split out channel (de)activation in rx_res
Maxim Mikityanskiy
1
-53
/
+53
2022-09-30
net/mlx5e: xsk: Remove mlx5e_xsk_page_alloc_pool
Maxim Mikityanskiy
2
-13
/
+5
2022-09-30
net/mlx5e: Convert struct mlx5e_alloc_unit to a union
Maxim Mikityanskiy
4
-32
/
+30
2022-09-30
net/mlx5e: Remove DMA address from mlx5e_alloc_unit
Maxim Mikityanskiy
3
-25
/
+40
2022-09-30
net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA address
Maxim Mikityanskiy
5
-111
/
+123
2022-09-30
net/mlx5e: Optimize the page cache reducing its size 2x
Maxim Mikityanskiy
3
-8
/
+6
2022-09-30
net/mlx5e: Fix calculations for ICOSQ size
Maxim Mikityanskiy
1
-1
/
+13
2022-09-30
net/mlx5e: xsk: Use KSM for unaligned XSK
Maxim Mikityanskiy
8
-100
/
+185
2022-09-30
net/mlx5: Add MLX5_FLEXIBLE_INLEN to safely calculate cmd inlen
Maxim Mikityanskiy
1
-0
/
+30
2022-09-30
net/mlx5e: Keep a separate MKey for striding RQ
Maxim Mikityanskiy
2
-10
/
+13
2022-09-30
net/mlx5e: xsk: Use XSK frame size as striding RQ page size
Maxim Mikityanskiy
1
-6
/
+31
2022-09-30
net/mlx5e: Use runtime page_shift for striding RQ
Maxim Mikityanskiy
7
-94
/
+240
2022-09-30
net: stmmac: add a parse for new property 'snps,clk-csr'
Jianguo Zhang
1
-1
/
+2
2022-09-30
net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"
Colin Ian King
1
-1
/
+1
2022-09-30
net: bna: Fix spelling mistake "muliple" -> "multiple"
Colin Ian King
1
-1
/
+1
2022-09-30
ibmveth: Ethtool set queue support
Nick Child
1
-29
/
+120
2022-09-30
ibmveth: Implement multi queue on xmit
Nick Child
2
-31
/
+43
2022-09-30
ibmveth: Copy tx skbs into a premapped buffer
Nick Child
2
-133
/
+74
2022-09-30
bnx2: Fix spelling mistake "bufferred" -> "buffered"
Colin Ian King
1
-2
/
+2
2022-09-30
net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
Colin Ian King
1
-1
/
+1
2022-09-30
net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIs
Wang Yufen
2
-67
/
+67
2022-09-30
net: tun: Convert to use sysfs_emit() APIs
Wang Yufen
1
-7
/
+7
2022-09-30
tsnep: Use page pool for RX
Gerhard Engleder
3
-68
/
+100
2022-09-30
tsnep: Add EtherType RX flow classification support
Gerhard Engleder
6
-5
/
+403
2022-09-30
tsnep: Support multiple TX/RX queue pairs
Gerhard Engleder
3
-11
/
+53
2022-09-30
tsnep: Move interrupt from device to queue
Gerhard Engleder
2
-33
/
+99
[prev]
[next]