aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-22xfrm: add extack support to verify_newsa_infoSabrina Dubroca1-21/+69
2022-09-22Merge tag 'drm-intel-fixes-2022-09-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie2-5/+6
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig3-64/+62
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers5-60/+64
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers8-310/+352
2022-09-21ARM: decompressor: Include .data.rel.ro.localKees Cook1-0/+2
2022-09-21Merge branch 'veristat: CSV output, comparison mode, filtering'Alexei Starovoitov2-83/+787
2022-09-21selftests/bpf: add ability to filter programs in veristatAndrii Nakryiko2-2/+227
2022-09-21selftests/bpf: add comparison mode to veristatAndrii Nakryiko1-51/+492
2022-09-21selftests/bpf: add CSV output mode for veristatAndrii Nakryiko1-36/+75
2022-09-21selftests/bpf: fix double bpf_object__close() in veristateAndrii Nakryiko1-1/+0
2022-09-21Merge branch 'Introduce bpf_ct_set_nat_info kfunc helper'Alexei Starovoitov6-17/+110
2022-09-21selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi3-3/+35
2022-09-21net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi1-1/+46
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi2-13/+29
2022-09-21ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara3-149/+111
2022-09-21ext4: use locality group preallocation for small closed filesJan Kara1-12/+15
2022-09-21ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-21ext4: avoid unnecessary spreading of allocations among groupsJan Kara1-11/+13
2022-09-21ext4: make mballoc try target group first even with mb_optimize_scanJan Kara1-7/+7
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin2-3/+0
2022-09-21block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin1-13/+2
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang5-12/+12
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-09-21drbd: remove orphan _req_may_be_done() declarationGaosheng Cui1-2/+0
2022-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski6-37/+17
2022-09-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski1-9/+14
2022-09-21io_uring: ensure local task_work marks task as runningJens Axboe1-0/+1
2022-09-21ethernet: tundra: Drop forward declaration of static functionsUwe Kleine-König1-13/+10
2022-09-21flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang1-2/+2
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim2-7/+1
2022-09-21Merge branch 'clean-up-ocelot_reset-routine'Jakub Kicinski1-13/+33
2022-09-21net: mscc: ocelot: check return values of writes during resetColin Foster1-5/+11
2022-09-21net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster1-9/+23
2022-09-21Merge branch 'net-ll_temac-cleanup-for-clearing-static-warnings'Jakub Kicinski6-123/+139
2022-09-21net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian3-4/+3
2022-09-21net: ll_temac: move trailing statements to next linehuangjunxian1-3/+9
2022-09-21net: ll_temac: fix the missing spaces around '='huangjunxian1-11/+11
2022-09-21net: ll_temac: delete unnecessary else branchhuangjunxian1-7/+5
2022-09-21net: ll_temac: axienet: align with open parenthesishuangjunxian3-6/+5
2022-09-21net: ll_temac: Cleanup for function name in a stringHaoyue Xu1-4/+5
2022-09-21net: ll_temac: fix the format of block commentshuangjunxian3-90/+103
2022-09-21net: macvtap: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-21net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean1-4/+1
2022-09-21net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_common_open()Jian Shen1-3/+2
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao1-52/+14
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa4-13/+25
2022-09-21Merge branch 'bpf: Add kfuncs for PKCS#7 signature verification'Alexei Starovoitov24-35/+1466
2022-09-21selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu3-0/+259