Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2021-06-25bpfilter: Specify the log level for the kmsg messageGary Lin
2021-01-28net: remove redundant 'depends on NET'Masahiro Yamada
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig
2020-07-25bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig
2020-07-25bpfilter: reject kernel addressesChristoph Hellwig
2020-07-25net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig
2020-07-25bpfilter: fix up a sparse annotationChristoph Hellwig
2020-07-14bpfilter: Allow to build bpfilter_umh as a module without static libraryMasahiro Yamada
2020-07-14bpfilter: Initialize pos variableAlexei Starovoitov
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-08bpfilter: switch to kernel_writeChristoph Hellwig
2020-07-07bpfilter: Take advantage of the facilities of struct pidEric W. Biederman
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman
2020-07-04bpfilter: Move bpfilter_umh back into init dataEric W. Biederman
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman
2020-05-25bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks
2020-05-17bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-31net/bpfilter: remove superfluous testing messageBruno Meneguele
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-15net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele
2020-02-03kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-07-13Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08net: bpfilter: print umh messages to /dev/kmsgGary Lin
2019-07-07init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-02-24bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada
2019-02-04bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada
2019-01-17net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo
2019-01-12net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo
2019-01-12net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo
2019-01-12net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo
2018-10-23net: bpfilter: Set user mode helper's command lineOlivier Brunel
2018-10-18net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-07-25bpfilter: remove trailing newlineStephen Hemminger
2018-07-17kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-17kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada