| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-04 | net/mlx5e: Lag, Don't skip fib events on current dst |  Vlad Buslov | 2 | -8/+14 |
| 2022-05-04 | net/mlx5e: Lag, Fix fib_info pointer assignment |  Vlad Buslov | 1 | -1/+1 |
| 2022-05-04 | net/mlx5e: Lag, Fix use-after-free in fib event handler |  Vlad Buslov | 2 | -11/+20 |
| 2022-05-04 | net/mlx5e: Fix the calling of update_buffer_lossy() API |  Mark Zhang | 1 | -2/+2 |
| 2022-05-04 | net/mlx5e: Don't match double-vlan packets if cvlan is not set |  Vlad Buslov | 1 | -0/+11 |
| 2022-05-04 | net/mlx5: Fix slab-out-of-bounds while reading resource dump menu |  Aya Levin | 1 | -6/+25 |
| 2022-05-04 | net/mlx5e: Fix wrong source vport matching on tunnel rule |  Ariel Levkovich | 1 | -1/+1 |
| 2022-05-03 | net/mlx5: Allow future addition of IPsec object modifiers |  Leon Romanovsky | 1 | -0/+3 |
| 2022-05-03 | net/mlx5: Don't perform lookup after already known sec_path |  Leon Romanovsky | 1 | -1/+0 |
| 2022-05-03 | net/mlx5: Cleanup XFRM attributes struct |  Leon Romanovsky | 4 | -31/+8 |
| 2022-05-03 | net/mlx5: Remove not-supported ICV length |  Leon Romanovsky | 1 | -16/+1 |
| 2022-05-03 | net/mlx5: Simplify IPsec capabilities logic |  Leon Romanovsky | 3 | -31/+16 |
| 2022-05-03 | net/mlx5: Don't advertise IPsec netdev support for non-IPsec device |  Leon Romanovsky | 1 | -0/+3 |
| 2022-05-03 | net/mlx5: Make sure that no dangling IPsec FS pointers exist |  Leon Romanovsky | 1 | -156/+73 |
| 2022-05-03 | net/mlx5: Clean IPsec FS add/delete rules |  Leon Romanovsky | 3 | -38/+34 |
| 2022-05-03 | net/mlx5: Simplify HW context interfaces by using SA entry |  Leon Romanovsky | 3 | -197/+62 |
| 2022-05-03 | net/mlx5: Remove indirections from esp functions |  Leon Romanovsky | 1 | -35/+12 |
| 2022-05-03 | net/mlx5: Merge various control path IPsec headers into one file |  Leon Romanovsky | 11 | -39/+117 |
| 2022-05-03 | net/mlx5: Remove useless validity check |  Leon Romanovsky | 1 | -44/+0 |
| 2022-05-03 | net/mlx5: Store IPsec ESN update work in XFRM state |  Leon Romanovsky | 3 | -68/+27 |
| 2022-05-03 | net/mlx5: Reduce useless indirection in IPsec FS add/delete flows |  Leon Romanovsky | 2 | -20/+9 |
| 2022-05-03 | net/mlx5: Don't hide fallback to software IPsec in FS code |  Leon Romanovsky | 2 | -30/+17 |
| 2022-05-03 | net/mlx5: Check IPsec TX flow steering namespace in advance |  Leon Romanovsky | 4 | -8/+11 |
| 2022-05-03 | net/mlx5: Simplify IPsec flow steering init/cleanup functions |  Leon Romanovsky | 3 | -54/+27 |
| 2022-05-03 | bnxt_en: Fix unnecessary dropping of RX packets |  Michael Chan | 1 | -0/+4 |
| 2022-05-03 | bnxt_en: Initiallize bp->ptp_lock first before using it |  Michael Chan | 1 | -8/+7 |
| 2022-05-03 | bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag |  Somnath Kotur | 1 | -5/+4 |
| 2022-05-03 | smsc911x: allow using IRQ0 |  Sergey Shtylyov | 1 | -1/+1 |
| 2022-05-03 | Merge tag 'mlx5-updates-2022-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux |  Paolo Abeni | 17 | -80/+91 |
| 2022-05-03 | mlxsw: Configure descriptor buffers |  Petr Machata | 1 | -0/+26 |
| 2022-05-03 | mlxsw: reg: Add "desc" field to SBPR |  Petr Machata | 1 | -0/+6 |
| 2022-05-03 | net: emaclite: Add error handling for of_address_to_resource() |  Shravya Kumbham | 1 | -3/+12 |
| 2022-05-03 | net: emaclite: Don't advertise 1000BASE-T and do auto negotiation |  Shravya Kumbham | 1 | -15/+0 |
| 2022-05-02 | net/mlx5: fs, an FTE should have no dests when deleted |  Mark Bloch | 1 | -0/+1 |
| 2022-05-02 | net/mlx5: fs, call the deletion function of the node |  Mark Bloch | 1 | -1/+1 |
| 2022-05-02 | net/mlx5: fs, delete the FTE when there are no rules attached to it |  Mark Bloch | 1 | -5/+5 |
| 2022-05-02 | net/mlx5: fs, do proper bookkeeping for forward destinations |  Mark Bloch | 2 | -1/+20 |
| 2022-05-02 | net/mlx5: fs, add unused destination type |  Mark Bloch | 4 | -2/+13 |
| 2022-05-02 | net/mlx5: fs, jump to exit point and don't fall through |  Mark Bloch | 1 | -0/+1 |
| 2022-05-02 | net/mlx5: fs, refactor software deletion rule |  Mark Bloch | 1 | -6/+6 |
| 2022-05-02 | net/mlx5: fs, split software and IFC flow destination definitions |  Mark Bloch | 2 | -7/+22 |
| 2022-05-02 | net/mlx5e: TC, set proper dest type |  Mark Bloch | 1 | -0/+1 |
| 2022-05-02 | net/mlx5e: Remove unused mlx5e_dcbnl_build_rep_netdev function |  Gal Pressman | 2 | -11/+0 |
| 2022-05-02 | net/mlx5e: Drop error CQE handling from the XSK RX handler |  Maxim Mikityanskiy | 4 | -17/+10 |
| 2022-05-02 | net/mlx5: Print initializing field in case of timeout |  Shay Drory | 1 | -9/+8 |
| 2022-05-02 | net/mlx5: Delete redundant default assignment of runtime devlink params |  Shay Drory | 2 | -20/+3 |
| 2022-05-02 | net/mlx5: Remove useless kfree |  Haowen Bai | 1 | -1/+0 |
| 2022-05-02 | net/mlx5: use kvfree() for kvzalloc() in mlx5_ct_fs_smfs_matcher_create |  Ziyang Xuan | 1 | -1/+1 |
| 2022-05-02 | octeontx2-af: debugfs: fix error return of allocations |  Niels Dossche | 1 | -2/+2 |
| 2022-05-02 | qed: replace bitmap_weight with bitmap_empty in qed_roce_stop() |  Yury Norov | 1 | -1/+1 |