Age | Commit message (Expand) | Author | Files | Lines |
2023-05-23 | net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs | Erez Shitrit | 1 | -1/+2 |
2023-05-23 | net/mlx5: Handle pairing of E-switch via uplink un/load APIs | Shay Drory | 3 | -6/+9 |
2023-05-23 | net/mlx5: Collect command failures data only for known commands | Shay Drory | 1 | -1/+2 |
2023-05-19 | net/mlx5e: do as little as possible in napi poll when budget is 0 | Jakub Kicinski | 1 | -7/+9 |
2023-04-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -6/+9 |
2023-04-27 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 109 | -2763/+6774 |
2023-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 16 | -54/+40 |
2023-04-26 | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -8/+8 |
2023-04-24 | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+3 |
2023-04-22 | Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 17 | -272/+262 |
2023-04-21 | net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macs | Leon Romanovsky | 1 | -24/+21 |
2023-04-21 | net/mlx5e: Properly release work data structure | Leon Romanovsky | 1 | -2/+4 |
2023-04-21 | net/mlx5e: Compare all fields in IPv6 address | Leon Romanovsky | 1 | -1/+1 |
2023-04-21 | net/mlx5e: Don't overwrite extack message returned from IPsec SA validator | Leon Romanovsky | 1 | -1/+1 |
2023-04-21 | net/mlx5e: Fix FW error while setting IPsec policy block action | Leon Romanovsky | 1 | -8/+8 |
2023-04-21 | net/mlx5: Consider VLAN interface in MACsec TX steering rules | Emeel Hakim | 1 | -0/+7 |
2023-04-21 | net/mlx5: Support MACsec over VLAN | Emeel Hakim | 1 | -16/+26 |
2023-04-21 | net/mlx5: Enable MACsec offload feature for VLAN interface | Emeel Hakim | 1 | -0/+1 |
2023-04-21 | eth: mlx5: avoid iterator use outside of a loop | Jakub Kicinski | 1 | -2/+3 |
2023-04-21 | Revert "net/mlx5e: Don't use termination table when redundant" | Vlad Buslov | 1 | -28/+4 |
2023-04-21 | net/mlx5e: Nullify table pointer when failing to create | Aya Levin | 1 | -1/+2 |
2023-04-21 | net/mlx5: Use recovery timeout on sync reset flow | Moshe Shemesh | 2 | -3/+3 |
2023-04-21 | Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function" | Moshe Shemesh | 3 | -6/+7 |
2023-04-21 | net/mlx5e: Fix error flow in representor failing to add vport rx rule | Roi Dayan | 3 | -0/+5 |
2023-04-21 | net/mlx5: Release tunnel device after tc update skb | Chris Mi | 1 | -0/+1 |
2023-04-21 | net/mlx5: E-switch, Don't destroy indirect table in split rule | Chris Mi | 1 | -2/+0 |
2023-04-21 | net/mlx5: E-switch, Create per vport table based on devlink encap mode | Chris Mi | 4 | -5/+15 |
2023-04-21 | net/mlx5e: Release the label when replacing existing ct entry | Vlad Buslov | 1 | -0/+1 |
2023-04-21 | net/mlx5e: Don't clone flow post action attributes second time | Vlad Buslov | 2 | -10/+3 |
2023-04-21 | net/mlx5: Update op_mode to op_mod for port selection | Roi Dayan | 1 | -1/+1 |
2023-04-21 | net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set() | Roi Dayan | 2 | -23/+0 |
2023-04-21 | net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc() | Roi Dayan | 1 | -7/+7 |
2023-04-21 | net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn() | Eli Cohen | 1 | -0/+1 |
2023-04-21 | net/mlx5e: RX, Hook NAPIs to page pools | Dragos Tatulea | 1 | -0/+1 |
2023-04-21 | net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear case | Dragos Tatulea | 1 | -3/+3 |
2023-04-21 | net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQ | Dragos Tatulea | 1 | -0/+5 |
2023-04-21 | net/mlx5e: Add vnic devlink health reporter to representors | Maher Sanalla | 2 | -2/+51 |
2023-04-21 | net/mlx5: Add vnic devlink health reporter to PFs/VFs | Maher Sanalla | 4 | -1/+146 |
2023-04-21 | Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports" | Maher Sanalla | 5 | -197/+1 |
2023-04-21 | Revert "net/mlx5: Expose steering dropped packets counter" | Maher Sanalla | 1 | -19/+3 |
2023-04-21 | net/mlx5: DR, Add memory statistics for domain object | Yevgeny Kliteynik | 3 | -3/+15 |
2023-04-21 | net/mlx5: DR, Add more info in domain dbg dump | Yevgeny Kliteynik | 1 | -2/+9 |
2023-04-21 | net/mlx5: DR, Calculate sync threshold of each pool according to its type | Yevgeny Kliteynik | 1 | -15/+18 |
2023-04-21 | net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dump | Yevgeny Kliteynik | 1 | -4/+6 |
2023-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -16/+4 |
2023-04-20 | Revert "net/mlx5: Enable management PF initialization" | Jakub Kicinski | 3 | -15/+1 |
2023-04-19 | mlxsw: pci: Fix possible crash during initialization | Ido Schimmel | 1 | -1/+1 |
2023-04-19 | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ | Tariq Toukan | 5 | -59/+138 |
2023-04-19 | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer support | Tariq Toukan | 1 | -4/+47 |
2023-04-19 | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf() | Tariq Toukan | 1 | -5/+8 |