Age | Commit message (Expand) | Author | Files | Lines |
2019-08-22 | net/mlx5e: Remove ethernet segment from dump WQE | Eran Ben Elisha | 1 | -16/+10 |
2019-08-22 | net/mlx5e: Add num bytes metadata to WQE info | Eran Ben Elisha | 1 | -5/+7 |
2019-08-22 | net/mlx5: Fix delay in fw fatal report handling due to fw report | Moshe Shemesh | 1 | -9/+10 |
2019-08-22 | net/mlx5: Fix crdump chunks print | Moshe Shemesh | 1 | -1/+2 |
2019-08-19 | net: sched: use major priority number as hardware priority | Pablo Neira Ayuso | 1 | -1/+1 |
2019-08-15 | net/mlx5e: Fix compatibility issue with ethtool flash device | Eran Ben Elisha | 3 | -0/+46 |
2019-08-15 | net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flow | Maxim Mikityanskiy | 1 | -0/+3 |
2019-08-08 | net/mlx5e: Remove redundant check in CQE recovery flow of tx reporter | Aya Levin | 1 | -3/+0 |
2019-08-08 | net/mlx5e: Fix error flow of CQE recovery on tx reporter | Aya Levin | 2 | -5/+8 |
2019-08-08 | net/mlx5e: Fix false negative indication on tx reporter CQE recovery | Aya Levin | 1 | -4/+2 |
2019-08-08 | net/mlx5e: kTLS, Fix tisn field placement | Tariq Toukan | 1 | -3/+3 |
2019-08-08 | net/mlx5e: kTLS, Fix tisn field name | Tariq Toukan | 1 | -3/+3 |
2019-08-08 | net/mlx5e: kTLS, Fix progress params context WQE layout | Tariq Toukan | 3 | -6/+13 |
2019-08-08 | net/mlx5: crypto, Fix wrong offset in encryption key command | Tariq Toukan | 1 | -0/+1 |
2019-08-08 | net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg off | Mohamad Heib | 1 | -0/+8 |
2019-08-08 | net/mlx5e: Only support tx/rx pause setting for port owner | Huy Nguyen | 1 | -0/+3 |
2019-08-08 | net/mlx5: Support inner header match criteria for non decap flow action | Huy Nguyen | 3 | -21/+26 |
2019-08-08 | net/mlx5e: Use flow keys dissector to parse packets for ARFS | Maxim Mikityanskiy | 1 | -63/+34 |
2019-08-05 | net/mlx5e: always initialize frag->last_in_page | Qian Cai | 1 | -3/+2 |
2019-07-27 | Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 16 | -79/+115 |
2019-07-25 | net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatch | Tariq Toukan | 1 | -1/+1 |
2019-07-25 | net/mlx5e: Prevent encap flow counter update async to user query | Ariel Levkovich | 2 | -2/+7 |
2019-07-25 | net/mlx5e: Fix matching of speed to PRM link modes | Aya Levin | 3 | -32/+68 |
2019-07-25 | net/mlx5e: Fix wrong max num channels indication | Tariq Toukan | 9 | -41/+35 |
2019-07-25 | net/mlx5: Add missing RDMA_RX capabilities | Maor Gottlieb | 1 | -2/+3 |
2019-07-25 | net/mlx5: Use reversed order when unregister devices | Mark Zhang | 1 | -1/+1 |
2019-07-25 | linux/dim: Fix overflow in dim calculation | Yamin Friedman | 1 | -2/+2 |
2019-07-20 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso | 1 | -1/+1 |
2019-07-20 | net: flow_offload: remove netns parameter from flow_block_cb_alloc() | Pablo Neira Ayuso | 1 | -2/+1 |
2019-07-18 | net/mlx5: Replace kfree with kvfree | Chuhong Yuan | 1 | -1/+1 |
2019-07-15 | net/mlx5e: Allow dissector meta key in tc flower | Vlad Buslov | 1 | -1/+2 |
2019-07-15 | net/mlx5e: Rely on filter_dev instead of dissector keys for tunnels | Vlad Buslov | 1 | -5/+1 |
2019-07-15 | net/mlx5e: Verify encapsulation is supported | Eli Cohen | 1 | -0/+4 |
2019-07-15 | ethernet: remove redundant memset | Fuqian Huang | 2 | -4/+0 |
2019-07-13 | net/mlx5e: Provide cb_list pointer when setting up tc block on rep | Vlad Buslov | 1 | -1/+4 |
2019-07-12 | net/mlx5e: Convert single case statement switch statements into if statements | Nathan Chancellor | 1 | -23/+11 |
2019-07-12 | Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 8 | -32/+33 |
2019-07-12 | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usage | Saeed Mahameed | 1 | -1/+1 |
2019-07-12 | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is off | Saeed Mahameed | 1 | -3/+2 |
2019-07-12 | net/mlx5e: Fix compilation error in TLS code | Tariq Toukan | 1 | -1/+1 |
2019-07-11 | net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn | Aya Levin | 1 | -1/+8 |
2019-07-11 | net/mlx5e: Fix error flow in tx reporter diagnose | Aya Levin | 1 | -2/+2 |
2019-07-11 | net/mlx5e: Fix return value from timeout recover function | Aya Levin | 1 | -4/+2 |
2019-07-11 | net/mlx5e: Rx, Fix checksum calculation for new hardware | Saeed Mahameed | 3 | -1/+10 |
2019-07-11 | net/mlx5e: Fix port tunnel GRE entropy control | Eli Britstein | 1 | -19/+4 |
2019-07-11 | net/mlx5: E-Switch, Fix default encap mode | Maor Gottlieb | 2 | -5/+7 |
2019-07-10 | net/mlx5e: Return in default case statement in tx_post_resync_params | Nathan Chancellor | 1 | -0/+1 |
2019-07-10 | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync(). | David S. Miller | 1 | -1/+1 |
2019-07-10 | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload | Pablo Neira Ayuso | 9 | -55/+55 |
2019-07-10 | net: flow_offload: add flow_block_cb_is_busy() and use it | Pablo Neira Ayuso | 1 | -0/+4 |