summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-29drm/panel-edp: Fix variable typo when saving hpd absent delay from DTNĂ­colas F. R. A. Prado1-1/+1
2022-07-29amt: do not use amt->nr_tunnels outside of lockTaehee Yoo1-3/+6
2022-07-29amt: drop unexpected multicast dataTaehee Yoo1-0/+3
2022-07-29amt: drop unexpected query messageTaehee Yoo1-1/+13
2022-07-29amt: drop unexpected advertisement messageTaehee Yoo1-0/+5
2022-07-29amt: add missing regeneration nonce logic in request logicTaehee Yoo1-0/+4
2022-07-29amt: use READ_ONCE() in amt moduleTaehee Yoo1-7/+8
2022-07-29amt: remove unnecessary locksTaehee Yoo1-27/+5
2022-07-29amt: use workqueue for gateway side message handlingTaehee Yoo2-15/+164
2022-07-29net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel1-0/+10
2022-07-29net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel1-0/+16
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-29gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen1-4/+7
2022-07-29gpio: pca953x: use the correct range when do regmap syncHaibo Chen1-6/+6
2022-07-29gpio: pca953x: only use single read/write for No AI modeHaibo Chen1-0/+3
2022-07-29net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee1-8/+0
2022-07-29net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean1-2/+3
2022-07-29net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean2-61/+57
2022-07-29net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean1-1/+1
2022-07-29ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-29i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur1-11/+23
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur1-7/+12
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur1-4/+20
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur1-1/+7
2022-07-29net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur1-9/+18
2022-07-29pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait contextVladimir Oltean1-19/+19
2022-07-29pinctrl: armada-37xx: Reuse GPIO fwnode in armada_37xx_irqchip_register()Andy Shevchenko1-13/+3
2022-07-29ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is suppo...Mario Limonciello1-2/+4
2022-07-29iavf: Fix missing state logsPrzemyslaw Patynowski1-0/+4
2022-07-29iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski1-3/+2
2022-07-29iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski4-13/+1
2022-07-29iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski3-10/+74
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima1-2/+3
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima3-5/+7
2022-07-29tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima1-2/+4
2022-07-29tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima4-8/+9
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima3-5/+10
2022-07-29tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima1-2/+2
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima4-12/+18
2022-07-29tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima3-5/+11
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2-4/+7
2022-07-29igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2-13/+15
2022-07-29igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima2-4/+4
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima1-1/+1
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima1-8/+13
2022-07-29net: prestera: acl: use proper mask for port selectorMaksym Glubokiy1-3/+3
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan1-3/+5