summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-12Bluetooth: btusb: Add CONFIG_BT_HCIBTUSB_POLL_SYNCLuiz Augusto von Dentz
2022-12-12virtio_bt: Fix alignment in configuration structIgor Skalkin
2022-12-12Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland
2022-12-12Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong
2022-12-12Bluetooth: hci_qca: only assign wakeup with serial port supportZhengping Jiang
2022-12-12Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen
2022-12-12Bluetooth: btusb: Ignore zero length of USB packets on ALT 6 for specific chipHilda Wu
2022-12-12Bluetooth: btrtl: Add btrealtek data structHilda Wu
2022-12-12Bluetooth: virtio_bt: fix device removalMichael S. Tsirkin
2022-12-12Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka
2022-12-12Bluetooth: hci_sync: Fix not able to set force_static_addressLuiz Augusto von Dentz
2022-12-12Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz
2022-12-12Bluetooth: Work around SCO over USB HCI design defectNicolas Cavallari
2022-12-12Bluetooth: btusb: Introduce generic USB resetArchie Pusaka
2022-12-12btusb: Avoid reset of ISOC endpoint alt settings to zeroChethan Tumkur Narayan
2022-12-12dt-bindings: net: Convert Socionext NetSec Ethernet to DT schemaRob Herring
2022-12-12MAINTAINERS: Update email address for Marvell Prestera Ethernet Switch driverTaras Chornyi
2022-12-12net: hns3: use strscpy() to instead of strncpy()Xu Panda
2022-12-12sctp: sysctl: make extra pointers netns awareFiro Yang
2022-12-12net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_sl...Roger Quadros
2022-12-12Merge tag 'wireless-next-2022-12-12' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-12Merge tag 'linux-can-next-for-6.2-20221212' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-12-12Merge patch series "can: m_can: Optimizations for tcan and peripheral chips"Marc Kleine-Budde
2022-12-12can: tcan4x5x: Specify separate read/write rangesMarkus Schneider-Pargmann
2022-12-12can: tcan4x5x: Fix register range of first two blocksMarkus Schneider-Pargmann
2022-12-12can: tcan4x5x: Fix use of register error status maskMarkus Schneider-Pargmann
2022-12-12can: tcan4x5x: Remove invalid write in clear_interruptsMarkus Schneider-Pargmann
2022-12-12can: m_can: Batch acknowledge rx fifoMarkus Schneider-Pargmann
2022-12-12can: m_can: Batch acknowledge transmit eventsMarkus Schneider-Pargmann
2022-12-12can: m_can: Count read getindex in the driverMarkus Schneider-Pargmann
2022-12-12can: m_can: Count TXE FIFO getidx in the driverMarkus Schneider-Pargmann
2022-12-12can: m_can: Read register PSR only on errorMarkus Schneider-Pargmann
2022-12-12can: m_can: Avoid reading irqstatus twiceMarkus Schneider-Pargmann
2022-12-12can: m_can: Eliminate double read of TXFQS in tx_handlerMarkus Schneider-Pargmann
2022-12-12dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3UGeert Uytterhoeven
2022-12-12can: raw: add support for SO_MARKMarc Kleine-Budde
2022-12-12can: m_can: Call the RAM init directly from m_can_chip_configVivek Yadav
2022-12-12Merge patch series "can: usb: remove pointers to struct usb_interface in devi...Marc Kleine-Budde
2022-12-12can: gs_usb: remove gs_can::ifaceVincent Mailhol
2022-12-12can: ucan: remove unused ucan_priv::intfVincent Mailhol
2022-12-12net: af_can: remove useless parameter 'err' in 'can_rx_register()'Ye Bin
2022-12-12can: ucan: use strscpy() to instead of strncpy()Xu Panda
2022-12-12Merge patch series "can: etas_es58x: report firmware, bootloader and hardware...Marc Kleine-Budde
2022-12-12Documentation: devlink: add devlink documentation for the etas_es58x driverVincent Mailhol
2022-12-12can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol
2022-12-12can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol
2022-12-12net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADERVincent Mailhol
2022-12-12can: c_can: use devm_platform_get_and_ioremap_resource()Minghao Chi