summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-for-net-2021-05-11' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-05-1116-85/+441
|\
| * ath11k: Drop multicast fragmentsSriram R2021-05-111-0/+16
| * ath11k: Clear the fragment cache during key installSriram R2021-05-113-0/+25
| * ath10k: Validate first subframe of A-MSDU before processing the listSriram R2021-05-111-4/+57
| * ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong2021-05-111-0/+10
| * ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2021-05-112-1/+18
| * ath10k: drop fragments with multicast DA for SDIOWen Gong2021-05-111-2/+7
| * ath10k: drop fragments with multicast DA for PCIeWen Gong2021-05-111-3/+20
| * ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong2021-05-112-4/+96
| * mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-05-111-2/+11
| * mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-05-111-6/+27
| * mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-05-112-1/+14
| * mac80211: check defrag PN against current frameJohannes Berg2021-05-113-9/+20
| * mac80211: add fragment cache to sta_infoJohannes Berg2021-05-115-43/+73
| * mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-05-111-1/+18
| * cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef2021-05-111-0/+3
| * mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-113-5/+5
| * mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-05-114-0/+16
| * mac80211: assure all fragments are encryptedMathy Vanhoef2021-05-111-11/+12
* | net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang2021-05-111-3/+6
|/
* net: dsa: felix: re-enable TAS guard band modeMichael Walle2021-05-101-5/+10
* tipc: make node link identity publish thread safeHoang Le2021-05-101-6/+6
* net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean2021-05-101-5/+7
* net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2021-05-102-7/+104
* net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter2021-05-101-2/+3
* net: netcp: Fix an error messageChristophe JAILLET2021-05-101-2/+2
* net/nfc/rawsock.c: fix a permission check bugJeimon2021-05-101-1/+1
* Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-085-10/+16
|\
| * riscv: remove unused handle_exception symbolRouven Czerwinski2021-05-061-2/+0
| * riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-063-4/+7
| * riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=yVincent Chen2021-05-061-2/+2
| * riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* | drm/i915/display: fix compiler warning about array overrunLinus Torvalds2021-05-081-1/+12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-0811-489/+438
|\ \
| * | scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke2021-05-021-446/+375
| * | scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke2021-05-021-6/+3
| * | scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert2021-05-021-8/+16
| * | scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo2021-04-281-0/+1
| * | scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo2021-04-281-0/+2
| * | scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo2021-04-281-2/+2
| * | scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva2021-04-281-0/+3
| * | scsi: qla2xxx: Add marginal path handling supportBikash Hazarika2021-04-281-0/+1
| * | scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-04-281-2/+2
| * | scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park2021-04-281-6/+6
| * | scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2021-04-262-13/+14
| * | scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-261-1/+1
| * | scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart2021-04-261-2/+9
| * | scsi: blk-mq: Fix build warning when making htmldocsMing Lei2021-04-211-4/+4
* | | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-0861-342/+183
|\ \ \
| * | | linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada2021-05-093-6/+5