| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-09-06 | 11 | -20/+99 |
|\ |
|
| * | net/mlx5e: Allow XSK frames smaller than a page | Maxim Mikityanskiy | 2019-08-31 | 4 | -10/+32 |
| * | mlx5e: modify driver for handling offsets | Kevin Laatz | 2019-08-31 | 2 | -3/+8 |
| * | net/mlx5e: Add AF_XDP need_wakeup support | Maxim Mikityanskiy | 2019-08-17 | 4 | -5/+48 |
| * | net/mlx5e: Move the SW XSK code from NAPI poll to a separate function | Maxim Mikityanskiy | 2019-08-17 | 1 | -2/+11 |
| * | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup | Magnus Karlsson | 2019-08-17 | 3 | -3/+3 |
* | | Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/... | David S. Miller | 2019-09-03 | 33 | -95/+12139 |
|\ \ |
|
| * | | net/mlx5: Add devlink flow_steering_mode parameter | Maor Gottlieb | 2019-09-03 | 1 | -1/+111 |
| * | | net/mlx5: Add support to use SMFS in switchdev mode | Maor Gottlieb | 2019-09-03 | 2 | -7/+55 |
| * | | net/mlx5: Add API to set the namespace steering mode | Maor Gottlieb | 2019-09-03 | 2 | -1/+60 |
| * | | net/mlx5: Add direct rule fs_cmd implementation | Maor Gottlieb | 2019-09-03 | 7 | -6/+717 |
| * | | net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering support | Alex Vesker | 2019-09-03 | 3 | -0/+16 |
| * | | net/mlx5: DR, Expose APIs for direct rule managing | Alex Vesker | 2019-09-03 | 1 | -0/+212 |
| * | | net/mlx5: DR, Add required FW steering functionality | Alex Vesker | 2019-09-03 | 1 | -0/+93 |
| * | | net/mlx5: DR, Expose steering rule functionality | Alex Vesker | 2019-09-03 | 1 | -0/+1243 |
| * | | net/mlx5: DR, Expose steering action functionality | Alex Vesker | 2019-09-03 | 1 | -0/+1588 |
| * | | net/mlx5: DR, Expose steering matcher functionality | Alex Vesker | 2019-09-03 | 1 | -0/+770 |
| * | | net/mlx5: DR, Expose steering table functionality | Alex Vesker | 2019-09-03 | 1 | -0/+294 |
| * | | net/mlx5: DR, Expose steering domain functionality | Alex Vesker | 2019-09-03 | 1 | -0/+395 |
| * | | net/mlx5: DR, Add Steering entry (STE) utilities | Alex Vesker | 2019-09-03 | 2 | -0/+2406 |
| * | | net/mlx5: DR, Expose an internal API to issue RDMA operations | Alex Vesker | 2019-09-03 | 1 | -0/+976 |
| * | | net/mlx5: DR, ICM pool memory allocator | Alex Vesker | 2019-09-03 | 1 | -0/+570 |
| * | | net/mlx5: DR, Add direct rule command utilities | Alex Vesker | 2019-09-03 | 2 | -0/+1084 |
| * | | net/mlx5: DR, Add the internal direct rule types definitions | Alex Vesker | 2019-09-03 | 1 | -0/+1060 |
| * | | net/mlx5: Add flow steering actions to fs_cmd shim layer | Maor Gottlieb | 2019-09-03 | 9 | -80/+253 |
| * | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-09-02 | 6 | -5/+241 |
| |\ \ |
|
| | * | | net/mlx5: Set only stag for match untagged packets | Mark Bloch | 2019-09-01 | 1 | -1/+4 |
| | * | | net/mlx5: Avoid disabling RoCE when uninitialized | Maor Gottlieb | 2019-09-01 | 1 | -3/+5 |
| | * | | net/mlx5: Move device memory management to mlx5_core | Ariel Levkovich | 2019-09-01 | 4 | -1/+232 |
* | | | | mlx5: Add missing init_net check in FIB notifier | Jiri Pirko | 2019-09-02 | 1 | -0/+3 |
|/ / / |
|
* | | | net/mlx5e: Remove unlikely() from WARN*() condition | Denis Efremov | 2019-08-30 | 1 | -1/+1 |
* | | | net/mlx5e: Move local var definition into ifdef block | Vlad Buslov | 2019-08-30 | 1 | -2/+4 |
* | | | Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2019-08-29 | 20 | -112/+280 |
|\ \ \ |
|
| * | | | net/mlx5e: Support TSO and TX checksum offloads for IP-in-IP | Marina Varshaver | 2019-08-28 | 1 | -0/+11 |
| * | | | net/mlx5e: Improve stateless offload capability check | Marina Varshaver | 2019-08-28 | 3 | -4/+7 |
| * | | | net/mlx5e: Support RSS for IP-in-IP and IPv6 tunneled packets | Aya Levin | 2019-08-28 | 2 | -1/+49 |
| * | | | net/mlx5e: Change function's position to a more fitting file | Aya Levin | 2019-08-28 | 3 | -6/+8 |
| * | | | net/mlx5e: Add device out of buffer counter | Moshe Shemesh | 2019-08-28 | 1 | -13/+25 |
| * | | | net/mlx5e: Support LAG TX port affinity distribution | Maxim Mikityanskiy | 2019-08-28 | 4 | -22/+53 |
| * | | | net/mlx5e: Expose new function for TIS destroy loop | Tariq Toukan | 2019-08-28 | 3 | -10/+13 |
| * | | | net/mlx5e: ethtool, Fix a typo in WOL function names | Erez Alfasi | 2019-08-28 | 1 | -4/+4 |
| * | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-08-28 | 11 | -58/+116 |
| |\| | |
|
| | * | | net/mlx5: Set ODP capabilities for DC transport to max | Michael Guralnik | 2019-08-28 | 1 | -0/+6 |
| | * | | net/mlx5: fix a -Wstringop-truncation warning | Qian Cai | 2019-08-27 | 1 | -1/+1 |
| | * | | net/mlx5: Create bypass and loopback flow steering namespaces for RDMA RX | Mark Zhang | 2019-08-21 | 2 | -11/+40 |
| | * | | net/mlx5: Add per-namespace flow table default miss action support | Mark Zhang | 2019-08-21 | 3 | -33/+47 |
| | * | | net/mlx5: Improve functions documentation | Saeed Mahameed | 2019-08-20 | 1 | -9/+13 |
| | * | | net/mlx5: Add missing include file to lib/crypto.c | Saeed Mahameed | 2019-08-20 | 1 | -0/+1 |
| | * | | net/mlx5: Add XRQ legacy commands opcodes | Yishai Hadas | 2019-08-13 | 1 | -0/+4 |
| | * | | net/mlx5: Use debug message instead of warn | Yishai Hadas | 2019-08-13 | 1 | -1/+1 |