Age | Commit message (Expand) | Author | Files | Lines |
2022-11-09 | net/mlx5e: TC, Fix slab-out-of-bounds in parse_tc_actions |  Roi Dayan | 1 | -2/+6 |
2022-11-09 | net/mlx5e: E-Switch, Fix comparing termination table instance |  Roi Dayan | 1 | -6/+8 |
2022-11-09 | net/mlx5e: TC, Fix wrong rejection of packet-per-second policing |  Jianbo Liu | 1 | -6/+0 |
2022-11-09 | net/mlx5e: Fix tc acts array not to be dependent on enum order |  Roi Dayan | 1 | -60/+32 |
2022-11-09 | net/mlx5e: Fix usage of DMA sync API |  Maxim Mikityanskiy | 2 | -15/+16 |
2022-11-09 | net/mlx5e: Add missing sanity checks for max TX WQE size |  Maxim Mikityanskiy | 3 | -1/+35 |
2022-11-09 | net/mlx5: fw_reset: Don't try to load device in case PCI isn't working |  Shay Drory | 1 | -1/+2 |
2022-11-09 | net/mlx5: E-switch, Set to legacy mode if failed to change switchdev mode |  Chris Mi | 2 | -21/+11 |
2022-11-09 | net/mlx5: Allow async trigger completion execution on single CPU systems |  Roy Novich | 1 | -3/+8 |
2022-11-09 | net/mlx5: Bridge, verify LAG state when adding bond to bridge |  Vlad Buslov | 1 | -0/+31 |
2022-10-27 | net/mlx5e: Fix macsec sci endianness at rx sa update |  Raed Salem | 1 | -1/+1 |
2022-10-27 | net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule function |  Raed Salem | 1 | -1/+1 |
2022-10-27 | net/mlx5e: Fix macsec rx security association (SA) update/delete |  Raed Salem | 1 | -6/+6 |
2022-10-27 | net/mlx5e: Fix macsec coverity issue at rx sa update |  Raed Salem | 1 | -1/+1 |
2022-10-27 | net/mlx5: Fix crash during sync firmware reset |  Suresh Devarakonda | 1 | -3/+3 |
2022-10-27 | net/mlx5: Update fw fatal reporter state on PCI handlers successful recover |  Roy Novich | 1 | -0/+4 |
2022-10-27 | net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroed |  Roi Dayan | 1 | -0/+4 |
2022-10-27 | net/mlx5e: TC, Reject forwarding from internal port to internal port |  Ariel Levkovich | 1 | -1/+11 |
2022-10-27 | net/mlx5: Fix possible use-after-free in async command interface |  Tariq Toukan | 1 | -5/+5 |
2022-10-27 | net/mlx5: ASO, Create the ASO SQ with the correct timestamp format |  Saeed Mahameed | 1 | -0/+7 |
2022-10-27 | net/mlx5e: Update restore chain id for slow path packets |  Paul Blakey | 2 | -2/+62 |
2022-10-27 | net/mlx5e: Extend SKB room check to include PTP-SQ |  Aya Levin | 3 | -0/+21 |
2022-10-27 | net/mlx5: DR, Fix matcher disconnect error flow |  Rongwei Liu | 1 | -1/+2 |
2022-10-27 | net/mlx5: Wait for firmware to enable CRS before pci_restore_state |  Moshe Shemesh | 1 | -0/+17 |
2022-10-27 | net/mlx5e: Do not increment ESN when updating IPsec ESN state |  Hyong Youb Kim | 1 | -3/+0 |
2022-10-24 | net/mlx5e: Cleanup MACsec uninitialization routine |  Leon Romanovsky | 1 | -10/+1 |
2022-10-12 | net/mlx5: Make ASO poll CQ usable in atomic context |  Leon Romanovsky | 4 | -13/+11 |
2022-10-03 | net/mlx5: E-Switch, Return EBUSY if can't get mode lock |  Jianbo Liu | 1 | -1/+1 |
2022-10-03 | net/mlx5: E-switch, Don't update group if qos is not enabled |  Chris Mi | 1 | -1/+5 |
2022-10-03 | net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport |  Roi Dayan | 1 | -7/+9 |
2022-10-03 | net/mlx5: Set default grace period based on function type |  Maher Sanalla | 1 | -2/+16 |
2022-10-03 | net/mlx5: Start health poll at earlier stage of driver load |  Moshe Shemesh | 2 | -10/+18 |
2022-10-03 | net/mlx5e: Expose rx_oversize_pkts_buffer counter |  Gal Pressman | 3 | -2/+26 |
2022-10-03 | net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte frames |  Maxim Mikityanskiy | 4 | -3/+61 |
2022-10-03 | net/mlx5e: xsk: Print a warning in slow configurations |  Maxim Mikityanskiy | 1 | -0/+9 |
2022-10-03 | net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned mode |  Maxim Mikityanskiy | 4 | -10/+90 |
2022-10-03 | net/mlx5e: Improve MTT/KSM alignment |  Maxim Mikityanskiy | 5 | -16/+18 |
2022-10-03 | net/mlx5e: xsk: Use umr_mode to calculate striding RQ parameters |  Maxim Mikityanskiy | 6 | -72/+167 |
2022-10-03 | net/mlx5e: xsk: Improve need_wakeup logic |  Maxim Mikityanskiy | 4 | -37/+23 |
2022-10-03 | net/mlx5e: xsk: Include XSK skb_from_cqe callbacks in INDIRECT_CALL |  Maxim Mikityanskiy | 1 | -2/+4 |
2022-10-03 | net/mlx5e: xsk: Set napi_id to support busy polling |  Maxim Mikityanskiy | 1 | -1/+1 |
2022-10-03 | net/mlx5e: xsk: Flush RQ on XSK activation to save memory |  Maxim Mikityanskiy | 3 | -5/+19 |
2022-10-01 | net/mlx5e: xsk: Use queue indices starting from 0 for XSK queues |  Maxim Mikityanskiy | 14 | -205/+52 |
2022-10-01 | net/mlx5e: Introduce the mlx5e_flush_rq function |  Maxim Mikityanskiy | 3 | -24/+29 |
2022-10-01 | net/mlx5e: xsk: Support XDP metadata on XSK RQs |  Maxim Mikityanskiy | 1 | -8/+12 |
2022-10-01 | net/mlx5e: Optimize RQ page deallocation |  Maxim Mikityanskiy | 2 | -19/+24 |
2022-10-01 | net/mlx5e: Call mlx5e_page_release_dynamic directly where possible |  Maxim Mikityanskiy | 1 | -16/+4 |
2022-10-01 | net/mlx5e: Use non-XSK page allocator in SHAMPO |  Maxim Mikityanskiy | 1 | -11/+1 |
2022-10-01 | net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQ |  Maxim Mikityanskiy | 4 | -48/+106 |
2022-10-01 | net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQ |  Maxim Mikityanskiy | 4 | -0/+55 |