aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman1-2/+0
2022-09-08fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds1-0/+11
2022-09-08sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen1-1/+2
2022-09-08net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss1-4/+54
2022-09-07efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim1-24/+7
2022-09-07net/smc: Fix possible access to freed memory in link clearYacan Liu4-0/+13
2022-09-07net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skbLorenzo Bianconi1-0/+3
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong5-24/+87
2022-09-07net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clearLorenzo Bianconi1-1/+1
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed_setVladimir Oltean1-2/+2
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-taprioVladimir Oltean1-43/+79
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least one packetVladimir Oltean1-4/+31
2022-09-07efi/x86: libstub: remove unused variablechen zhang1-1/+0
2022-09-06afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells1-0/+1
2022-09-06net: usb: qmi_wwan: add Quectel RM520Njerry.meng1-0/+1
2022-09-06net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi1-1/+1
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell1-7/+18
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang1-29/+0
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu1-8/+8
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke1-2/+6
2022-09-05stmmac: intel: Simplify intel_eth_pci_remove()Christophe JAILLET1-2/+0
2022-09-05net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-2/+2
2022-09-05ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun1-0/+5
2022-09-05bonding: accept unsolicited NA messageHangbin Liu1-5/+12
2022-09-05bonding: add all node mcast address when slave upHangbin Liu1-2/+6
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu1-0/+3
2022-09-04Linux 6.0-rc4Linus Torvalds1-1/+1
2022-09-04Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers1-0/+12
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray1-7/+11
2022-09-03gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price3-13/+16
2022-09-03wifi: use struct_group to copy addressesJohannes Berg3-6/+8
2022-09-03wifi: mac80211_hwsim: check length for virtio packetsSoenke Huster1-1/+6
2022-09-03wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg1-6/+5
2022-09-03wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg1-0/+1
2022-09-03wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya1-0/+4
2022-09-03LoongArch: mm: Remove the unneeded result variableye xingchen1-4/+1
2022-09-03LoongArch: Fix arch_remove_memory() undefined build errorYupeng Li1-12/+10
2022-09-03LoongArch: Fix section mismatch due to acpi_os_ioremap()Huacai Chen3-2/+3
2022-09-03LoongArch: Improve dump_tlb() output messagesHuacai Chen1-13/+13
2022-09-03LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entryHuacai Chen1-2/+2
2022-09-03LoongArch: Avoid orphan input sectionsArd Biesheuvel2-0/+3
2022-09-03net: dsa: microchip: fix kernel oops on ksz8 switchesOleksij Rempel1-6/+24
2022-09-03xen-netback: only remove 'hotplug-status' when the vif is actually destroyedPaul Durrant1-1/+1
2022-09-02net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence3-27/+19
2022-09-02net: fec: add pm_qos support on imx6q platformWei Fang2-1/+13
2022-09-02Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz1-6/+6
2022-09-02iavf: Detach device during reset taskIvan Vecera1-3/+11