summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-08-146-61/+73
|\
| * pinctrl: amd: Fix an issue with shutdown when system set to s0ixMario Limonciello2021-08-121-2/+1
| * Merge tag 'intel-pinctrl-v5.14-2' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Walleij2021-08-111-13/+13
| |\
| | * pinctrl: tigerlake: Fix GPIO mapping for newer version of softwareAndy Shevchenko2021-08-041-13/+13
| * | pinctrl: k210: Fix k210_fpioa_probe()Damien Le Moal2021-08-111-6/+20
| * | pinctrl: sunxi: Don't underestimate number of functionsAndre Przywara2021-08-101-3/+5
| * | pinctrl: mediatek: Fix fallback behavior for bias_set_comboHsin-Yi Wang2021-07-231-5/+3
| * | pinctrl: qcom: fix GPIOLIB dependenciesArnd Bergmann2021-07-231-32/+31
| |/
* | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-1358-196/+455
|\ \
| * \ Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2021-08-121-3/+3
| |\ \
| | * | ieee802154: hwsim: fix GPF in hwsim_new_edge_nlDongliang Mu2021-07-081-1/+1
| | * | ieee802154: hwsim: fix GPF in hwsim_set_edge_lqiDongliang Mu2021-07-071-2/+2
| * | | wwan: core: Avoid returning NULL from wwan_create_dev()Andy Shevchenko2021-08-121-4/+8
| * | | net: dsa: sja1105: unregister the MDIO buses during teardownVladimir Oltean2021-08-121-0/+1
| * | | net: mscc: Fix non-GPL export of regmap APIsMark Brown2021-08-121-8/+8
| * | | net: pcs: xpcs: fix error handling on failed to allocate memoryWong Vee Khee2021-08-111-1/+1
| * | | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-1010-13/+13
| * | | net: dsa: sja1105: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-1/+3
| * | | net: dsa: lantiq: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-4/+10
| * | | net: dsa: lan9303: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-15/+19
| * | | net: dsa: hellcreek: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-2/+5
| * | | net: dsa: microchip: ksz8795: Don't use phy_port_cnt in VLAN table lookupBen Hutchings2021-08-101-4/+4
| * | | net: dsa: microchip: ksz8795: Fix VLAN filteringBen Hutchings2021-08-101-0/+11
| * | | net: dsa: microchip: ksz8795: Use software untagging on CPU portBen Hutchings2021-08-101-1/+8
| * | | net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on deletionBen Hutchings2021-08-101-3/+0
| * | | net: dsa: microchip: ksz8795: Reject unsupported VLAN configurationBen Hutchings2021-08-102-1/+27
| * | | net: dsa: microchip: ksz8795: Fix PVID tag insertionBen Hutchings2021-08-102-7/+23
| * | | net: dsa: microchip: Fix ksz_read64()Ben Hutchings2021-08-101-6/+2
| * | | Merge tag 'linux-can-fixes-for-5.14-20210810' of git://git.kernel.org/pub/scm...David S. Miller2021-08-101-4/+4
| |\ \ \
| | * | | can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP registerHussein Alasadi2021-08-101-4/+4
| * | | | Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-08-1018-56/+82
| |\ \ \ \
| | * | | | net/mlx5: Fix return value from tracer initializationAya Levin2021-08-101-2/+9
| | * | | | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-109-28/+26
| | * | | | net/mlx5e: TC, Fix error handling memory leakChris Mi2021-08-101-0/+1
| | * | | | net/mlx5: Destroy pool->mutexShay Drory2021-08-101-1/+2
| | * | | | net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory2021-08-101-1/+1
| | * | | | net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory2021-08-101-1/+4
| | * | | | net/mlx5: Block switchdev mode while devlink traps are activeAya Levin2021-08-101-3/+11
| | * | | | net/mlx5e: Destroy page pool after XDP SQ to fix use-after-freeMaxim Mikityanskiy2021-08-101-10/+10
| | * | | | net/mlx5: Bridge, fix ageing timeVlad Buslov2021-08-101-2/+2
| | * | | | net/mlx5e: Avoid creating tunnel headers for local routeRoi Dayan2021-08-101-0/+5
| | * | | | net/mlx5: DR, Add fail on error check on decapAlex Vesker2021-08-101-0/+2
| | * | | | net/mlx5: Don't skip subfunction cleanup in case of error in module initLeon Romanovsky2021-08-102-8/+9
| * | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-08-104-13/+36
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash2021-08-091-5/+8
| | * | | | ice: don't remove netdev->dev_addr from uc sync listBrett Creeley2021-08-091-8/+15
| | * | | | ice: Stop processing VF messages during teardownAnirudh Venkataramanan2021-08-092-0/+8
| | * | | | ice: Prevent probing virtual functionsAnirudh Venkataramanan2021-08-091-0/+5
| | |/ / /
| * / / / bareudp: Fix invalid read beyond skb's linear dataGuillaume Nault2021-08-101-5/+11
| |/ / /
| * | | net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-casesGrygorii Strashko2021-08-092-3/+8