summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20sysctl: remove redundant ret assignmentluo penghao
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-20mm: percpu: generalize percpu related configKefeng Wang
2022-01-19Merge branch 'ipv4-avoid-pathological-hash-tables'Jakub Kicinski
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet
2022-01-19Merge branch 'net-fsl-xgmac_mdio-add-workaround-for-erratum-a-009885'Jakub Kicinski
2022-01-19net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz
2022-01-19powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz
2022-01-19dt-bindings: net: Document fsl,erratum-a009885Tobias Waldekranz
2022-01-19net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz
2022-01-19net: mscc: ocelot: fix using match before it is setTom Rix
2022-01-19net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea
2022-01-19net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski
2022-01-19Merge branch 'axienet-fixes'David S. Miller
2022-01-19net: axienet: increase default TX ring size to 128Robert Hancock
2022-01-19net: axienet: fix for TX busy handlingRobert Hancock
2022-01-19net: axienet: fix number of TX ring slots for available checkRobert Hancock
2022-01-19net: axienet: Fix TX ring slot available checkRobert Hancock
2022-01-19net: axienet: limit minimum TX ring sizeRobert Hancock
2022-01-19net: axienet: add missing memory barriersRobert Hancock
2022-01-19net: axienet: reset core on initialization prior to MDIO accessRobert Hancock
2022-01-19net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock
2022-01-19net: axienet: increase reset timeoutRobert Hancock
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-19Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-19Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-01-19Merge tag 'hwlock-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rem...Linus Torvalds
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-01-19bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann
2022-01-19bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann
2022-01-18script/sorttable: Fix some initialization problemsYinan Liu
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet
2022-01-18random: simplify arithmetic function flow in account()Jason A. Donenfeld
2022-01-18random: selectively clang-format where it makes senseJason A. Donenfeld