aboutsummaryrefslogtreecommitdiff
path: root/net/bpfilter
AgeCommit message (Expand)AuthorFilesLines
2021-06-25bpfilter: Specify the log level for the kmsg messageGravatar Gary Lin 1-1/+1
2021-01-27net: remove redundant 'depends on NET'Gravatar Masahiro Yamada 1-1/+1
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Gravatar Alexei Starovoitov 1-0/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptGravatar Christoph Hellwig 1-1/+1
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tGravatar Christoph Hellwig 1-3/+3
2020-07-24bpfilter: reject kernel addressesGravatar Christoph Hellwig 1-0/+4
2020-07-24net/bpfilter: split __bpfilter_process_sockoptGravatar Christoph Hellwig 1-24/+27
2020-07-24bpfilter: fix up a sparse annotationGravatar Christoph Hellwig 1-1/+1
2020-07-14bpfilter: Allow to build bpfilter_umh as a module without static libraryGravatar Masahiro Yamada 2-4/+8
2020-07-14bpfilter: Initialize pos variableGravatar Alexei Starovoitov 1-0/+1
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Gravatar Alexei Starovoitov 2-20/+20
2020-07-08bpfilter: switch to kernel_writeGravatar Christoph Hellwig 1-1/+1
2020-07-07bpfilter: Take advantage of the facilities of struct pidGravatar Eric W. Biederman 1-10/+5
2020-07-04umd: Track user space drivers with struct pidGravatar Eric W. Biederman 1-8/+5
2020-07-04bpfilter: Move bpfilter_umh back into init dataGravatar Eric W. Biederman 1-1/+1
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverGravatar Eric W. Biederman 1-3/+11
2020-05-26bpfilter: document build requirements for bpfilter_umhGravatar Valdis Kl ē tnieks 1-0/+4
2020-05-17bpfilter: use 'userprogs' syntax to build bpfilter_umhGravatar Masahiro Yamada 1-8/+4
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigGravatar Masahiro Yamada 1-1/+1
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelGravatar Masahiro Yamada 1-2/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-31net/bpfilter: remove superfluous testing messageGravatar Bruno Meneguele 1-1/+0
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-14net/bpfilter: fix dprintf usage for /dev/kmsgGravatar Bruno Meneguele 1-6/+8
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-07-07net: bpfilter: print umh messages to /dev/kmsgGravatar Gary Lin 1-1/+1
2019-07-08init/Kconfig: add CONFIG_CC_CAN_LINKGravatar Masahiro Yamada 1-1/+1
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-02-23bpfilter: re-add header search paths to tools include to fix build errorGravatar Masahiro Yamada 1-0/+1
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhGravatar Masahiro Yamada 2-2/+1
2019-01-16net: bpfilter: change section name of bpfilter UMH blob.Gravatar Taehee Yoo 1-1/+1
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedGravatar Taehee Yoo 1-17/+11
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredGravatar Taehee Yoo 2-11/+28
2019-01-11net: bpfilter: use cleanup callback to release umh_infoGravatar Taehee Yoo 1-13/+10
2018-10-22net: bpfilter: Set user mode helper's command lineGravatar Olivier Brunel 1-0/+1
2018-10-17net: bpfilter: use get_pid_task instead of pid_taskGravatar Taehee Yoo 1-2/+4
2018-10-05net: bpfilter: Fix type cast and pointer warningsGravatar Shanthosh RK 1-2/+2
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2018-07-24bpfilter: remove trailing newlineGravatar Stephen Hemminger 1-1/+0
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSGravatar Laura Abbott 1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSGravatar Laura Abbott 1-1/+1
2018-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyGravatar Masahiro Yamada 3-21/+14
2018-06-28bpfilter: check compiler capability in KconfigGravatar Masahiro Yamada 1-1/+1