| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mlx5-fixes-2019-04-09' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2019-04-15 | 9 | -65/+140 |
|\ |
|
| * | net/mlx5e: Switch to Toeplitz RSS hash by default | Konstantin Khlebnikov | 2019-04-09 | 1 | -1/+1 |
| * | Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets" | Or Gerlitz | 2019-04-09 | 1 | -2/+1 |
| * | net/mlx5e: Protect against non-uplink representor for encap | Dmytro Linkin | 2019-04-09 | 1 | -0/+4 |
| * | net/mlx5e: Rx, Check ip headers sanity | Saeed Mahameed | 2019-04-09 | 1 | -1/+8 |
| * | net/mlx5e: Rx, Fixup skb checksum for packets with tail padding | Saeed Mahameed | 2019-04-09 | 3 | -15/+74 |
| * | net/mlx5e: XDP, Avoid checksum complete when XDP prog is loaded | Saeed Mahameed | 2019-04-09 | 3 | -3/+9 |
| * | net/mlx5e: Use fail-safe channels reopen in tx reporter recover | Eran Ben Elisha | 2019-04-09 | 3 | -5/+12 |
| * | net/mlx5e: Skip un-needed tx recover if interface state is down | Eran Ben Elisha | 2019-04-09 | 1 | -1/+7 |
| * | net/mlx5: FPGA, tls, idr remove on flow delete | Saeed Mahameed | 2019-04-09 | 1 | -28/+15 |
| * | net/mlx5: FPGA, tls, hold rcu read lock a bit longer | Saeed Mahameed | 2019-04-09 | 1 | -9/+9 |
* | | mlxsw: spectrum_buffers: Add a multicast pool for Spectrum-2 | Ido Schimmel | 2019-04-10 | 1 | -8/+11 |
* | | mlxsw: spectrum_router: Do not check VRF MAC address | Ido Schimmel | 2019-04-10 | 1 | -1/+1 |
* | | mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueue | Ido Schimmel | 2019-04-10 | 1 | -1/+1 |
* | | mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueue | Ido Schimmel | 2019-04-10 | 1 | -1/+1 |
* | | mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueue | Ido Schimmel | 2019-04-10 | 1 | -1/+1 |
* | | mlxsw: spectrum_switchdev: Add MDB entries in prepare phase | Ido Schimmel | 2019-04-10 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mlx5-fixes-2019-03-29' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2019-03-29 | 9 | -81/+152 |
|\ |
|
| * | net/mlx5e: Consider tunnel type for encap contexts | Eli Britstein | 2019-03-29 | 1 | -9/+19 |
| * | net/mlx5e: Update xon formula | Huy Nguyen | 2019-03-29 | 1 | -12/+16 |
| * | net/mlx5e: Update xoff formula | Huy Nguyen | 2019-03-29 | 1 | -5/+6 |
| * | net/mlx5: E-Switch, fix syndrome (0x678139) when turn on vepa | Huy Nguyen | 2019-03-29 | 1 | -0/+1 |
| * | net/mlx5: E-Switch, Fix esw manager vport indication for more vport commands | Omri Kahalon | 2019-03-29 | 1 | -4/+2 |
| * | net/mlx5: E-Switch, Protect from invalid memory access in offload fdb table | Roi Dayan | 2019-03-29 | 1 | -0/+1 |
| * | net/mlx5e: Correctly use the namespace type when allocating pedit action | Tonghao Zhang | 2019-03-29 | 1 | -1/+1 |
| * | net/mlx5: E-Switch, Fix access to invalid memory when toggling esw modes | Roi Dayan | 2019-03-29 | 1 | -0/+2 |
| * | net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptys | Aya Levin | 2019-03-29 | 2 | -19/+31 |
| * | net/mlx5: ethtool, Fix type analysis of advertised link-mode | Aya Levin | 2019-03-29 | 1 | -2/+3 |
| * | net/mlx5e: Add a lock on tir list | Yuval Avnery | 2019-03-29 | 1 | -0/+7 |
| * | net: mlx5: Add a missing check on idr_find, free buf | Aditya Pakki | 2019-03-29 | 1 | -3/+11 |
| * | net/mlx5e: Allow IPv4 ttl & IPv6 hop_limit rewrite for all L4 protocols | Dmytro Linkin | 2019-03-29 | 1 | -4/+48 |
| * | net/mlx5e: Fix error handling when refreshing TIRs | Gavi Teitz | 2019-03-29 | 1 | -2/+4 |
| * | net/mlx5: Decrease default mr cache size | Artemy Kovalyov | 2019-03-29 | 1 | -20/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-03-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warning | Arnd Bergmann | 2019-03-19 | 1 | -1/+1 |
* | | IB/mlx5: Use mlx5 core to create/destroy a DEVX DCT | Yishai Hadas | 2019-03-18 | 1 | -3/+3 |
* | | net/mlx5: Fix DCT creation bad flow | Yishai Hadas | 2019-03-18 | 1 | -30/+36 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-03-14 | 12 | -114/+169 |
|\ |
|
| * | net/mlx4_core: Fix qp mtt size calculation | Jack Morgenstein | 2019-03-12 | 1 | -3/+3 |
| * | net/mlx4_core: Fix locking in SRIOV mode when switching between events and po... | Jack Morgenstein | 2019-03-12 | 1 | -0/+8 |
| * | net/mlx4_core: Fix reset flow when in command polling mode | Jack Morgenstein | 2019-03-12 | 1 | -0/+1 |
| * | mlxsw: minimal: Initialize base_mac | Jiri Pirko | 2019-03-12 | 1 | -0/+18 |
| * | mlxsw: core: Prevent duplication during QSFP module initialization | Vadim Pasternak | 2019-03-12 | 1 | -10/+11 |
| * | net/mlx5: Avoid panic when setting vport rate | Tonghao Zhang | 2019-03-11 | 1 | -4/+9 |
| * | net/mlx5: Avoid panic when setting vport mac, getting vport config | Tonghao Zhang | 2019-03-11 | 1 | -2/+2 |
| * | net/mlx5e: Fix access to non-existing receive queue | Tariq Toukan | 2019-03-11 | 1 | -0/+3 |
| * | net/mlx5e: IPoIB, Fix RX checksum statistics update | Feras Daoud | 2019-03-11 | 1 | -3/+8 |
| * | net/mlx5: Remove redundant lag function to get pf num | Roi Dayan | 2019-03-11 | 2 | -23/+0 |
| * | net/mlx5e: Properly get the PF number phys port name ndo | Roi Dayan | 2019-03-11 | 1 | -6/+7 |
| * | net/mlx5: Consolidate update FTE for all removal changes | Eli Britstein | 2019-03-11 | 1 | -6/+25 |