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
/
ethernet
/
mellanox
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
net/mlx5e: Allocate flow steering storage during uplink initialization
Leon Romanovsky
1
-8
/
+17
2022-08-15
mlxsw: spectrum_ptp: Forbid PTP enablement only in RX or in TX
Amit Cohen
1
-0
/
+3
2022-08-15
mlxsw: spectrum_ptp: Protect PTP configuration with a mutex
Amit Cohen
1
-7
/
+20
2022-08-15
mlxsw: spectrum: Clear PTP configuration after unregistering the netdevice
Amit Cohen
1
-1
/
+1
2022-08-15
mlxsw: spectrum_ptp: Fix compilation warnings
Amit Cohen
1
-8
/
+10
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-10
/
+9
2022-08-11
mlxsw: minimal: Fix deadlock in ports creation
Vadim Pasternak
1
-7
/
+0
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
1
-1
/
+7
2022-08-09
mlx5: do not use RT_TOS for IPv6 flowlabel
Matthias May
1
-2
/
+2
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-15
/
+31
2022-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
10
-33
/
+69
2022-08-02
net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ
Maxim Mikityanskiy
1
-0
/
+14
2022-08-01
net: devlink: convert reload command to take implicit devlink->lock
Jiri Pirko
3
-12
/
+0
2022-07-29
Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
30
-511
/
+1265
2022-07-29
mlxsw: spectrum: Support ethtool 'get_ts_info' callback in Spectrum-2
Danielle Ratson
2
-6
/
+28
2022-07-29
mlxsw: spectrum_ptp: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctls
Danielle Ratson
2
-9
/
+223
2022-07-29
mlxsw: spectrum: Support time stamping on Spectrum-2
Danielle Ratson
4
-10
/
+104
2022-07-29
mlxsw: Send PTP packets as data packets to overcome a limitation
Danielle Ratson
4
-10
/
+175
2022-07-29
mlxsw: spectrum_ptp: Add implementation for physical hardware clock operations
Danielle Ratson
2
-7
/
+159
2022-07-29
mlxsw: Query UTC sec and nsec PCI offsets and values
Danielle Ratson
3
-0
/
+55
2022-07-29
mlxsw: spectrum_ptp: Add PTP initialization / finalization for Spectrum-2
Danielle Ratson
2
-7
/
+54
2022-07-29
mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICs
Danielle Ratson
4
-2
/
+15
2022-07-29
mlxsw: spectrum_ptp: Add helper functions to configure PTP traps
Amit Cohen
1
-22
/
+40
2022-07-28
mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c
Yang Li
1
-1
/
+0
2022-07-28
devlink: Hold the instance lock in health callbacks
Moshe Shemesh
1
-7
/
+1
2022-07-28
net/mlx5: Lock mlx5 devlink health recovery callback
Moshe Shemesh
2
-3
/
+13
2022-07-28
net/mlx4: Lock mlx4 devlink reload callback
Moshe Shemesh
2
-13
/
+37
2022-07-28
net/mlx4: Use devl_ API for devlink port register / unregister
Moshe Shemesh
1
-4
/
+12
2022-07-28
net/mlx4: Use devl_ API for devlink region create / destroy
Moshe Shemesh
2
-10
/
+17
2022-07-28
net/mlx5: Lock mlx5 devlink reload callbacks
Moshe Shemesh
6
-50
/
+79
2022-07-28
net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reload
Moshe Shemesh
2
-8
/
+13
2022-07-28
net/mlx5e: kTLS, Dynamically re-size TX recycling pool
Tariq Toukan
1
-26
/
+289
2022-07-28
net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connections
Tariq Toukan
5
-47
/
+199
2022-07-28
net/mlx5e: kTLS, Take stats out of OOO handler
Tariq Toukan
1
-16
/
+11
2022-07-28
net/mlx5e: kTLS, Introduce TLS-specific create TIS
Tariq Toukan
1
-5
/
+9
2022-07-28
net/mlx5e: Move mlx5e_init_l2_addr to en_main
Lama Kayal
5
-5
/
+5
2022-07-28
net/mlx5e: Split en_fs ndo's and move to en_main
Lama Kayal
3
-88
/
+120
2022-07-28
net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_main
Lama Kayal
5
-96
/
+119
2022-07-28
net/mlx5e: Add mdev to flow_steering struct
Lama Kayal
5
-38
/
+42
2022-07-28
net/mlx5e: Report flow steering errors with mdev err report API
Lama Kayal
1
-36
/
+34
2022-07-28
net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointer
Lama Kayal
14
-264
/
+298
2022-07-28
net/mlx5e: Allocate VLAN and TC for featured profiles only
Lama Kayal
3
-12
/
+46
2022-07-28
net/mlx5e: Make mlx5e_tc_table private
Lama Kayal
6
-32
/
+59
2022-07-28
net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointer
Lama Kayal
4
-34
/
+43
2022-07-28
net/mlx5e: TC, Support tc action api for police
Roi Dayan
5
-8
/
+239
2022-07-28
net/mlx5e: TC, Separate get/update/replace meter functions
Roi Dayan
3
-27
/
+112
2022-07-28
net/mlx5e: Add red and green counters for metering
Roi Dayan
5
-13
/
+52
2022-07-28
net/mlx5e: TC, Allocate post meter ft per rule
Roi Dayan
3
-20
/
+31
2022-07-28
net/mlx5: DR, Add support for flow metering ASO
Yevgeny Kliteynik
6
-0
/
+227
[next]