aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwmon-for-v6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-016-5/+15
|\
| * hwmon: (asus-ec-sensors) Add checks for devm_kcallocYuan Can2022-12-011-0/+2
| * hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang2022-12-011-1/+4
| * hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld2022-12-011-0/+4
| * hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui2022-11-201-0/+1
| * hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang2022-11-201-1/+1
| * hwmon: (ina3221) Fix shunt sum critical calculationNinad Malwade2022-11-201-2/+2
| * hwmon: (ltc2947) fix temperature scalingDerek Nguyen2022-11-201-1/+1
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-306-62/+19
|\ \
| * | clk: qcom: gcc-sc8280xp: add cxo as parent for three ufs ref clksShazad Hussain2022-11-221-0/+6
| * | Merge tag 'clk-microchip-fixes-6.1' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2022-11-221-1/+1
| |\ \
| | * | ARM: at91: rm9200: fix usb device clock idMichael Grzeschik2022-11-171-1/+1
| * | | Merge tag 'samsung-clk-6.2' of https://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2022-11-222-4/+6
| |\ \ \
| | * | | clk: samsung: Revert "clk: samsung: exynos-clkout: Use of_device_get_match_da...Marek Szyprowski2022-11-151-2/+4
| | * | | clk: samsung: exynos7885: Correct "div4" clock parentsDavid Virag2022-10-181-2/+2
| | |/ /
| * | | clk: qcom: gdsc: Remove direct runtime PM callsStephen Boyd2022-11-042-57/+6
* | | | drm/i915: fix TLB invalidation for Gen12 video and compute enginesAndrzej Hajda2022-11-301-0/+5
* | | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-2948-197/+331
|\ \ \ \
| * | | | net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-11-291-0/+1
| * | | | net/mlx5: Lag, Fix for loop when checking lagChris Mi2022-11-291-2/+4
| * | | | Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2022-11-291-0/+16
| * | | | net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing2022-11-292-3/+3
| * | | | net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida2022-11-291-1/+3
| * | | | net: mdiobus: fix unbalanced node reference countYang Yingliang2022-11-282-1/+2
| * | | | dsa: lan9303: Correct stat nameJerry Ray2022-11-281-1/+1
| * | | | Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-282-14/+46
| |\ \ \ \
| | * | | | wifi: wilc1000: validate number of channelsPhil Turnbull2022-11-241-6/+16
| | * | | | wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull2022-11-241-1/+2
| | * | | | wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull2022-11-241-2/+12
| | * | | | wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull2022-11-241-5/+16
| * | | | | net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar2022-11-281-7/+11
| * | | | | net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar2022-11-281-3/+2
| * | | | | net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar2022-11-281-1/+1
| * | | | | net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar2022-11-281-2/+1
| * | | | | net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)2022-11-281-6/+16
| * | | | | net: ethernet: nixge: fix NULL dereferenceYuri Karpov2022-11-281-14/+15
| * | | | | net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can2022-11-281-1/+8
| * | | | | net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong2022-11-281-1/+1
| * | | | | Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-11-2811-94/+105
| |\ \ \ \ \
| | * | | | | net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim2022-11-241-0/+5
| | * | | | | net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem2022-11-241-2/+1
| | * | | | | net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim2022-11-241-16/+0
| | * | | | | net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leakEmeel Hakim2022-11-241-0/+1
| | * | | | | net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem2022-11-241-13/+11
| | * | | | | net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem2022-11-241-1/+1
| | * | | | | net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem2022-11-241-44/+33
| | * | | | | net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem2022-11-243-7/+14
| | * | | | | net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing2022-11-241-2/+2
| | * | | | | net/mlx5e: Fix a couple error codesDan Carpenter2022-11-241-4/+8
| | * | | | | net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan2022-11-241-0/+2