Age | Commit message (Expand) | Author | Files | Lines |
2020-11-17 | net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabled | Eli Cohen | 1 | -0/+4 |
2020-11-17 | net/mlx5: Disable QoS when min_rates on all VFs are zero | Vladyslav Tarasiuk | 1 | -7/+8 |
2020-11-17 | net/mlx5: Clear bw_share upon VF disable | Vladyslav Tarasiuk | 1 | -0/+1 |
2020-11-17 | net/mlx5: Add handling of port type in rule deletion | Michael Guralnik | 1 | -0/+7 |
2020-11-17 | net/mlx5e: Fix check if netdev is bond slave | Maor Dickman | 1 | -1/+1 |
2020-11-17 | net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skb | Huy Nguyen | 4 | -13/+16 |
2020-11-17 | net/mlx5e: Set IPsec WAs only in IP's non checksum partial case. | Huy Nguyen | 1 | -7/+6 |
2020-11-17 | net/mlx5e: Fix refcount leak on kTLS RX resync | Maxim Mikityanskiy | 1 | -5/+8 |
2020-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -4/+18 |
2020-11-14 | net: mlx5: Add xdp tx return bulking support | Lorenzo Bianconi | 1 | -4/+18 |
2020-11-13 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 13 | -51/+90 |
2020-11-05 | net/mlx5e: Fix incorrect access of RCU-protected xdp_prog | Maxim Mikityanskiy | 1 | -1/+1 |
2020-11-05 | net/mlx5e: Fix VXLAN synchronization after function reload | Aya Levin | 3 | -6/+20 |
2020-11-05 | net/mlx5: E-switch, Avoid extack error log for disabled vport | Parav Pandit | 1 | -2/+0 |
2020-11-05 | net/mlx5: Fix deletion of duplicate rules | Maor Gottlieb | 1 | -3/+4 |
2020-11-05 | net/mlx5e: Use spin_lock_bh for async_icosq_lock | Maxim Mikityanskiy | 3 | -11/+11 |
2020-11-05 | net/mlx5e: Protect encap route dev from concurrent release | Vlad Buslov | 3 | -28/+52 |
2020-11-05 | net/mlx5e: Fix modify header actions memory leak | Maor Dickman | 1 | -0/+2 |
2020-11-05 | net: mlx5: Replace in_irq() usage | Sebastian Andrzej Siewior | 1 | -7/+11 |
2020-11-05 | net/mlx5: Cleanup kernel-doc warnings | Saeed Mahameed | 1 | -3/+5 |
2020-11-05 | net/mlx5e: Validate stop_room size upon user input | Vladyslav Tarasiuk | 8 | -36/+57 |
2020-11-05 | net/mlx5: DR, Free unused buddy ICM memory | Yevgeny Kliteynik | 2 | -4/+11 |
2020-11-05 | net/mlx5: DR, ICM memory pools sync optimization | Yevgeny Kliteynik | 2 | -18/+6 |
2020-11-05 | net/mlx5: DR, Sync chunks only during free | Yevgeny Kliteynik | 1 | -6/+8 |
2020-11-05 | net/mlx5: DR, Handle ICM memory via buddy allocation instead of buckets | Yevgeny Kliteynik | 2 | -314/+211 |
2020-11-05 | net/mlx5: DR, Add buddy allocator utilities | Yevgeny Kliteynik | 3 | -1/+204 |
2020-11-05 | net/mlx5: DR, Rename matcher functions to be more HW agnostic | Yevgeny Kliteynik | 3 | -37/+33 |
2020-11-05 | net/mlx5: DR, Rename builders HW specific names | Yevgeny Kliteynik | 3 | -71/+76 |
2020-11-05 | net/mlx5: DR, Remove unused member of action struct | Yevgeny Kliteynik | 1 | -1/+0 |
2020-10-27 | RDMA/mlx5: Fix devlink deadlock on net namespace deletion | Parav Pandit | 1 | -5/+0 |
2020-10-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -46/+8 |
2020-10-16 | Merge branch 'dynamic_sg' into rdma.git for-next | Jason Gunthorpe | 20 | -180/+200 |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 81 | -2614/+4824 |
2020-10-15 | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr... | Linus Torvalds | 1 | -1/+1 |
2020-10-13 | net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload | Raed Salem | 5 | -29/+202 |
2020-10-13 | net/mlx5e: IPsec: Add TX steering rule per IPsec state | Huy Nguyen | 2 | -4/+176 |
2020-10-13 | net/mlx5: Add NIC TX domain namespace | Huy Nguyen | 3 | -1/+22 |
2020-10-13 | net/mlx5: Fix uininitialized pointer read on pointer attr | Colin Ian King | 1 | -1/+0 |
2020-10-09 | net/mlx5: Add support for devlink reload limit no reset | Moshe Shemesh | 1 | -0/+25 |
2020-10-09 | net/mlx5: Add support for fw live patch event | Moshe Shemesh | 3 | -0/+77 |
2020-10-09 | net/mlx5: Add devlink param enable_remote_dev_reset support | Moshe Shemesh | 3 | -0/+52 |
2020-10-09 | net/mlx5: Add support for devlink reload action fw activate | Moshe Shemesh | 3 | -11/+108 |
2020-10-09 | net/mlx5: Handle sync reset abort event | Moshe Shemesh | 1 | -0/+15 |
2020-10-09 | net/mlx5: Handle sync reset now event | Moshe Shemesh | 1 | -0/+119 |
2020-10-09 | net/mlx5: Handle sync reset request event | Moshe Shemesh | 5 | -15/+218 |
2020-10-09 | net/mlx5: Set cap for pci sync for fw update event | Moshe Shemesh | 1 | -0/+3 |
2020-10-09 | net/mlx5: Add functions to set/query MFRL register | Moshe Shemesh | 3 | -1/+65 |
2020-10-09 | devlink: Add devlink reload limit option | Moshe Shemesh | 1 | -1/+3 |
2020-10-09 | devlink: Add reload action option to devlink reload command | Moshe Shemesh | 1 | -2/+5 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 12 | -119/+347 |