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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-15
net/mlx5e: Update doorbell for port timestamping CQ before the software counter
Rahul Rameshbabu
1
-4
/
+16
2023-11-15
net/mlx5e: Track xmit submission to PTP WQ after populating metadata map
Rahul Rameshbabu
1
-1
/
+1
2023-11-15
net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...
Rahul Rameshbabu
1
-1
/
+1
2023-11-15
net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offload
Jianbo Liu
1
-1
/
+2
2023-11-15
net/mlx5e: Fix pedit endianness
Vlad Buslov
1
-28
/
+32
2023-11-15
net/mlx5e: fix double free of encap_header in update funcs
Gavin Li
1
-10
/
+10
2023-11-15
net/mlx5e: fix double free of encap_header
Dust Li
1
-6
/
+4
2023-11-15
net/mlx5: Decouple PHC .adjtime and .adjphase implementations
Rahul Rameshbabu
1
-1
/
+6
2023-11-15
net/mlx5: DR, Allow old devices to use multi destination FTE
Erez Shitrit
1
-1
/
+2
2023-11-15
net/mlx5: Free used cpus mask when an IRQ is released
Maher Sanalla
2
-48
/
+19
2023-11-15
Revert "net/mlx5: DR, Supporting inline WQE when possible"
Itamar Gozlan
1
-102
/
+13
2023-11-15
net/mlx5e: Remove early assignment to netdev->features
Tariq Toukan
1
-1
/
+0
2023-11-15
net/mlx5e: Add local loopback counter to vport rep stats
Or Har-Toov
2
-1
/
+27
2023-11-15
net/mlx5: Query maximum frequency adjustment of the PTP hardware clock
Rahul Rameshbabu
1
-0
/
+22
2023-11-15
net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency a...
Rahul Rameshbabu
1
-2
/
+4
2023-11-15
net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clock
Rahul Rameshbabu
1
-4
/
+5
2023-11-15
net/mlx5: Refactor real time clock operation checks for PHC
Rahul Rameshbabu
1
-21
/
+20
2023-11-15
net/mlx5e: Access array with enum values instead of magic numbers
Gal Pressman
2
-5
/
+6
2023-11-15
net/mlx5: simplify mlx5_set_driver_version string assignments
Justin Stitt
1
-17
/
+3
2023-11-15
net/mlx5: Annotate struct mlx5_flow_handle with __counted_by
Kees Cook
1
-1
/
+1
2023-11-15
net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
Kees Cook
1
-1
/
+1
2023-11-15
net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()
Amir Tzin
3
-18
/
+14
2023-11-15
net/mlx5: Allow sync reset flow when BF MGT interface device is present
Moshe Shemesh
1
-4
/
+28
2023-11-15
net/mlx5: print change on SW reset semaphore returns busy
Moshe Shemesh
1
-1
/
+4
2023-11-15
bnxt_en: Optimize xmit_more TX path
Michael Chan
1
-6
/
+10
2023-11-15
bnxt_en: Use existing MSIX vectors for all mqprio TX rings
Michael Chan
2
-16
/
+43
2023-11-15
bnxt_en: Add macros related to TC and TX rings
Michael Chan
1
-2
/
+11
2023-11-15
bnxt_en: Add helper to get the number of CP rings required for TX rings
Michael Chan
4
-25
/
+82
2023-11-15
bnxt_en: Support up to 8 TX rings per MSIX
Michael Chan
3
-39
/
+55
2023-11-15
bnxt_en: Refactor bnxt_hwrm_set_coal()
Michael Chan
1
-17
/
+26
2023-11-15
bnxt_en: New encoding for the TX opaque field
Michael Chan
3
-5
/
+11
2023-11-15
bnxt_en: Refactor bnxt_tx_int()
Michael Chan
1
-5
/
+12
2023-11-15
bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDL
Michael Chan
2
-24
/
+44
2023-11-15
bnxt_en: Add completion ring pointer in TX and RX ring structures
Michael Chan
3
-25
/
+19
2023-11-15
bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_info
Michael Chan
3
-73
/
+66
2023-11-15
bnxt_en: Add completion ring pointer in TX and RX ring structures
Michael Chan
3
-26
/
+40
2023-11-15
bnxt_en: Put the TX producer information in the TX BD opaque field
Michael Chan
3
-3
/
+11
2023-11-14
i40e: Delete unused i40e_mac_info fields
Ivan Vecera
3
-8
/
+2
2023-11-14
i40e: Move inline helpers to i40e_prototype.h
Ivan Vecera
2
-68
/
+70
2023-11-14
i40e: Remove VF MAC types
Ivan Vecera
2
-31
/
+10
2023-11-14
i40e: Use helpers to check running FW and AQ API versions
Ivan Vecera
4
-58
/
+36
2023-11-14
i40e: Add other helpers to check version of running firmware and AQ API
Ivan Vecera
1
-0
/
+54
2023-11-14
i40e: Move i40e_is_aq_api_ver_ge helper
Ivan Vecera
2
-19
/
+18
2023-11-14
i40e: Initialize hardware capabilities at single place
Ivan Vecera
4
-72
/
+51
2023-11-14
i40e: Consolidate hardware capabilities
Ivan Vecera
7
-90
/
+85
2023-11-14
i40e: Use DECLARE_BITMAP for flags field in i40e_hw
Ivan Vecera
7
-51
/
+55
2023-11-14
i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
Ivan Vecera
9
-515
/
+544
2023-11-14
i40e: Remove _t suffix from enum type names
Ivan Vecera
3
-7
/
+7
2023-11-14
i40e: Remove unused flags
Ivan Vecera
4
-37
/
+31
2023-11-14
i40e: Change user notification of non-SFP module in i40e_get_module_info()
Andrii Staikov
1
-2
/
+2
[prev]
[next]