summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin10 days1-2/+6
* net/mlx5: Always stop health timer during driver removalShay Drory10 days1-0/+3
* net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh10 days3-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 tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-1470-1072/+2111
|\ \
| * \ 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-075-6/+6
| * | net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen2024-05-021-6/+4
| * | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
| * | mlxsw: pci: Use NAPI for event processingAmit Cohen2024-04-291-19/+77
| * | mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen2024-04-291-38/+38
| * | mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen2024-04-291-0/+41
| * | mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen2024-04-291-7/+3
| * | mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen2024-04-291-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-256-66/+87
| |\|
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-246-7/+14
| |\ \
| | * | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-226-7/+14
| * | | 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
| |/ /
| * | mlxsw: spectrum_flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-181-0/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1810-23/+39
| |\ \
| * | | net/mlx5e: Expose the VF/SF RX drop counter on the representorCarolina Jubran2024-04-112-1/+43
| * | | net: move skb ref helpers to new headerMina Almasry2024-04-111-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1115-94/+172
| |\ \ \
| * | | | mlxsw: spectrum_ethtool: Add support for 100Gb/s per lane link modesIdo Schimmel2024-04-102-0/+63
| * | | | mlx5/core: Support max_io_eqs for a functionParav Pandit2024-04-083-0/+108
| * | | | net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu2024-04-053-0/+56
| * | | | net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu2024-04-053-2/+7
| * | | | net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu2024-04-053-0/+3
| * | | | net/mlx5e: Un-expose functions in en.hTariq Toukan2024-04-053-24/+12