summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin14 days1-2/+6
* net/mlx5: Always stop health timer during driver removalShay Drory2024-06-051-0/+3
* net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh2024-06-053-0/+16
* net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2024-05-242-2/+12
* net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran2024-05-241-1/+1
* net/mlx5e: Do not use ptp structure for tx ts stats when not initializedRahul Rameshbabu2024-05-241-0/+4
* net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu2024-05-241-12/+5
* net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu2024-05-241-2/+1
* net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan2024-05-241-4/+8
* net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla2024-05-241-2/+10
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-228-20/+19
* Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-202-3/+3
|\
| * xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-082-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-148-51/+78
|\ \
| * | net/mlx5: Discard command completions in internal errorAkiva Goldberger2024-05-101-0/+3
| * | net/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger2024-05-101-9/+32
| * | net/mlx5: Reload only IB representors upon lag disable/enableMaher Sanalla2024-05-104-17/+25
| * | net/mlx5: Fix peer devlink set for SF representor devlink portShay Drory2024-05-102-20/+13
| * | net/mlx5e: Fix netif state handlingShay Drory2024-05-101-5/+5
| |/
* | net/mlx5: Remove unused msix related exported APIsParav Pandit2024-05-131-52/+0
* | net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran2024-05-133-51/+47
* | net/mlx5: Enable 8 ports LAGShay Drory2024-05-131-3/+0
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-073-3/+3
* | net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen2024-05-021-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+1
|\|
| * net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu2024-04-251-0/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-244-4/+8
|\ \
| * | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-224-4/+8
* | | net/mlx5e: Implement ethtool callbacks for supporting per-queue coalescingRahul Rameshbabu2024-04-223-0/+152
* | | net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2024-04-2210-165/+454
* | | net/mlx5e: Dynamically allocate DIM structure for SQs/RQsRahul Rameshbabu2024-04-224-12/+31
* | | net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu2024-04-225-52/+51
* | | net/mlx5e: Move DIM function declarations to en/dim.hRahul Rameshbabu2024-04-225-3/+18
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1810-23/+39
|\|
| * net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran2024-04-121-11/+16
| * net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran2024-04-121-0/+7
| * net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu2024-04-121-2/+2
| * net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2024-04-122-2/+4
| * net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-125-7/+7
| * net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory2024-04-121-1/+3
* | net/mlx5e: Expose the VF/SF RX drop counter on the representorCarolina Jubran2024-04-112-1/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1115-94/+172
|\|
| * net/mlx5: fix possible stack overflowsArnd Bergmann2024-04-101-41/+41
| * net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan2024-04-101-0/+7
| * net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran2024-04-103-2/+34
| * net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2024-04-102-5/+10
| * net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran2024-04-101-16/+17
| * net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2024-04-102-2/+2
| * net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran2024-04-101-0/+17
| * net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu2024-04-101-2/+12