aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-26/+81
2022-07-19Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long1-5/+1
2022-07-19net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi1-0/+3
2022-07-19r8152: fix a WOL issueHayes Wang1-2/+14
2022-07-19drm/panel-edp: Fix variable typo when saving hpd absent delay from DTNĂ­colas F. R. A. Prado1-1/+1
2022-07-19virt: sev-guest: Pass the appropriate argument type to iounmap()Tom Lendacky1-3/+6
2022-07-19Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-1/+3
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay2-19/+81
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney1-7/+13
2022-07-19KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis1-0/+8
2022-07-19md/raid5: missing error code in setup_conf()Dan Carpenter1-1/+3
2022-07-19tools headers UAPI: Sync linux/kvm.h with the kernel sourcesPaolo Bonzini1-1/+2
2022-07-19KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan1-3/+5
2022-07-19KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton2-2/+2
2022-07-19Merge branch 'amt-fix-validation-and-synchronization-bugs'Paolo Abeni2-52/+207
2022-07-19amt: do not use amt->nr_tunnels outside of lockTaehee Yoo1-3/+6
2022-07-19amt: drop unexpected multicast dataTaehee Yoo1-0/+3
2022-07-19amt: drop unexpected query messageTaehee Yoo1-1/+13
2022-07-19amt: drop unexpected advertisement messageTaehee Yoo1-0/+5
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo1-0/+4
2022-07-19amt: use READ_ONCE() in amt moduleTaehee Yoo1-7/+8
2022-07-19amt: remove unnecessary locksTaehee Yoo1-27/+5
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo2-15/+164
2022-07-19net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel1-0/+10
2022-07-19net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel1-0/+16
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-19gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen1-4/+7
2022-07-19gpio: pca953x: use the correct range when do regmap syncHaibo Chen1-6/+6
2022-07-19gpio: pca953x: only use single read/write for No AI modeHaibo Chen1-0/+3
2022-07-19clk: lan966x: Fix the lan966x clock gate register addressHerve Codina1-1/+1
2022-07-18net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee1-8/+0
2022-07-18Merge branch 'fix-2-dsa-issues-with-vlan_filtering_is_global'Jakub Kicinski1-3/+4
2022-07-18net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean1-2/+3
2022-07-18net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean1-1/+1
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-18i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-18net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix1-1/+1
2022-07-18Merge branch 'net-lan966x-fix-issues-with-mac-table'Jakub Kicinski1-32/+80
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur1-11/+23
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur1-7/+12
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur1-4/+20
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur1-1/+7
2022-07-18net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur1-9/+18
2022-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-52/+5
2022-07-19pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait contextVladimir Oltean1-6/+21
2022-07-19pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait contextVladimir Oltean1-19/+19
2022-07-18Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds1-0/+4
2022-07-18ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is suppo...Mario Limonciello1-2/+4
2022-07-18iavf: Fix missing state logsPrzemyslaw Patynowski1-0/+4
2022-07-18iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski1-3/+2