summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-15platform/x86/amd: pmc: Remove more CONFIG_DEBUG_FS checksMario Limonciello1-2/+0
2022-11-15pinctrl: mediatek: Export debounce time tablesLinus Walleij1-0/+3
2022-11-15xen/platform-pci: use define instead of literal numberJuergen Gross1-1/+2
2022-11-15net: ionic: Fix error handling in ionic_init_module()Yuan Can1-1/+7
2022-11-15net: nfp: Remove linux/msi.h includesThomas Gleixner3-3/+0
2022-11-15net: dpaa2: Remove linux/msi.h includesThomas Gleixner3-3/+0
2022-11-15mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removedAmit Cohen1-0/+2
2022-11-15net: ethernet: renesas: rswitch: Fix build error about ptpYoshihiro Shimoda1-0/+1
2022-11-14Merge tag 'vfio-v6.1-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds2-10/+26
2022-11-14Merge tag 'mtd/fixes-for-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+10
2022-11-14pinctrl: mediatek: Fix EINT pins input debounce time configurationAngeloGioacchino Del Regno22-5/+53
2022-11-14xen/platform-pci: add missing free_irq() in error pathruanjinjie1-2/+5
2022-11-14xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki1-3/+6
2022-11-14xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang1-1/+1
2022-11-14Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-127/+325
2022-11-14net: fec: add xdp and page pool statisticsShenwei Wang3-5/+95
2022-11-14net: microchip: sparx5: Add KUNIT test of counters and sorted rulesSteen Hegelund1-0/+526
2022-11-14net: microchip: sparx5: Add support for TC flower filter statisticsSteen Hegelund3-0/+96
2022-11-14net: microchip: sparx5: Add support for IS2 VCAP rule countersSteen Hegelund3-2/+127
2022-11-14net: microchip: sparx5: Add/delete rules in sorted orderSteen Hegelund2-13/+151
2022-11-14net: microchip: sparx5: Add support for TC flower ARP dissectorSteen Hegelund2-1/+77
2022-11-14net: mhi: Fix memory leak in mhi_net_dellink()Wei Yongjun1-0/+2
2022-11-14octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan1-1/+5
2022-11-14octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan1-1/+5
2022-11-14octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan1-1/+1
2022-11-14octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan1-2/+0
2022-11-14bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
2022-11-14net: macvlan: Use built-in RCU list checkingChuang Wang1-2/+2
2022-11-14ibmvnic: Update XPS assignments during affinity bindingNick Child1-0/+10
2022-11-14ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hintsNick Child2-1/+92
2022-11-14ibmvnic: Assign IRQ affinity hints to device queuesNick Child2-0/+141
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash4-0/+139
2022-11-14mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo1-1/+1
2022-11-14net: liquidio: release resources when liquidio driver open failedZhengchao Shao1-8/+26
2022-11-14net: tun: rebuild error handling in tun_get_userChuang Wang1-36/+29
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+93
2022-11-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-7/+27
2022-11-12net/mlx5e: ethtool: get_link_ext_stats for PHY down eventsSaeed Mahameed3-0/+20
2022-11-12net/mlx5e: CT, optimize pre_ct table lookupOz Shlomo1-33/+56
2022-11-12net/mlx5e: kTLS, Use a single async context object per a callback bulkTariq Toukan1-25/+25
2022-11-12net/mlx5e: kTLS, Remove unnecessary per-callback completionTariq Toukan1-13/+1
2022-11-12net/mlx5e: kTLS, Remove unused work fieldTariq Toukan1-1/+0
2022-11-12net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan1-1/+0
2022-11-12net/mlx5e: Add error flow when failing update_rxGuy Truzman3-3/+17
2022-11-12net/mlx5e: Move params kernel log print to probe functionTariq Toukan3-10/+15
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi5-23/+164
2022-11-12net/mlx5e: Use clamp operation instead of open coding itGal Pressman1-6/+3
2022-11-12net/mlx5e: remove unused list in arfsAnisse Astier1-2/+0
2022-11-12net/mlx5: Expose vhca_id to debugfsEli Cohen1-0/+11
2022-11-12net/mlx5: Unregister traps on driver unload flowMoshe Shemesh3-9/+12