1. 26 Aug, 2024 38 commits
  2. 24 Aug, 2024 1 commit
  3. 23 Aug, 2024 1 commit
    • David S. Miller's avatar
      Merge branch 'net-redundant-judgments' · f9db28bb
      David S. Miller authored
      Li Zetao says:
      
      ====================
      net: Delete some redundant judgments
      
      This patchset aims to remove some unnecessary judgments and make the
      code more concise. In some network modules, rtnl_set_sk_err is used to
      record error information, but the err is repeatedly judged to be less
      than 0 on the error path. Deleted these redundant judgments.
      
      No functional change intended.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f9db28bb