Age | Commit message (Expand) | Author | Files | Lines |
2021-08-10 | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by... | Vladimir Oltean | 1 | -1/+1 |
2021-08-09 | net/mlx5: Fix return value from tracer initialization | Aya Levin | 1 | -2/+9 |
2021-08-09 | net/mlx5: Synchronize correct IRQ when destroying CQ | Shay Drory | 6 | -21/+23 |
2021-08-09 | net/mlx5e: TC, Fix error handling memory leak | Chris Mi | 1 | -0/+1 |
2021-08-09 | net/mlx5: Destroy pool->mutex | Shay Drory | 1 | -1/+2 |
2021-08-09 | net/mlx5: Set all field of mlx5_irq before inserting it to the xarray | Shay Drory | 1 | -1/+1 |
2021-08-09 | net/mlx5: Fix order of functions in mlx5_irq_detach_nb() | Shay Drory | 1 | -1/+4 |
2021-08-09 | net/mlx5: Block switchdev mode while devlink traps are active | Aya Levin | 1 | -3/+11 |
2021-08-09 | net/mlx5e: Destroy page pool after XDP SQ to fix use-after-free | Maxim Mikityanskiy | 1 | -10/+10 |
2021-08-09 | net/mlx5: Bridge, fix ageing time | Vlad Buslov | 1 | -2/+2 |
2021-08-09 | net/mlx5e: Avoid creating tunnel headers for local route | Roi Dayan | 1 | -0/+5 |
2021-08-09 | net/mlx5: DR, Add fail on error check on decap | Alex Vesker | 1 | -0/+2 |
2021-08-09 | net/mlx5: Don't skip subfunction cleanup in case of error in module init | Leon Romanovsky | 2 | -8/+9 |
2021-07-27 | net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32 | Chris Mi | 1 | -1/+1 |
2021-07-27 | net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev() | Dima Chumak | 1 | -2/+31 |
2021-07-27 | net/mlx5: Unload device upon firmware fatal error | Aya Levin | 1 | -2/+10 |
2021-07-27 | net/mlx5e: Fix page allocation failure for ptp-RQ over SF | Aya Levin | 1 | -1/+1 |
2021-07-27 | net/mlx5e: Fix page allocation failure for trap-RQ over SF | Aya Levin | 1 | -1/+1 |
2021-07-27 | net/mlx5e: Consider PTP-RQ when setting RX VLAN stripping | Aya Levin | 2 | -2/+7 |
2021-07-27 | net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is available | Maxim Mikityanskiy | 1 | -2/+3 |
2021-07-27 | net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO c... | Tariq Toukan | 1 | -1/+10 |
2021-07-27 | net/mlx5: E-Switch, handle devcom events only for ports on the same device | Roi Dayan | 2 | -4/+4 |
2021-07-27 | net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is... | Maor Dickman | 1 | -3/+4 |
2021-07-27 | net/mlx5e: Disable Rx ntuple offload for uplink representor | Maor Dickman | 1 | -9/+20 |
2021-07-27 | net/mlx5: Fix flow table chaining | Maor Gottlieb | 1 | -4/+6 |
2021-07-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -8/+10 |
2021-06-28 | Merge tag 'mlx5-updates-2021-06-26' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 13 | -16/+147 |
2021-06-28 | net: switchdev: add a context void pointer to struct switchdev_notifier_info | Vladimir Oltean | 1 | -0/+3 |
2021-06-26 | net/mlx5e: Add IPsec support to uplink representor | Raed Salem | 2 | -1/+8 |
2021-06-26 | net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connections | Tariq Toukan | 3 | -0/+3 |
2021-06-26 | net/mlx5: SF, Improve performance in SF allocation | Eli Cohen | 1 | -10/+13 |
2021-06-26 | net/mlx5: Increase hairpin buffer size | Ariel Levkovich | 1 | -1/+1 |
2021-06-26 | net/mlx5: DR, Add support for flow sampler offload | Yevgeny Kliteynik | 5 | -3/+119 |
2021-06-26 | net/mlx5: Compare sampler flow destination ID in fs_core | Yevgeny Kliteynik | 1 | -1/+3 |
2021-06-22 | net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload | Huy Nguyen | 2 | -19/+70 |
2021-06-22 | net/mlx5: Optimize mlx5e_feature_checks for non IPsec packet | Huy Nguyen | 2 | -9/+14 |
2021-06-22 | net/mlx5: remove "default n" from Kconfig | caihuoqing | 1 | -9/+0 |
2021-06-22 | net/mlx5: Fix spelling mistake "enught" -> "enough" | Colin Ian King | 1 | -1/+1 |
2021-06-22 | net/mlx5: Use cpumask_available() in mlx5_eq_create_generic() | Nathan Chancellor | 1 | -1/+1 |
2021-06-22 | net/mlx5: Fix missing error code in mlx5_init_fs() | Jiapeng Chong | 1 | -1/+4 |
2021-06-22 | Merge branch 'mlx5_realtime_ts' into rdma.git for-next | Jason Gunthorpe | 2 | -8/+10 |
2021-06-22 | RDMA/mlx5: Refactor get_ts_format functions to simplify code | Aharon Landau | 2 | -8/+10 |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 23 | -86/+156 |
2021-06-16 | net/mlx5: Reset mkey index on creation | Aya Levin | 1 | -1/+1 |
2021-06-16 | net/mlx5e: Don't create devices during unload flow | Dmytro Linkin | 1 | -0/+4 |
2021-06-16 | net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation padding | Alex Vesker | 1 | -10/+16 |
2021-06-16 | net/mlx5: SF_DEV, remove SF device on invalid state | Parav Pandit | 1 | -0/+1 |
2021-06-16 | net/mlx5: E-Switch, Allow setting GUID for host PF vport | Parav Pandit | 1 | -2/+0 |
2021-06-16 | net/mlx5: E-Switch, Read PF mac address | Parav Pandit | 1 | -0/+6 |
2021-06-16 | net/mlx5: Check that driver was probed prior attaching the device | Leon Romanovsky | 1 | -0/+15 |