summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-06Linux 5.10.71v5.10.71Greg Kroah-Hartman1-1/+1
2021-10-06netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso1-1/+1
2021-10-06netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet1-33/+37
2021-10-06KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang3-4/+9
2021-10-06HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam1-1/+12
2021-10-06mm: don't allow oversized kvmalloc() callsLinus Torvalds1-0/+4
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik1-2/+2
2021-10-06HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman1-3/+10
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-10-06usb: hso: remove the bailout parameterDongliang Mu1-3/+3
2021-10-06ASoC: dapm: use component prefix when checking widget namesShuming Fan1-1/+12
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2-6/+6
2021-10-06HID: u2fzero: ignore incomplete packets without dataAndrej Shadura1-1/+3
2021-10-06ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun1-3/+3
2021-10-06ext4: add error checking to ext4_ext_replay_set_iblocks()Theodore Ts'o1-5/+14
2021-10-06ext4: fix reserved space counter leakageJeffle Xu2-0/+11
2021-10-06ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao1-0/+6
2021-10-06ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-06ipack: ipoctal: fix module reference leakJohan Hovold1-8/+21
2021-10-06ipack: ipoctal: fix missing allocation-failure checkJohan Hovold1-1/+3
2021-10-06ipack: ipoctal: fix tty-registration error handlingJohan Hovold1-0/+7
2021-10-06ipack: ipoctal: fix tty registration raceJohan Hovold1-2/+2
2021-10-06ipack: ipoctal: fix stack information leakJohan Hovold1-5/+14
2021-10-06debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-10-06elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-10-06nvme: add command id quirk for apple controllersKeith Busch3-2/+11
2021-10-06hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak1-1/+1
2021-10-06perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet3-12/+56
2021-10-06net: sched: flower: protect fl_walk() with rcuVlad Buslov1-0/+6
2021-10-06net: phy: bcm7xxx: Fixed indirect MMD operationsFlorian Fainelli1-4/+110
2021-10-06net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang1-2/+4
2021-10-06net: hns3: reconstruct function hns3_self_testPeng Li1-37/+64
2021-10-06net: hns3: fix prototype warningHuazhong Tan1-1/+1
2021-10-06net: hns3: fix show wrong state when add existing uc mac addressJian Shen1-10/+9
2021-10-06net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2-28/+10
2021-10-06net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2021-10-06net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen1-0/+5
2021-10-06ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2-3/+7
2021-10-06scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-10-06Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-10-06net: ks8851: fix link errorArnd Bergmann2-4/+10
2021-10-06selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc1-5/+8
2021-10-06selftests, bpf: Fix makefile dependencies on libbpfJiri Benc1-1/+2
2021-10-06bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer1-1/+1
2021-10-06RDMA/hns: Fix inaccurate printsYixing Liu8-90/+107
2021-10-06e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10
2021-10-06e100: fix length calculation in e100_get_regs_lenJacob Keller1-1/+5
2021-10-06dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and CPU portsAndrew Lunn2-3/+7
2021-10-06dsa: mv88e6xxx: Fix MTU definitionAndrew Lunn3-6/+10