1. 01 Aug, 2022 2 commits
    • Kuniyuki Iwashima's avatar
      udp: Remove redundant __udp_sysctl_init() call from udp_init(). · 02a7cb28
      Kuniyuki Iwashima authored
      __udp_sysctl_init() is called for init_net via udp_sysctl_ops.
      
      While at it, we can rename __udp_sysctl_init() to udp_sysctl_init().
      
      Fixes: 1e802951 ("udp: Move the udp sysctl to namespace.")
      Signed-off-by: default avatarKuniyuki Iwashima <kuniyu@amazon.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      02a7cb28
    • David S. Miller's avatar
      Merge tag 'linux-can-next-for-5.20-20220731' of... · b7d8912c
      David S. Miller authored
      Merge tag 'linux-can-next-for-5.20-20220731' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
      Marc Kleine-Budde says:
      
      ====================
      pull-request: can-next 2022-07-31
      
      this is a pull request of 36 patches for net-next/master.
      
      The 1st patch is by me and fixes a typo in the mcp251xfd driver.
      
      Vincent Mailhol contributes a series of 9 patches, which clean up the
      drivers to make use of KBUILD_MODNAME instead of hard coded names and
      remove DRV_VERSION.
      
      Followed by 3 patches by Vincent Mailhol that directly set the
      ethtool_ops in instead of calling a function in the slcan, c_can and
      flexcan driver.
      
      Vincent Mailhol contributes a KBUILD_MODNAME and pr_fmt cleanup patch
      for the slcan driver. Dario Binacchi contributes 6 patches to clean up
      the driver and remove the legacy driver infrastructure.
      
      The next 14 patches are by Vincent Mailhol and target the various
      drivers, they add ethtool support and reporting of timestamping
      capabilities.
      
      Another patch by Vincent Mailhol for the etas_es58x driver to remove
      useless calls to usb_fill_bulk_urb().
      
      The last patch is by Christophe JAILLET and fixes a broken link to
      Documentation in the can327 driver.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b7d8912c
  2. 31 Jul, 2022 1 commit
  3. 30 Jul, 2022 17 commits
  4. 29 Jul, 2022 20 commits