1. 21 Jul, 2022 3 commits
    • Jian Shen's avatar
      net: amd8111e: remove repeated dev->features assignement · 09765fcd
      Jian Shen authored
      It's repeated with line 1793-1795, and there isn't any other
      handling for it. So remove it.
      Signed-off-by: default avatarJian Shen <shenjian15@huawei.com>
      Link: https://lore.kernel.org/r/20220719142424.4528-1-shenjian15@huawei.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      09765fcd
    • Jakub Kicinski's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next · 602ae008
      Jakub Kicinski authored
      Pablo Neira Ayuso says:
      
      ====================
      Netfilter/IPVS updates for net-next
      
      The following patchset contains Netfilter/IPVS updates for net-next:
      
      1) Simplify nf_ct_get_tuple(), from Jackie Liu.
      
      2) Add format to request_module() call, from Bill Wendling.
      
      3) Add /proc/net/stats/nf_flowtable to monitor in-flight pending
         hardware offload objects to be processed, from Vlad Buslov.
      
      4) Missing rcu annotation and accessors in the netfilter tree,
         from Florian Westphal.
      
      5) Merge h323 conntrack helper nat hooks into single object,
         also from Florian.
      
      6) A batch of update to fix sparse warnings treewide,
         from Florian Westphal.
      
      7) Move nft_cmp_fast_mask() where it used, from Florian.
      
      8) Missing const in nf_nat_initialized(), from James Yonan.
      
      9) Use bitmap API for Maglev IPVS scheduler, from Christophe Jaillet.
      
      10) Use refcount_inc instead of _inc_not_zero in flowtable,
          from Florian Westphal.
      
      11) Remove pr_debug in xt_TPROXY, from Nathan Cancellor.
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next:
        netfilter: xt_TPROXY: remove pr_debug invocations
        netfilter: flowtable: prefer refcount_inc
        netfilter: ipvs: Use the bitmap API to allocate bitmaps
        netfilter: nf_nat: in nf_nat_initialized(), use const struct nf_conn *
        netfilter: nf_tables: move nft_cmp_fast_mask to where its used
        netfilter: nf_tables: use correct integer types
        netfilter: nf_tables: add and use BE register load-store helpers
        netfilter: nf_tables: use the correct get/put helpers
        netfilter: x_tables: use correct integer types
        netfilter: nfnetlink: add missing __be16 cast
        netfilter: nft_set_bitmap: Fix spelling mistake
        netfilter: h323: merge nat hook pointers into one
        netfilter: nf_conntrack: use rcu accessors where needed
        netfilter: nf_conntrack: add missing __rcu annotations
        netfilter: nf_flow_table: count pending offload workqueue tasks
        net/sched: act_ct: set 'net' pointer when creating new nf_flow_table
        netfilter: conntrack: use correct format characters
        netfilter: conntrack: use fallthrough to cleanup
      ====================
      
      Link: https://lore.kernel.org/r/20220720230754.209053-1-pablo@netfilter.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      602ae008
    • Jakub Kicinski's avatar
      Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux · 47f058ce
      Jakub Kicinski authored
      Saeed Mahameed says:
      
      ====================
      mlx5-updates-2022-07-17
      
      1) Add resiliency for lost completions for PTP TX port timestamp
      
      2) Report Header-data split state via ethtool
      
      3) Decouple HTB code from main regular TX code
      
      * tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux:
        net/mlx5: CT: Remove warning of ignore_flow_level support for non PF
        net/mlx5e: Add resiliency for PTP TX port timestamp
        net/mlx5: Expose ts_cqe_metadata_size2wqe_counter
        net/mlx5e: HTB, move htb functions to a new file
        net/mlx5e: HTB, change functions name to follow convention
        net/mlx5e: HTB, remove priv from htb function calls
        net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structure
        net/mlx5e: HTB, move stats and max_sqs to priv
        net/mlx5e: HTB, move section comment to the right place
        net/mlx5e: HTB, move ids to selq_params struct
        net/mlx5e: HTB, reduce visibility of htb functions
        net/mlx5e: Fix mqprio_rl handling on devlink reload
        net/mlx5e: Report header-data split state through ethtool
      ====================
      
      Link: https://lore.kernel.org/r/20220719203529.51151-1-saeed@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      47f058ce
  2. 20 Jul, 2022 22 commits
  3. 19 Jul, 2022 15 commits