summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap2023-01-181-4/+4
* net/mlx5: E-switch, Fix switchdev mode after devlink reloadChris Mi2023-01-181-0/+1
* net/mlx5e: Protect global IPsec ASOLeon Romanovsky2023-01-182-1/+8
* net/mlx5e: Remove optimization which prevented update of ESN stateLeon Romanovsky2023-01-182-10/+0
* net/mlx5e: Set decap action based on attr for sampleChris Mi2023-01-181-3/+2
* net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING...Maor Dickman2023-01-183-5/+4
* net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENTMaor Dickman2023-01-181-15/+3
* net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xskAdham Faris2023-01-181-2/+1
* net/mlx5e: Avoid false lock dependency warning on tc_ht even moreVlad Buslov2023-01-181-0/+3
* net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()Yang Yingliang2023-01-181-0/+1
* net/mlx5e: Fix macsec possible null dereference when updating MAC security en...Emeel Hakim2023-01-091-7/+2
* net/mlx5e: Fix macsec ssci attribute handling in offload pathEmeel Hakim2023-01-091-3/+7
* net/mlx5: E-switch, Coverity: overlapping copyShay Drory2023-01-091-4/+0
* net/mlx5e: Don't support encap rules with gbp optionGavin Li2023-01-091-0/+2
* net/mlx5: Fix ptp max frequency adjustment rangeRahul Rameshbabu2023-01-091-1/+1
* net/mlx5e: Fix memory leak on updating vport countersAya Levin2023-01-091-1/+2
* net/mlx5e: TC, Restore pkt rate policing supportOz Shlomo2023-01-091-6/+0
* net/mlx5e: TC, ignore match level for post meter rulesOz Shlomo2023-01-091-0/+1
* net/mlx5e: IPoIB, Fix child PKEY interface stats on rx pathDragos Tatulea2023-01-091-1/+1
* net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parentDragos Tatulea2023-01-091-0/+9
* net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are pre...Dragos Tatulea2023-01-094-7/+62
* net/mlx5e: Verify dev is present for fix features ndoRoy Novich2023-01-091-0/+3
* net/mlx5: Fix command stats access after freeMoshe Shemesh2023-01-091-11/+2
* net/mlx5e: TC, Keep mod hdr actions after mod hdr allocAriel Levkovich2023-01-091-2/+3
* net/mlx5: check attr pointer validity before dereferencing itAriel Levkovich2023-01-091-1/+1
* net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_ruleYevgeny Kliteynik2023-01-091-4/+7
* net/mlx5: Lag, fix failure to cancel delayed bond workEli Cohen2022-12-281-0/+1
* net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve optionMaor Dickman2022-12-281-0/+5
* net/mlx5e: Fix hw mtu initializing at XDP SQ allocationAdham Faris2022-12-281-1/+1
* net/mlx5e: Always clear dest encap in neigh-update-delChris Mi2022-12-281-1/+8
* net/mlx5e: CT: Fix ct debugfs folder nameChris Mi2022-12-281-6/+1
* net/mlx5e: Fix RX reporter for XSK RQsTariq Toukan2022-12-281-1/+5
* net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by defaultDragos Tatulea2022-12-281-0/+4
* net/mlx5: Fix RoCE setting at HCA levelShay Drory2022-12-282-2/+2
* net/mlx5: Avoid recovery in probe flowsShay Drory2022-12-281-0/+6
* net/mlx5: Fix io_eq_size and event_eq_size params validationShay Drory2022-12-281-1/+1
* net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko2022-12-281-0/+2
* net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh2022-12-284-15/+61
* Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-0915-445/+1518
|\
| * net/mlx5e: Open mlx5 driver to accept IPsec packet offloadLeon Romanovsky2022-12-081-10/+31
| * net/mlx5e: Handle ESN update eventsLeon Romanovsky2022-12-083-3/+48
| * net/mlx5e: Handle hardware IPsec limits eventsLeon Romanovsky2022-12-084-5/+118
| * net/mlx5e: Update IPsec soft and hard limitsLeon Romanovsky2022-12-084-0/+127
| * net/mlx5e: Store all XFRM SAs in XarrayLeon Romanovsky2022-12-083-74/+28
| * net/mlx5e: Provide intermediate pointer to access IPsec structLeon Romanovsky2022-12-081-6/+6
| * net/mlx5e: Skip IPsec encryption for TX path without matching policyLeon Romanovsky2022-12-083-7/+43
| * net/mlx5e: Add statistics for Rx/Tx IPsec offloaded flowsRaed Salem2022-12-085-24/+233
| * net/mlx5e: Improve IPsec flow steering autogroupLeon Romanovsky2022-12-081-4/+4
| * net/mlx5e: Configure IPsec packet offload flow steeringLeon Romanovsky2022-12-083-10/+91
| * net/mlx5e: Use same coding pattern for Rx and Tx flowsLeon Romanovsky2022-12-081-3/+2