aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysBluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922HEADmasterLiwei Sun1-0/+2
9 daysBluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handlingEn-Wei Wu1-58/+40
11 daysBluetooth: L2CAP: Fix not checking l2cap_chan security levelLuiz Augusto von Dentz1-7/+8
13 daysBluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen8-74/+89
2025-05-02Bluetooth: hci_event: Fix not using key encryption size when its knownLuiz Augusto von Dentz3-31/+67
2025-05-01Bluetooth: btusb: Add new VID/PID 13d3/3630 for MT7925Jiande Lu1-0/+2
2025-04-29Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flagsLuiz Augusto von Dentz1-3/+6
2025-04-28Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFOPauli Virtanen3-0/+124
2025-04-24Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen1-0/+3
2025-04-24Bluetooth: btintel_pcie: Dump debug registers on errorChandrashekar Devegowda2-1/+149
2025-04-24Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX pathsKiran K1-5/+19
2025-04-22Bluetooth: btmtksdio: Do close if SDIO card removed without closeChris Lu1-2/+6
2025-04-22Bluetooth: btmtksdio: Check function enabled before doing closeChris Lu1-0/+4
2025-04-21Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()En-Wei Wu1-28/+73
2025-04-18Bluetooth: btintel_pcie: Avoid redundant buffer allocationKiran K1-21/+12
2025-04-16Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fieldsLuiz Augusto von Dentz1-3/+14
2025-04-16Bluetooth: ISO: Fix not using SID from adv reportLuiz Augusto von Dentz5-14/+75
2025-04-16Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz7-109/+88
2025-04-16Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz6-107/+95
2025-04-16Revert "Bluetooth: btusb: add sysfs attribute to control USB alt setting"Hsin-chen Chuang1-33/+1
2025-04-16Revert "Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL"Hsin-chen Chuang2-53/+0
2025-04-16Bluetooth: btusb: Add HCI Drv commands for configuring altsettingHsin-chen Chuang1-1/+74
2025-04-16Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang9-9/+273
2025-04-16Bluetooth: btnxpuart: Implement host-wakeup featureNeeraj Sanjay Kale1-6/+52
2025-04-16dt-bindings: net: bluetooth: nxp: Add support for host-wakeupNeeraj Sanjay Kale1-0/+17
2025-04-16Bluetooth: btusb: Add RTL8851BE device 0x0bda:0xb850WangYuli1-0/+1
2025-04-16Bluetooth: vhci: Avoid needless snprintf() callsKees Cook1-5/+5
2025-04-16Bluetooth: l2cap: Process valid commands in too long frameFrédéric Danis1-1/+17
2025-04-10Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis1-1/+2
2025-04-10Bluetooth: hci_uart: Remove unnecessary NULL check before release_firmware()Chen Ni1-2/+1
2025-04-10Bluetooth: btmtksdio: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+1
2025-04-10Bluetooth: btmrvl_sdio: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+3
2025-04-03Bluetooth: btnxpuart: Add an error message if FW dump trigger failsNeeraj Sanjay Kale1-1/+3
2025-04-03Bluetooth: btnxpuart: Revert baudrate change in nxp_shutdownNeeraj Sanjay Kale1-9/+8
2025-04-03Bluetooth: increment TX timestamping tskey always for stream socketsPauli Virtanen1-2/+6
2025-04-02Bluetooth: btintel_pcie: Do not generate coredump for diagnostic eventsKiran K3-18/+1
2025-04-02Bluetooth: qca: fix NV variant for one of WCN3950 SoCsDmitry Baryshkov1-1/+1
2025-04-02Bluetooth: btusb: Add new VID/PID 13d3/3613 for MT7925Youn MÉLOIS1-0/+2
2025-04-02Bluetooth: btrtl: Prevent potential NULL dereferenceDan Carpenter1-0/+2
2025-04-01Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalidLuiz Augusto von Dentz1-2/+3
2025-03-25Bluetooth: MGMT: Add LL Privacy Settingfor-net-next-2025-03-25Luiz Augusto von Dentz2-0/+7
2025-03-25Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORTLuiz Augusto von Dentz1-7/+10
2025-03-25Bluetooth: btnxpuart: Fix kernel panic during FW releaseNeeraj Sanjay Kale1-2/+4
2025-03-25Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7Neeraj Sanjay Kale1-18/+43
2025-03-25Bluetooth: btnxpuart: Add correct bootloader error codesNeeraj Sanjay Kale1-22/+35
2025-03-25t blameBluetooth: btintel: Fix leading white spaceKiran K2-2/+2
2025-03-25Bluetooth: btintel: Add support to configure TX powerVijay Satija2-0/+356
2025-03-25Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removalSean Wang1-1/+2
2025-03-25Bluetooth: btmtk: Remove the resetting step before downloading the fwHao Qin1-10/+0
2025-03-25Bluetooth: SCO: add TX timestampingPauli Virtanen1-2/+17
2025-03-25Bluetooth: L2CAP: add TX timestampingPauli Virtanen5-7/+56
2025-03-25Bluetooth: ISO: add TX timestampingPauli Virtanen2-4/+21
2025-03-25Bluetooth: add support for skb TX SND/COMPLETION timestampingPauli Virtanen4-4/+157
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen7-5/+23
2025-03-25HCI: coredump: Log devcd dumps into the monitorLuiz Augusto von Dentz1-5/+23
2025-03-25Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancelWentao Guan2-3/+8
2025-03-25Bluetooth: hci_vhci: Mark Sync Flow Control as supportedLuiz Augusto von Dentz1-0/+1
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz5-34/+68
2025-03-25Bluetooth: btintel_pci: Fix build warningLuiz Augusto von Dentz1-14/+0
2025-03-25Bluetooth: btintel_pcie: Trigger device coredump on hardware exceptionKiran K1-0/+6
2025-03-25Bluetooth: btnxpuart: Add support to set BD addressNeeraj Sanjay Kale1-5/+54
2025-03-25dt-bindings: net: bluetooth: nxp: Add support to set BD addressNeeraj Sanjay Kale1-1/+5
2025-03-25Bluetooth: btnxpuart: Add support for HCI coredump featureNeeraj Sanjay Kale1-15/+132
2025-03-25Bluetooth: btnxpuart: Move vendor specific initialization to .post_initNeeraj Sanjay Kale1-18/+27
2025-03-25Bluetooth: btintel_pcie: Add support for device coredumpKiran K3-7/+291
2025-03-25Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth cont...Pedro Nishiyama1-0/+2
2025-03-25Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/brokenPedro Nishiyama1-0/+3
2025-03-25Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama2-1/+10
2025-03-25Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama3-0/+15
2025-03-25Bluetooth: btintel_pcie: Read hardware exception dataKiran K3-1/+247
2025-03-25Bluetooth: btintel_pcie: Setup buffers for firmware tracesKiran K2-0/+121
2025-03-25Bluetooth: qca: add WCN3950 supportDmitry Baryshkov3-0/+43
2025-03-25Bluetooth: qca: simplify WCN399x NVM loadingDmitry Baryshkov1-7/+6
2025-03-25dt-bindings: net: bluetooth: qualcomm: document WCN3950Dmitry Baryshkov1-0/+2
2025-03-25dt-bindings: net: bluetooth: nxp: Add wakeup pin propertiesLoic Poulain1-0/+12
2025-03-25bluetooth: btnxpuart: Support for controller wakeup gpio configLoic Poulain1-4/+28
2025-03-25Bluetooth: hci_qca: use the power sequencer for wcn6750Janaki Ramaiah Thota1-1/+1
2025-03-25Bluetooth: btusb: Add 2 HWIDs for MT7922Jiande Lu1-0/+4
2025-03-25Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()Easwar Hariharan2-4/+4
2025-03-25Bluetooth: SMP: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-25Bluetooth: MGMT: convert timeouts to secs_to_jiffies()Easwar Hariharan2-4/+4
2025-03-25Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+2
2025-03-25Bluetooth: hci_uart: Fix another race during initializationArseniy Krasnov2-6/+15
2025-03-25Bluetooth: hci_uart: fix race during initializationArseniy Krasnov1-1/+2
2025-03-25Bluetooth: btintel: Add DSBR support for ScPKiran K2-0/+6
2025-03-25Bluetooth: Fix code style warningJeremy Clifton1-2/+1
2025-03-25Bluetooth: MGMT: Remove unused mgmt_*_discovery_completeDr. David Alan Gilbert2-42/+0
2025-03-25Bluetooth: MGMT: Remove unused mgmt_pending_find_dataDr. David Alan Gilbert2-21/+0
2025-03-25Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785xZijun Hu1-0/+26
2025-03-25Bluetooth: btintel_pcie: Add device id of Whale PeakKiran K1-0/+1
2025-03-25Bluetooth: btintel: Add support for Intel Scorpius PeakKiran K2-0/+4
2025-03-25Bluetooth: btusb: Add new VID/PID for WCN785xDorian Cruveiller1-0/+2
2025-03-25Bluetooth: btusb: mediatek: Add err code to btusb claim iso printoutDouglas Anderson1-1/+1
2025-03-24net: phy: dp83822: fix transmit amplitude if CONFIG_OF_MDIO not definedDimitri Fedrau1-1/+1
2025-03-24net: ena: resolve WARN_ON when freeing IRQsDavid Arinzon1-0/+4
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets2-6/+23
2025-03-24net: phy: phy_interface_t: Fix RGMII_TXID code commentIhor Matushchak1-1/+1
2025-03-21net: phy: realtek: disable PHY-mode EEERussell King (Oracle)1-2/+9
2025-03-21net: phy: fix genphy_c45_eee_is_active() for disabled EEERussell King (Oracle)1-0/+3
2025-03-21Merge branch 'mlx5e-support-recovery-counter-in-reset'Paolo Abeni3-37/+91
2025-03-21net/mlx5e: Expose port reset cycle recovery counter via ethtoolYael Chemla3-5/+48
2025-03-21net/mlx5e: Get counter group size by FW capabilityYael Chemla1-27/+31
2025-03-21net/mlx5e: Access PHY layer counter group as other counter groupsYael Chemla1-7/+18
2025-03-21net/mlx5e: Ensure each counter group uses its PCAM bitYael Chemla1-14/+10
2025-03-21mptcp: sockopt: fix getting freebind & transparentMatthieu Baerts (NGI0)1-0/+12
2025-03-21mptcp: sockopt: fix getting IPV6_V6ONLYMatthieu Baerts (NGI0)1-0/+16
2025-03-21Merge branch 'netconsole-add-support-for-userdata-release'Paolo Abeni3-7/+133
2025-03-21docs: netconsole: document release featureBreno Leitao1-0/+25
2025-03-21selftests: netconsole: Add tests for 'release' feature in sysdataBreno Leitao1-3/+41
2025-03-21netconsole: append release to sysdataBreno Leitao1-0/+10
2025-03-21netconsole: add 'sysdata' suffix to related functionsBreno Leitao1-4/+4
2025-03-21netconsole: implement configfs for release_enabledBreno Leitao1-0/+49
2025-03-21netconsole: introduce 'release' as a new sysdata fieldBreno Leitao1-0/+4
2025-03-21net: airoha: fix CONFIG_DEBUG_FS checkArnd Bergmann1-1/+1
2025-03-21net: mctp: Remove unnecessary cast in mctp_cbHerbert Xu1-1/+1
2025-03-21Merge branch 'net-phy-remove-calls-to-devm_hwmon_sanitize_name'Paolo Abeni4-34/+8
2025-03-21net: phy: marvell-88q2xxx: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-7/+1
2025-03-21net: phy: mxl-gpy: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-7/+1
2025-03-21net: phy: tja11xx: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-14/+5
2025-03-21net: phy: realtek: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-6/+1
2025-03-21net: remove sb1000 cable modem driverArnd Bergmann9-1471/+0
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2-12/+35
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni236-1236/+1963
2025-03-20Merge tag 'net-6.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-334/+560
2025-03-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-59/+77
2025-03-20Merge tag 'mmc-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-1/+13
2025-03-20Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+53
2025-03-20MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6David Ahern1-0/+11
2025-03-20Merge branch 'gre-revert-ipv6-link-local-address-fix'Paolo Abeni3-187/+6
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-20Revert "selftests: Add IPv6 link-local address generation tests for GRE devic...Guillaume Nault2-178/+0
2025-03-20Merge tag 'ipsec-2025-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-1/+42
2025-03-20Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-...Paolo Abeni2-4/+2
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-20tools headers: Sync uapi/asm-generic/socket.h with the kernel sourcesAlexander Mikhalitsyn1-2/+19
2025-03-20mptcp: Fix data stream corruption in the address announcementArthur Mongodin1-2/+4
2025-03-20Merge branch 'net-fix-lwtunnel-reentry-loops'Paolo Abeni5-16/+306
2025-03-20selftests: net: test for lwtunnel dst ref loopsJustin Iurman3-0/+249
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman1-4/+4
2025-03-20net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-20net: ti: icssg-prueth: Add lock to statsMD Danish Anwar3-0/+7
2025-03-20net: atm: fix use after free in lec_send()Dan Carpenter1-1/+2
2025-03-20Merge branch 'mptcp-pm-prep-work-for-new-ops-and-sysctl-knobs'Paolo Abeni9-25/+301
2025-03-20selftests: mptcp: add pm sysctl mapping testsGeliang Tang1-1/+29
2025-03-20mptcp: sysctl: add available_path_managersGeliang Tang5-0/+51
2025-03-20mptcp: sysctl: map pm_type to path_managerGeliang Tang1-1/+24
2025-03-20mptcp: sysctl: map path_manager to pm_typeGeliang Tang1-1/+14
2025-03-20mptcp: sysctl: set path manager by nameGeliang Tang3-0/+70
2025-03-20mptcp: pm: register in-kernel and userspace PMGeliang Tang4-0/+26
2025-03-20mptcp: pm: define struct mptcp_pm_opsGeliang Tang3-0/+67
2025-03-20mptcp: pm: add struct_group in mptcp_pm_dataGeliang Tang2-12/+6
2025-03-20mptcp: pm: only fill id_avail_bitmap for in-kernel pmGeliang Tang1-1/+2
2025-03-20mptcp: pm: use pm variable instead of msk->pmGeliang Tang1-4/+4
2025-03-20mptcp: pm: in-kernel: use kmemdup helperGeliang Tang1-4/+2
2025-03-20mptcp: pm: split netlink and in-kernel initMatthieu Baerts (NGI0)4-4/+9
2025-03-20net: vlan: don't propagate flags on openStanislav Fomichev1-27/+4
2025-03-20Merge branch 'net-ptp-fix-egregious-supported-flag-checks'Paolo Abeni5-3/+19
2025-03-20ptp: ocp: reject unsupported periodic output flagsJacob Keller1-0/+4
2025-03-20broadcom: fix supported flag check in periodic output functionJacob Keller1-1/+2
2025-03-20net: lan743x: reject unsupported external timestamp requestsJacob Keller1-0/+6
2025-03-20renesas: reject PTP_STRICT_FLAGS as unsupportedJacob Keller1-2/+1
2025-03-20igb: reject invalid external timestamp requests for 82580-based HWJacob Keller1-0/+6
2025-03-20Merge branch 'support-loopback-mode-speed-selection'Paolo Abeni16-107/+209
2025-03-20tsnep: Select speed for loopbackGerhard Engleder1-11/+10
2025-03-20net: phy: marvell: Align set_loopback() implementationGerhard Engleder1-39/+33
2025-03-20net: phy: micrel: Add loopback supportGerhard Engleder1-0/+24
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder9-48/+100
2025-03-20net: phy: Allow loopback speed selection for PHY driversGerhard Engleder8-18/+51
2025-03-19xsk: fix an integer overflow in xp_create_and_assign_umem()Gavrilov Ilia1-1/+1
2025-03-19Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2-2/+7
2025-03-19net: macb: Add __nonstring annotations for unterminated stringsKees Cook1-1/+1
2025-03-19Merge branch 'netconsole-allow-selection-of-egress-interface-via-mac-address'Paolo Abeni9-22/+61
2025-03-19netconsole: allow selection of egress interface via MAC addressUday Shankar3-13/+50
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar6-9/+11
2025-03-19Merge tag 'hwmon-fixes-for-v6.14-rc8/6.14' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-5/+3
2025-03-19net: stmmac: dwc-qos-eth: use devm_kzalloc() for AXI dataRussell King (Oracle)1-1/+3
2025-03-19r8169: switch away from deprecated pcim_iomap_tableHeiner Kallweit1-5/+4
2025-03-19Merge branch 'net-bring-back-dev_addr_sem'Paolo Abeni9-41/+56
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev4-16/+16
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev9-41/+56
2025-03-19tc-tests: Update tc police action tests for tc buffer size rounding fixes.Jonathan Lennox1-5/+5
2025-03-19net: stmmac: dwmac-rk: Provide FIFO sizes for DWMAC 1000Chen-Yu Tsai1-1/+4
2025-03-19selftests: drv-net: use defer in the ping testJakub Kicinski1-8/+8
2025-03-19Merge branch 'net-mlx5-hw-steering-cleanups'Paolo Abeni4-14/+4
2025-03-19net/mlx5: HWS, log the unsupported mask in definerYevgeny Kliteynik1-1/+2
2025-03-19net/mlx5: HWS, use list_move() instead of del/addYevgeny Kliteynik2-4/+2
2025-03-19net/mlx5: HWS, remove unused code for alias flow tablesYevgeny Kliteynik2-9/+0
2025-03-19Merge branch 'net-stmmac-deprecate-snps-en-tx-lpi-clockgating-property'Paolo Abeni9-9/+22
2025-03-19net: stmmac: deprecate "snps,en-tx-lpi-clockgating" propertyRussell King (Oracle)1-1/+4
2025-03-19dt-bindings: deprecate "snps,en-tx-lpi-clockgating" propertyRussell King (Oracle)1-0/+1
2025-03-19ARM: dts: stm32: remove "snps,en-tx-lpi-clockgating" propertyRussell King (Oracle)1-1/+0
2025-03-19riscv: dts: starfive: remove "snps,en-tx-lpi-clockgating" propertyRussell King (Oracle)1-2/+0
2025-03-19net: stmmac: stm32: use PHY capability for TX clock stopRussell King (Oracle)1-0/+1
2025-03-19net: stmmac: starfive: use PHY capability for TX clock stopRussell King (Oracle)1-0/+1
2025-03-19net: stmmac: allow platforms to use PHY tx clock stop capabilityRussell King (Oracle)3-5/+15
2025-03-19Merge tag 'ieee802154-for-net-next-2025-03-10' of git://git.kernel.org/pub/sc...Paolo Abeni3-48/+41
2025-03-19Merge tag 'ata-6.14-final' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-3/+13
2025-03-19Merge branch 'xa_alloc_cyclic-checks'David S. Miller3-3/+3
2025-03-19phy: fix xa_alloc_cyclic() error handlingMichal Swiatkowski1-1/+1
2025-03-19dpll: fix xa_alloc_cyclic() error handlingMichal Swiatkowski1-1/+1