Age | Commit message (Expand) | Author |
2020-11-05 | net: mlx5: Replace in_irq() usage | Sebastian Andrzej Siewior |
2020-11-05 | net/mlx5: Cleanup kernel-doc warnings | Saeed Mahameed |
2020-11-05 | net/mlx5e: Validate stop_room size upon user input | Vladyslav Tarasiuk |
2020-11-05 | net/mlx5: DR, Free unused buddy ICM memory | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, ICM memory pools sync optimization | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, Sync chunks only during free | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, Handle ICM memory via buddy allocation instead of buckets | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, Add buddy allocator utilities | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, Rename matcher functions to be more HW agnostic | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, Rename builders HW specific names | Yevgeny Kliteynik |
2020-11-05 | net/mlx5: DR, Remove unused member of action struct | Yevgeny Kliteynik |
2020-10-26 | RDMA/mlx5: Fix devlink deadlock on net namespace deletion | Parav Pandit |
2020-10-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-10-16 | Merge branch 'dynamic_sg' into rdma.git for-next | Jason Gunthorpe |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-14 | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr... | Linus Torvalds |
2020-10-12 | net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload | Raed Salem |
2020-10-12 | net/mlx5e: IPsec: Add TX steering rule per IPsec state | Huy Nguyen |
2020-10-12 | net/mlx5: Add NIC TX domain namespace | Huy Nguyen |
2020-10-12 | net/mlx5: Fix uininitialized pointer read on pointer attr | Colin Ian King |
2020-10-09 | net/mlx5: Add support for devlink reload limit no reset | Moshe Shemesh |
2020-10-09 | net/mlx5: Add support for fw live patch event | Moshe Shemesh |
2020-10-09 | net/mlx5: Add devlink param enable_remote_dev_reset support | Moshe Shemesh |
2020-10-09 | net/mlx5: Add support for devlink reload action fw activate | Moshe Shemesh |
2020-10-09 | net/mlx5: Handle sync reset abort event | Moshe Shemesh |
2020-10-09 | net/mlx5: Handle sync reset now event | Moshe Shemesh |
2020-10-09 | net/mlx5: Handle sync reset request event | Moshe Shemesh |
2020-10-09 | net/mlx5: Set cap for pci sync for fw update event | Moshe Shemesh |
2020-10-09 | net/mlx5: Add functions to set/query MFRL register | Moshe Shemesh |
2020-10-09 | devlink: Add devlink reload limit option | Moshe Shemesh |
2020-10-09 | devlink: Add reload action option to devlink reload command | Moshe Shemesh |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-02 | net/mlx5e: Fix race condition on nhe->n pointer in neigh update | Vlad Buslov |
2020-10-02 | net/mlx5e: Fix VLAN create flow | Aya Levin |
2020-10-02 | net/mlx5e: Fix VLAN cleanup flow | Aya Levin |
2020-10-02 | net/mlx5e: Fix return status when setting unsupported FEC mode | Aya Levin |
2020-10-02 | net/mlx5e: Fix driver's declaration to support GRE offload | Aya Levin |
2020-10-02 | net/mlx5e: CT, Fix coverity issue | Maor Dickman |
2020-10-02 | net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTU | Aya Levin |
2020-10-02 | net/mlx5e: Fix error path for RQ alloc | Aya Levin |
2020-10-02 | net/mlx5: Fix request_irqs error flow | Maor Gottlieb |
2020-10-02 | net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessible | Saeed Mahameed |
2020-10-02 | net/mlx5: Add retry mechanism to the command entry index allocation | Eran Ben Elisha |
2020-10-02 | net/mlx5: poll cmd EQ in case of command timeout | Eran Ben Elisha |
2020-10-02 | net/mlx5: Avoid possible free of command entry while timeout comp handler | Eran Ben Elisha |
2020-10-02 | net/mlx5: Fix a race when moving command interface to polling mode | Eran Ben Elisha |
2020-09-30 | net/mlx5e: Fix potential null pointer dereference | Gustavo A. R. Silva |
2020-09-30 | net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get() | Dan Carpenter |
2020-09-30 | net/mlx5: Fix dereference on pointer attr after null check | Ariel Levkovich |
2020-09-30 | net/mlx5: Use dma device access helper | Parav Pandit |