summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptp: ocp: constify selectorsJonathan Lemon2022-05-241-11/+13
* ptp: ocp: parameterize input/output sma selectorsJonathan Lemon2022-05-241-15/+27
* ptp: ocp: revise firmware displayJonathan Lemon2022-05-241-23/+41
* ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko2022-05-241-1/+5
* ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon2022-05-241-7/+2
* ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon2022-05-241-5/+5
* ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor2022-05-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-2412-34/+97
|\
| * net: dsa: restrict SMSC_LAN9303_I2C kconfigRandy Dunlap2022-05-231-1/+2
| * dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei2022-05-221-4/+4
| * dpaa2-eth: use the correct software annotation fieldIoana Ciornei2022-05-221-1/+1
| * dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei2022-05-221-1/+3
| * hinic: Avoid some over memory allocationChristophe JAILLET2022-05-221-1/+1
| * net: fec: Do proper error checking for optional clksUwe Kleine-König2022-05-221-6/+10
| * hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu2022-05-211-1/+4
| * amt: fix memory leak for advertisement messageTaehee Yoo2022-05-211-3/+2
| * amt: fix gateway mode stuckTaehee Yoo2022-05-211-2/+4
| * net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski2022-05-211-7/+6
| * bonding: fix missed rcu protectionHangbin Liu2022-05-201-3/+12
| * NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou2022-05-202-3/+15
| * net: macb: Fix PTP one step sync supportHarini Katakam2022-05-202-5/+39
* | Merge tag 'linux-can-next-for-5.19-20220523' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-05-243-2/+7
|\ \
| * | can: ctucanfd: platform: add missing dependency to HAS_IOMEMMarc Kleine-Budde2022-05-231-1/+1
| * | can: kvaser_usb: silence a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-231-0/+5
| * | can: peak_usb: fix typo in commentJulia Lawall2022-05-231-1/+1
* | | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-05-236-16/+105
|\ \ \ | |/ / |/| |
| * | Bluetooth: btmtksdio: fix the reset takes too longSean Wang2022-05-131-0/+5
| * | Bluetooth: btmtksdio: fix possible FW initialization failureSean Wang2022-05-131-8/+8
| * | Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_eventSean Wang2022-05-131-1/+2
| * | Bluetooth: btbcm: Add entry for BCM4373A0 UART BluetoothTim Harvey2022-05-131-0/+1
| * | Bluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921Sean Wang2022-05-131-0/+3
| * | Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV devicesIsmael Luceno2022-05-131-0/+4
| * | Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCAZijun Hu2022-05-131-0/+1
| * | Bluetooth: btusb: add support for Qualcomm WCN785xZijun Hu2022-05-131-2/+8
| * | Bluetooth: btrtl: Add support for RTL8852CMax Chou2022-05-131-0/+13
| * | Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for QCALuiz Augusto von Dentz2022-05-131-0/+5
| * | Bluetooth: hci_qca: Use del_timer_sync() before freeingSteven Rostedt2022-05-131-2/+2
| * | Bluetooth: btintel: Constify static struct regmap_busRikard Falkeborn2022-05-131-1/+1
| * | Bluetooth: mt7921s: Fix the incorrect pointer checkSean Wang2022-05-131-1/+1
| * | Bluetooth: btbcm: Support per-board firmware variantsLinus Walleij2022-05-131-1/+51
* | | eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISAJakub Kicinski2022-05-234-6624/+0
* | | net: ethernet: mtk_eth_soc: fix error code in mtk_flow_offload_replace()Dan Carpenter2022-05-231-1/+2
* | | net: dsa: felix: tag_8021q preparation for multiple CPU portsVladimir Oltean2022-05-231-40/+64
* | | net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean2022-05-233-65/+85
* | | net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean2022-05-232-27/+17
* | | net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean2022-05-232-6/+5
* | | net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean2022-05-232-7/+31
* | | net: dsa: fix missing adjustment of host broadcast floodingVladimir Oltean2022-05-231-0/+3
* | | wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-231-0/+5
* | | wifi: brcmfmac: work around a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-231-1/+1