summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bonding: Fix extraction of ports from the packet headersMoshe Tal2022-01-161-2/+2
* net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao2022-01-151-2/+2
* net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail2022-01-151-1/+55
* net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET2022-01-151-0/+1
* net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix2022-01-151-1/+1
* net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean2022-01-151-1/+28
* net: stmmac: Fix "Unbalanced pm_runtime_enable!" warningKai-Heng Feng2022-01-141-1/+2
* lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin2022-01-141-1/+2
* net: apple: bmac: Fix build since dev_addr constificationMichael Ellerman2022-01-141-1/+4
* net: apple: mace: Fix build since dev_addr constificationMichael Ellerman2022-01-141-5/+11
* net: usb: Correct reset handling of smsc95xxMarkus Reichl2022-01-141-1/+2
* bcmgenet: add WOL IRQ checkSergey Shtylyov2022-01-141-4/+6
* net: qmi_wwan: Add Hucom Wireless HM-211S/KKyoungkyu Park2022-01-131-0/+1
* net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI portVladimir Oltean2022-01-131-1/+4
* atm: iphase: remove redundant pointer skbColin Ian King2022-01-131-3/+1
* net: qmi_wwan: add ZTE MF286D modem 19d2:1485Pawel Dembicki2022-01-131-0/+1
* net: marvell: prestera: Fix deinit sequence for routerYevhen Orlov2022-01-124-2/+10
* net: marvell: prestera: Refactor router functionsYevhen Orlov2022-01-123-12/+14
* net: marvell: prestera: Refactor get/put VR functionsYevhen Orlov2022-01-122-17/+17
* net: marvell: prestera: Cleanup router structYevhen Orlov2022-01-121-1/+0
* net: stmmac: dwmac-oxnas: Add support for OX810SENeil Armstrong2022-01-121-22/+79
* net: bonding: fix bond_xmit_broadcast return value error bugJie Wang2022-01-121-8/+22
* net: ipa: prevent concurrent replenishAlex Elder2022-01-122-0/+15
* net: ipa: use a bitmap for endpoint replenish_enabledAlex Elder2022-01-122-6/+17
* net: ipa: fix atomic update in ipa_endpoint_replenish()Alex Elder2022-01-121-4/+3
* nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer2022-01-121-0/+10
* net: phy: at803x: make array offsets staticColin Ian King2022-01-111-1/+1
* nfc: pn544: make array rset_cmd static constColin Ian King2022-01-111-1/+1
* mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()Guillaume Nault2022-01-111-2/+3
* libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault2022-01-111-1/+2
* net: ethernet: sun4i-emac: replace magic number with macroConley Lee2022-01-112-13/+35
* Revert "net: vertexcom: default to disabled on kbuild"Saeed Mahameed2022-01-101-1/+1
* Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-105-103/+51
|\
| * software node: fix wrong node passed to find nargs_propClément Léger2021-12-221-1/+1
| * device property: Drop fwnode_graph_get_remote_node()Sakari Ailus2021-12-172-42/+8
| * device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus2021-12-171-4/+4
| * device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus2021-12-171-10/+39
| * device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus2021-12-171-2/+2
| * device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus2021-12-171-1/+3
| * device property: Remove device_add_properties() APIHeikki Krogerus2021-11-241-48/+0
| * driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus2021-11-241-1/+0
| * PCI: Convert to device_create_managed_software_node()Heikki Krogerus2021-11-241-1/+1
* | Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-1011-132/+449
|\ \
| * \ Merge branch 'thermal-int340x'Rafael J. Wysocki2022-01-103-53/+73
| |\ \
| | * | thermal/drivers/int340x: Fix RFIM mailbox write commandsSumeet Pawnikar2021-12-303-53/+73
| * | | Merge tag 'thermal-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2021-12-276-55/+347
| |\ \ \ | | |/ / | |/| |
| | * | thermal/drivers/rz2gl: Add error check for reset_control_deassert()Biju Das2021-12-091-2/+4
| | * | thermal/drivers/imx8mm: Enable ADC when enabling monitorPaul Gerber2021-12-021-0/+3
| | * | thermal/drivers: Add TSU driver for RZ/G2LBiju Das2021-11-303-0/+250
| | * | thermal/drivers/intel_powerclamp: Constify static thermal_cooling_device_opsRikard Falkeborn2021-11-301-1/+1