Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | net/mlx4_en: ethtool: make array modes static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
2019-09-07 | Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 13 | -42/+182 |
2019-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 11 | -20/+99 |
2019-09-06 | net/mlx5e: Add port buffer's congestion counters | Aya Levin | 2 | -1/+150 |
2019-09-06 | net/mlx5: DR, Remove redundant dev_name print from err log | Saeed Mahameed | 1 | -10/+5 |
2019-09-06 | net/mlx5: DR, Fix error return code in dr_domain_init_resources() | Wei Yongjun | 1 | -0/+3 |
2019-09-06 | net/mlx5: DR, Remove useless set memory to zero use memset() | Wei Yongjun | 1 | -1/+0 |
2019-09-06 | net/mlx5e: Remove unnecessary clear_bit()s | Maxim Mikityanskiy | 1 | -2/+0 |
2019-09-06 | net/mlx5e: kTLS, Remove unused function parameter | Tariq Toukan | 1 | -4/+2 |
2019-09-06 | net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementation | zhong jiang | 1 | -4/+1 |
2019-09-06 | net/mlx5: fix missing assignment of variable err | Colin Ian King | 1 | -1/+1 |
2019-09-06 | net/mlx5: fix spelling mistake "offlaods" -> "offloads" | Colin Ian King | 1 | -1/+1 |
2019-09-06 | net/mlx5e: Remove leftover declaration | Roi Dayan | 1 | -1/+0 |
2019-09-06 | net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a module | Saeed Mahameed | 3 | -12/+14 |
2019-09-06 | net/mlx5: Kconfig: Fix MLX5_CORE dependency with PCI_HYPERV_INTERFACE | Mao Wenan | 1 | -0/+1 |
2019-09-06 | net/mlx5e: Fix static checker warning of potential pointer math issue | Eran Ben Elisha | 1 | -5/+4 |
2019-09-04 | Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/... | David S. Miller | 33 | -95/+12139 |
2019-09-03 | net/mlx5: Add devlink flow_steering_mode parameter | Maor Gottlieb | 1 | -1/+111 |
2019-09-03 | net/mlx5: Add support to use SMFS in switchdev mode | Maor Gottlieb | 2 | -7/+55 |
2019-09-03 | net/mlx5: Add API to set the namespace steering mode | Maor Gottlieb | 2 | -1/+60 |
2019-09-03 | net/mlx5: Add direct rule fs_cmd implementation | Maor Gottlieb | 7 | -6/+717 |
2019-09-03 | net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering support | Alex Vesker | 3 | -0/+16 |
2019-09-03 | net/mlx5: DR, Expose APIs for direct rule managing | Alex Vesker | 1 | -0/+212 |
2019-09-03 | net/mlx5: DR, Add required FW steering functionality | Alex Vesker | 1 | -0/+93 |
2019-09-03 | net/mlx5: DR, Expose steering rule functionality | Alex Vesker | 1 | -0/+1243 |
2019-09-03 | net/mlx5: DR, Expose steering action functionality | Alex Vesker | 1 | -0/+1588 |
2019-09-03 | net/mlx5: DR, Expose steering matcher functionality | Alex Vesker | 1 | -0/+770 |
2019-09-03 | net/mlx5: DR, Expose steering table functionality | Alex Vesker | 1 | -0/+294 |
2019-09-03 | net/mlx5: DR, Expose steering domain functionality | Alex Vesker | 1 | -0/+395 |
2019-09-03 | net/mlx5: DR, Add Steering entry (STE) utilities | Alex Vesker | 2 | -0/+2406 |
2019-09-03 | net/mlx5: DR, Expose an internal API to issue RDMA operations | Alex Vesker | 1 | -0/+976 |
2019-09-03 | net/mlx5: DR, ICM pool memory allocator | Alex Vesker | 1 | -0/+570 |
2019-09-03 | net/mlx5: DR, Add direct rule command utilities | Alex Vesker | 2 | -0/+1084 |
2019-09-03 | net/mlx5: DR, Add the internal direct rule types definitions | Alex Vesker | 1 | -0/+1060 |
2019-09-03 | net/mlx5: Add flow steering actions to fs_cmd shim layer | Maor Gottlieb | 9 | -80/+253 |
2019-09-02 | mlx5: Add missing init_net check in FIB notifier | Jiri Pirko | 1 | -0/+3 |
2019-09-02 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 6 | -5/+241 |
2019-09-02 | net/mlx5: Set only stag for match untagged packets | Mark Bloch | 1 | -1/+4 |
2019-09-02 | net/mlx5: Avoid disabling RoCE when uninitialized | Maor Gottlieb | 1 | -3/+5 |
2019-09-02 | net/mlx5: Move device memory management to mlx5_core | Ariel Levkovich | 4 | -1/+232 |
2019-08-31 | net/mlx5e: Remove unlikely() from WARN*() condition | Denis Efremov | 1 | -1/+1 |
2019-08-31 | net/mlx5e: Allow XSK frames smaller than a page | Maxim Mikityanskiy | 4 | -10/+32 |
2019-08-31 | mlx5e: modify driver for handling offsets | Kevin Laatz | 2 | -3/+8 |
2019-08-31 | net/mlx5e: Move local var definition into ifdef block | Vlad Buslov | 1 | -2/+4 |
2019-08-30 | Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 20 | -112/+280 |
2019-08-29 | mlxsw: spectrum_ptp: Add counters for GC events | Petr Machata | 4 | -1/+132 |
2019-08-29 | mlxsw: Bump firmware version to 13.2000.1886 | Ido Schimmel | 1 | -1/+1 |
2019-08-29 | mlxsw: spectrum: Prevent auto negotiation on number of lanes | Shalom Toledo | 2 | -20/+77 |
2019-08-29 | mlxsw: Remove 56G speed support | Amit Cohen | 3 | -31/+0 |
2019-08-28 | net/mlx5e: Support TSO and TX checksum offloads for IP-in-IP | Marina Varshaver | 1 | -0/+11 |