summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller320-1440/+3829
2021-02-10Merge tag 'pm-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-12/+104
2021-02-10Merge tag 'acpi-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+13
2021-02-10Merge tag 'dmaengine-fix2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-63/+104
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds48-134/+429
2021-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-48/+171
2021-02-10nilfs2: make splice write available againJoachim Henke1-0/+1
2021-02-10mm, slub: better heuristic for number of cpus when calculating slab orderVlastimil Babka1-2/+16
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-21/+22
2021-02-10Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner1-3/+2
2021-02-10MAINTAINERS: update Andrey Ryabinin's email addressAndrey Ryabinin2-1/+2
2021-02-10selftests/vm: rename file run_vmtests to run_vmtests.shRong Chen1-0/+0
2021-02-10tmpfs: disallow CONFIG_TMPFS_INODE64 on alphaSeth Forshee1-1/+1
2021-02-10tmpfs: disallow CONFIG_TMPFS_INODE64 on s390Seth Forshee1-1/+1
2021-02-10mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann1-2/+3
2021-02-10firmware_loader: align .builtin_fw to 8Fangrui Song1-1/+1
2021-02-10kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov2-8/+3
2021-02-10squashfs: add more sanity checks in xattr id lookupPhillip Lougher1-9/+57
2021-02-10squashfs: add more sanity checks in inode lookupPhillip Lougher1-8/+33
2021-02-10squashfs: add more sanity checks in id lookupPhillip Lougher4-12/+45
2021-02-10squashfs: avoid out of bounds writes in decompressorsPhillip Lougher1-1/+7
2021-02-10Merge tag 'i3c/fixes-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-10bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann1-15/+13
2021-02-10bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann1-1/+5
2021-02-10bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann1-2/+2
2021-02-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-74/+86
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-14/+17
2021-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller25-290/+3122
2021-02-10Merge branch 'hns3-cleanups'David S. Miller16-109/+61
2021-02-10net: hns3: cleanup for endian issue for VF RSSJian Shen2-8/+13
2021-02-10net: hns3: remove unused macro definitionPeng Li2-4/+0
2021-02-10net: hns3: remove an unused parameter in hclge_vf_rate_param_check()Huazhong Tan1-2/+2
2021-02-10net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan2-10/+3
2021-02-10net: hns3: change hclge_query_bd_num() param typePeng Li1-2/+2
2021-02-10net: hns3: change hclge_parse_speed() param typePeng Li1-1/+1
2021-02-10net: hns3: modify some unmacthed types print parameterJiaran Zhang6-9/+9
2021-02-10net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo8-18/+18
2021-02-10net: hns3: remove the shaper param magic numberPeng Li1-6/+8
2021-02-10net: hns3: remove redundant client_setup_tc handleJian Shen3-43/+0
2021-02-10net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu1-6/+5
2021-02-10vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-10Merge branch 'implement-kthread-based-napi-poll'David S. Miller4-26/+244
2021-02-10net: add sysfs attribute to control napi threaded modeWei Wang4-2/+103
2021-02-10net: implement threaded-able napi poll loop supportWei Wang2-14/+119
2021-02-10net: extract napi poll functionality to __napi_poll()Felix Fietkau1-12/+24
2021-02-10Merge branch 'hns3-fixes'David S. Miller2-4/+32
2021-02-10net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-10net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-10net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean4-1/+80