summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-3025-95/+204
|\
| * fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin2021-12-301-5/+7
| * net/mlx5e: Fix wrong features assignment in case of errorGal Pressman2021-12-291-6/+5
| * net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan2021-12-291-0/+2
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-12-292-1/+20
| |\
| | * igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin2021-12-281-0/+6
| | * igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes2021-12-281-1/+14
| * | ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET2021-12-291-1/+1
| |/
| * NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun2021-12-281-9/+20
| * net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski2021-12-281-1/+1
| * net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET2021-12-281-15/+8
| * mISDN: change function names to avoid conflictswolfgang huang2021-12-283-7/+7
| * net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott2021-12-271-2/+2
| * atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen2021-12-271-0/+8
| * net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin2021-12-241-2/+2
| * Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-12-2412-46/+121
| |\
| | * net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET2021-12-231-5/+9
| | * net/mlx5e: Delete forward rule for ct or sample actionChris Mi2021-12-231-11/+6
| | * net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy2021-12-232-11/+22
| | * net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy2021-12-235-4/+58
| | * net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman2021-12-231-1/+1
| | * net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin2021-12-231-1/+9
| | * net/mlx5: Fix tc max supported prio for nic modeChris Mi2021-12-231-0/+3
| | * net/mlx5: Fix SF health recovery flowMoshe Shemesh2021-12-231-5/+6
| | * net/mlx5: Fix error print in case of IRQ request failedShay Drory2021-12-231-2/+2
| | * net/mlx5: Use first online CPU instead of hard coded CPUShay Drory2021-12-231-1/+1
| | * net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik2021-12-231-3/+1
| | * net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin2021-12-231-2/+3
* | | Merge tag 'char-misc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2021-12-302-3/+4
|\ \ \
| * | | nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv2021-12-211-2/+3
| * | | binder: fix async_free_space accounting for empty parcelsTodd Kjos2021-12-211-1/+1
* | | | Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2021-12-305-8/+29
|\ \ \ \
| * | | | usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus2021-12-211-1/+3
| * | | | xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman2021-12-211-1/+4
| * | | | usb: mtu3: set interval of FS intr and isoc endpointChunfeng Yun2021-12-211-0/+7
| * | | | usb: mtu3: fix list_head check warningChunfeng Yun2021-12-211-0/+1
| * | | | usb: mtu3: add memory barrier before set GPD's HWOChunfeng Yun2021-12-211-1/+6
| * | | | usb: mtu3: fix interval value for intr and isocChunfeng Yun2021-12-211-2/+2
| * | | | usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier2021-12-211-3/+6
* | | | | Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2021-12-281-1/+4
|\ \ \ \ \
| * | | | | auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio2021-11-241-0/+3
| * | | | | auxdisplay: charlcd: fixing coding style issueLuiz Sampaio2021-11-241-1/+1
* | | | | | Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-12-263-19/+26
|\ \ \ \ \ \
| * | | | | | pinctrl: stm32: consider the GPIO offset to expose all the GPIO linesFabien Dessenne2021-12-161-4/+4
| * | | | | | pinctrl: bcm2835: Change init order for gpio hogsPhil Elwell2021-12-101-13/+16
| * | | | | | pinctrl: mediatek: fix global-out-of-bounds issueGuodong Liu2021-11-241-2/+6
| |/ / / / /
* | | | | | Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-12-251-44/+62
|\ \ \ \ \ \
| * | | | | | hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck2021-12-131-1/+2
| * | | | | | hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681Guenter Roeck2021-12-131-2/+8
| * | | | | | hwmon: (lm90) Drop critical attribute support for MAX6654Guenter Roeck2021-12-131-37/+49