index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mlxsw: spectrum_flower: Make vlan_id limitation more specific
Amit Cohen
2021-12-23
1
-1
/
+2
*
net/mlx5e: Take packet_merge params directly from the RX res struct
Tariq Toukan
2021-12-22
1
-8
/
+6
*
net/mlx5e: Allocate per-channel stats dynamically at first usage
Lama Kayal
2021-12-22
1
-13
/
+28
*
net/mlx5e: Use dynamic per-channel allocations in stats
Tariq Toukan
2021-12-22
9
-22
/
+36
*
net/mlx5e: Allow profile-specific limitation on max num of channels
Tariq Toukan
2021-12-22
3
-3
/
+23
*
net/mlx5e: Save memory by using dynamic allocation in netdev priv
Tariq Toukan
2021-12-22
2
-10
/
+54
*
net/mlx5e: Add profile indications for PTP and QOS HTB features
Tariq Toukan
2021-12-22
3
-24
/
+42
*
net/mlx5e: Use bitmap field for profile features
Tariq Toukan
2021-12-22
7
-11
/
+14
*
net/mlx5: Remove the repeated declaration
Shaokun Zhang
2021-12-22
1
-3
/
+0
*
net/mlx5: Let user configure max_macs generic param
Shay Drory
2021-12-22
2
-0
/
+88
*
net/mlx5: Let user configure event_eq_size param
Shay Drory
2021-12-22
2
-1
/
+22
*
net/mlx5: Let user configure io_eq_size param
Shay Drory
2021-12-22
2
-1
/
+31
*
mlxsw: core: Extend devlink health reporter with new events and parameters
Danielle Ratson
2021-12-20
1
-0
/
+131
*
mlxsw: reg: Extend MFDE register with new events and parameters
Danielle Ratson
2021-12-20
1
-1
/
+104
*
mlxsw: core: Convert a series of if statements to switch case
Danielle Ratson
2021-12-20
1
-18
/
+40
*
mlxsw: Fix naming convention of MFDE fields
Danielle Ratson
2021-12-20
2
-15
/
+12
*
flow_offload: add index to flow_action_entry structure
Baowen Zheng
2021-12-19
1
-1
/
+1
*
flow_offload: reject to offload tc actions in offload drivers
Baowen Zheng
2021-12-19
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
1
-1
/
+2
|
\
|
*
mlxsw: spectrum_router: Consolidate MAC profiles when possible
Danielle Ratson
2021-12-14
1
-1
/
+2
*
|
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
David S. Miller
2021-12-16
2
-17
/
+63
|
\
\
|
*
|
net/mlx5: Create more priorities for FDB bypass namespace
Maor Gottlieb
2021-12-14
1
-6
/
+29
|
*
|
net/mlx5: Refactor mlx5_get_flow_namespace
Maor Gottlieb
2021-12-14
1
-12
/
+32
|
*
|
net/mlx5: Separate FDB namespace
Maor Gottlieb
2021-12-14
2
-1
/
+4
*
|
|
mlxsw: Add support for VxLAN with IPv6 underlay
Amit Cohen
2021-12-15
4
-10
/
+168
*
|
|
mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entries
Amit Cohen
2021-12-15
3
-2
/
+162
*
|
|
mlxsw: reg: Add a function to fill IPv6 unicast FDB entries
Amit Cohen
2021-12-15
1
-0
/
+13
*
|
|
mlxsw: Split handling of FDB tunnel entries between address families
Amit Cohen
2021-12-15
2
-24
/
+38
*
|
|
mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address family
Amit Cohen
2021-12-15
1
-9
/
+22
*
|
|
mlxsw: spectrum_ipip: Use common hash table for IPv6 address mapping
Amit Cohen
2021-12-15
1
-22
/
+6
*
|
|
mlxsw: spectrum: Add hash table for IPv6 address mapping
Amit Cohen
2021-12-15
2
-0
/
+150
*
|
|
net/mlx5e: Move goto action checks into tc_action goto post parse op
Roi Dayan
2021-12-15
2
-19
/
+35
*
|
|
net/mlx5e: Move vlan action chunk into tc action vlan post parse op
Roi Dayan
2021-12-15
2
-38
/
+51
*
|
|
net/mlx5e: Add post_parse() op to tc action infrastructure
Roi Dayan
2021-12-15
2
-0
/
+15
*
|
|
net/mlx5e: Move sample attr allocation to tc_action sample parse op
Roi Dayan
2021-12-15
3
-12
/
+6
*
|
|
net/mlx5e: TC action parsing loop
Roi Dayan
2021-12-15
1
-42
/
+46
*
|
|
net/mlx5e: Add redirect ingress to tc action infra
Roi Dayan
2021-12-15
5
-51
/
+83
*
|
|
net/mlx5e: Add sample and ptype to tc_action infra
Roi Dayan
2021-12-15
6
-28
/
+90
*
|
|
net/mlx5e: Add ct to tc action infra
Roi Dayan
2021-12-15
5
-30
/
+64
*
|
|
net/mlx5e: Add mirred/redirect to tc action infra
Roi Dayan
2021-12-15
7
-261
/
+382
*
|
|
net/mlx5e: Add mpls push/pop to tc action infra
Roi Dayan
2021-12-15
5
-34
/
+102
*
|
|
net/mlx5e: Add vlan push/pop/mangle to tc action infra
Roi Dayan
2021-12-15
8
-221
/
+314
*
|
|
net/mlx5e: Add pedit to tc action infra
Roi Dayan
2021-12-15
7
-169
/
+222
*
|
|
net/mlx5e: Add csum to tc action infra
Roi Dayan
2021-12-15
5
-45
/
+67
*
|
|
net/mlx5e: Add tunnel encap/decap to tc action infra
Roi Dayan
2021-12-15
5
-21
/
+81
*
|
|
net/mlx5e: Add goto to tc action infra
Roi Dayan
2021-12-15
7
-76
/
+99
*
|
|
net/mlx5e: Add tc action infrastructure
Roi Dayan
2021-12-15
9
-47
/
+297
*
|
|
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-4
/
+0
*
|
|
net/mlx5: Dynamically resize flow counters query buffer
Avihai Horon
2021-12-03
1
-14
/
+60
*
|
|
net/mlx5e: TC, Set flow attr ip_version earlier
Roi Dayan
2021-12-03
1
-3
/
+3
[next]