summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5 days3-3/+3
* eth: mlx4: select PAGE_POOLGreg Thelen8 days1-0/+1
* Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9 days1-3/+5
|\
| * net/mlx5e: SHAMPO, Make reserved size independent of page sizeLama Kayal13 days1-3/+5
* | Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12 days1-0/+9
|\ \ | |/ |/|
| * mlx5: Create an auxiliary device for fwctl_mlx5Saeed Mahameed2025-03-061-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-03-264-13/+35
|\ \
| * | net/mlx5: Start health poll after enable hcaMoshe Shemesh2025-03-241-8/+7
| * | net/mlx5: LAG, reload representors on LAG creation failureMark Bloch2025-03-241-0/+4
| * | mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versionsWangYuli2025-03-241-5/+22
| * | net/mlx5e: Fix ethtool -N flow-type ip4 to RSS contextMaxim Mikityanskiy2025-03-241-0/+2
* | | Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2025-03-251-16/+0
|\ \ \
| * | | xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky2025-02-211-16/+0
* | | | net/mlx5e: TC, Don't offload CT commit if it's the last actionJianbo Liu2025-03-251-0/+11
* | | | net/mlx5e: CT: Filter legacy rules that are unrelated to nicPaul Blakey2025-03-251-0/+29
* | | | net/mlx5: Update pfnum retrieval for devlink port attributesShay Drory2025-03-252-3/+3
* | | | net/mlx5: fw reset, check bridge accessibility at earlier stageAmir Tzin2025-03-251-6/+9
* | | | net/mlx5: Lag, use port selection tables when availableMark Bloch2025-03-251-29/+9
* | | | net/mlx5e: TX, Utilize WQ fragments edge for multi-packet WQEsTariq Toukan2025-03-255-9/+25
* | | | mlxsw: Add VXLAN bridge ports to same hardware domain as physical bridge portsAmit Cohen2025-03-242-6/+26
* | | | mlxsw: spectrum_switchdev: Move mlxsw_sp_bridge_vxlan_join()Amit Cohen2025-03-241-15/+15
* | | | mlxsw: spectrum_switchdev: Add an internal API for VXLAN leaveAmit Cohen2025-03-241-5/+11
* | | | mlxsw: spectrum: Call mlxsw_sp_bridge_vxlan_{join, leave}() for VLAN-aware br...Amit Cohen2025-03-241-16/+4
* | | | mlxsw: Trap ARP packets at layer 2 instead of layer 3Amit Cohen2025-03-243-11/+8
* | | | net/mlx5e: Always select CONFIG_PAGE_POOL_STATSTariq Toukan2025-03-243-18/+1
* | | | net/mlx5e: Use right API to free bitmap memoryMark Zhang2025-03-241-2/+2
* | | | net/mlx5: Remove NULL check before dev_{put, hold}Gal Pressman2025-03-243-14/+7
* | | | net/mlx5e: Expose port reset cycle recovery counter via ethtoolYael Chemla2025-03-212-5/+43
* | | | net/mlx5e: Get counter group size by FW capabilityYael Chemla2025-03-211-27/+31
* | | | net/mlx5e: Access PHY layer counter group as other counter groupsYael Chemla2025-03-211-7/+18
* | | | net/mlx5e: Ensure each counter group uses its PCAM bitYael Chemla2025-03-211-14/+10
* | | | net/mlx5: HWS, log the unsupported mask in definerYevgeny Kliteynik2025-03-191-1/+2
* | | | net/mlx5: HWS, use list_move() instead of del/addYevgeny Kliteynik2025-03-192-4/+2
* | | | net/mlx5: HWS, remove unused code for alias flow tablesYevgeny Kliteynik2025-03-192-9/+0
* | | | net/mlx5: Add support for setting parent of nodesCarolina Jubran2025-03-183-3/+110
* | | | net/mlx5: Preserve rate settings when creating a rate nodeCarolina Jubran2025-03-181-4/+9
* | | | net/mlx5: Introduce hierarchy level tracking on scheduling nodesCarolina Jubran2025-03-181-3/+16
* | | | net/mlx5: Rename devlink rate parent set function for leaf nodesCarolina Jubran2025-03-183-9/+9
* | | | net/mlx5: fs, add support for dest flow sampler HWS actionMoshe Shemesh2025-03-172-0/+56
* | | | net/mlx5: fs, add support for flow meters HWS actionMoshe Shemesh2025-03-175-10/+134
* | | | net/mlx5: fs, add API for sharing HWS action by refcountMoshe Shemesh2025-03-174-42/+81
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-03-1318-47/+116
|\ \ \ \ | | |/ / | |/| |
| * | | net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devicesCarolina Jubran2025-03-131-4/+2
| * | | net/mlx5: Bridge, fix the crash caused by LAG state checkJianbo Liu2025-03-131-7/+5
| * | | net/mlx5: Lag, Check shared fdb before creating MultiPort E-SwitchShay Drory2025-03-133-3/+5
| * | | net/mlx5: Fix incorrect IRQ pool usage when releasing IRQsShay Drory2025-03-135-7/+16
| * | | net/mlx5: HWS, Rightsize bwc matcher priorityVlad Dogaru2025-03-131-1/+1
| * | | net/mlx5: DR, use the right action structs for STEv3Yevgeny Kliteynik2025-03-135-25/+79
| * | | net/mlx5: handle errors in mlx5_chains_create_table()Wentao Liang2025-03-101-0/+5
| * | | net/mlx5: Fill out devlink dev info only for PFsJiri Pirko2025-03-071-0/+3