1. 25 Aug, 2022 16 commits
  2. 10 Aug, 2022 12 commits
  3. 09 Aug, 2022 11 commits
  4. 30 Jul, 2022 1 commit
    • Jakub Kicinski's avatar
      Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux · 63757225
      Jakub Kicinski authored
      Saeed Mahameed says:
      
      ====================
      mlx5-updates-2022-07-28
      
      Misc updates to mlx5 driver:
      
      1) Gal corrects to use skb_tcp_all_headers on encapsulated skbs.
      
      2) Roi Adds the support for offloading standalone police actions.
      
      3) lama, did some refactoring to minimize code coupling with
      mlx5e_priv "god object" in some of the follows, and converts some of the
      objects to pointers to preserve on memory when these objects aren't needed.
      This is part one of two parts series.
      
      * tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux:
        net/mlx5e: Move mlx5e_init_l2_addr to en_main
        net/mlx5e: Split en_fs ndo's and move to en_main
        net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_main
        net/mlx5e: Add mdev to flow_steering struct
        net/mlx5e: Report flow steering errors with mdev err report API
        net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointer
        net/mlx5e: Allocate VLAN and TC for featured profiles only
        net/mlx5e: Make mlx5e_tc_table private
        net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointer
        net/mlx5e: TC, Support tc action api for police
        net/mlx5e: TC, Separate get/update/replace meter functions
        net/mlx5e: Add red and green counters for metering
        net/mlx5e: TC, Allocate post meter ft per rule
        net/mlx5: DR, Add support for flow metering ASO
        net/mlx5e: Fix wrong use of skb_tcp_all_headers() with encapsulation
      ====================
      
      Link: https://lore.kernel.org/r/20220728205728.143074-1-saeed@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      63757225