summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-15/+7
2025-07-24netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park1-1/+3
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-19net/mlx4_en: Remove the redundant NULL check for the 'my_ets' objectAndrey Vatoropin1-3/+0
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-2/+1
2025-06-19net/mlx4e: Don't redefine IB_MTU_XXX enumMark Zhang1-9/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-29net/mlx4_en: Prevent potential integer overflow calculating HzDan Carpenter1-1/+1
2025-05-13net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts infoJason Xing1-0/+1
2025-04-29net/mlx4_core: Adjust allocation type for buddy->bitsKees Cook1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-03eth: mlx4: select PAGE_POOLGreg Thelen1-0/+1
2025-02-19eth: mlx4: use the page pool for Rx buffersJakub Kicinski3-39/+25
2025-02-19eth: mlx4: remove the local XDP fast-recycling ringJakub Kicinski3-61/+3
2025-02-19eth: mlx4: don't try to complete XDP frames in netpollJakub Kicinski1-0/+2
2025-02-19eth: mlx4: create a page pool for RxJakub Kicinski2-2/+25
2025-02-15net/mlx4_core: Avoid impossible mlx4_db_alloc() order valueKees Cook1-3/+3
2025-02-05mlx4: Remove unused functionsDr. David Alan Gilbert3-48/+0
2024-10-15mlx4: Add support for persistent NAPI config to RX CQsJoe Damato1-1/+2
2024-08-01net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28Krzysztof Olędzki1-4/+4
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-19net/mlx4_en: Use ethtool_puts/sprintf to fill stats stringsKamal Heib1-35/+17
2024-06-19net/mlx4_en: Use ethtool_puts to fill selftest stringsKamal Heib1-2/+2
2024-06-19net/mlx4_en: Use ethtool_puts to fill priv flags stringsKamal Heib1-2/+1
2024-05-31net/mlx4: support per-queue statistics via netlinkJoe Damato1-0/+73
2024-05-31net/mlx4: link NAPI instances to queues and IRQsJoe Damato2-0/+15
2024-05-31net/mlx4: Track RX allocation failures in a statJoe Damato3-1/+5
2024-05-28net: ethernet: mlx4: remove unused struct 'mlx4_port_config'Dr. David Alan Gilbert1-6/+0
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-2/+2
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-2/+4
2024-04-12net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-02-07mlx4: Address spelling errorsSimon Horman11-20/+22
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-20/+20
2023-10-14net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-08-23mlx4: Delete custom device management logicPetr Pavlu3-156/+0
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu1-0/+13
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu2-20/+58
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu4-4/+250
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu1-8/+11
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu3-68/+64
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu2-23/+16
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu5-15/+41
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu6-14/+28
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu3-9/+9
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2-29/+0
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie3-11/+11
2023-07-27net/mlx4: clean up a type issueDan Carpenter1-2/+2
2023-05-30devlink: move port_type_set() op into devlink_port_opsJiri Pirko1-26/+26