1. 24 Jun, 2024 11 commits
  2. 23 Jun, 2024 1 commit
  3. 22 Jun, 2024 2 commits
    • Sean Anderson's avatar
      net: xilinx: axienet: Enable multicast by default · 185d7211
      Sean Anderson authored
      We support multicast addresses, so enable it by default.
      Signed-off-by: default avatarSean Anderson <sean.anderson@linux.dev>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      185d7211
    • Jakub Kicinski's avatar
      Merge tag 'linux-can-next-for-6.11-20240621' of... · e9212f9d
      Jakub Kicinski authored
      Merge tag 'linux-can-next-for-6.11-20240621' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
      
      Marc Kleine-Budde says:
      
      ====================
      pull-request: can-next 2024-06-21
      
      The first 2 patches are by Andy Shevchenko, one cleans up the includes
      in the mcp251x driver, the other one updates the sja100 plx_pci driver
      to make use of predefines PCI subvendor ID.
      
      Mans Rullgard's patch cleans up the Kconfig help text of for the slcan
      driver.
      
      Oliver Hartkopp provides a patch to update the documentation, which
      removes the ISO 15675-2 specification version where possible.
      
      The next 2 patches are by Harini T and update the documentation of the
      xilinx_can driver.
      
      Francesco Valla provides documentation for the ISO 15765-2 protocol.
      
      A patch by Dr. David Alan Gilbert removes an unused struct from the
      mscan driver.
      
      12 patches are by Martin Jocic. The first three add support for 3 new
      devices to the kvaser_usb driver. The remaining 9 first clean up the
      kvaser_pciefd driver, and then add support for MSI.
      
      Krzysztof Kozlowski contributes 3 patches simplifies the CAN SPI
      drivers by making use of spi_get_device_match_data().
      
      The last patch is by Martin Hundebøll, which reworks the m_can driver
      to not enable the CAN transceiver during probe.
      
      * tag 'linux-can-next-for-6.11-20240621' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next: (24 commits)
        can: m_can: don't enable transceiver when probing
        can: mcp251xfd: simplify with spi_get_device_match_data()
        can: mcp251x: simplify with spi_get_device_match_data()
        can: hi311x: simplify with spi_get_device_match_data()
        can: kvaser_pciefd: Add MSI interrupts
        can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
        can: kvaser_pciefd: Change name of return code variable
        can: kvaser_pciefd: Rename board_irq to pci_irq
        can: kvaser_pciefd: Add unlikely
        can: kvaser_pciefd: Add inline
        can: kvaser_pciefd: Remove unnecessary comment
        can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
        can: kvaser_pciefd: Group #defines together
        can: kvaser_usb: Add support for Kvaser Mini PCIe 1xCAN
        can: kvaser_usb: Add support for Kvaser USBcan Pro 5xCAN
        can: kvaser_usb: Add support for Vining 800
        can: mscan: remove unused struct 'mscan_state'
        Documentation: networking: document ISO 15765-2
        can: xilinx_can: Document driver description to list all supported IPs
        can: isotp: remove ISO 15675-2 specification version where possible
        ...
      ====================
      
      Link: https://patch.msgid.link/20240621080201.305471-1-mkl@pengutronix.deSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      e9212f9d
  4. 21 Jun, 2024 26 commits