summaryrefslogtreecommitdiffstats
path: root/net/bpfilter
Commit message (Expand)AuthorAgeFilesLines
* bpfilter: Specify the log level for the kmsg messageGary Lin2021-06-251-1/+1
* net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+1
* bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-311-1/+1
| |\
| | * net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig2020-07-311-1/+1
* | | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-241-3/+3
* | | bpfilter: reject kernel addressesChristoph Hellwig2020-07-241-0/+4
* | | net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig2020-07-241-24/+27
* | | bpfilter: fix up a sparse annotationChristoph Hellwig2020-07-241-1/+1
* | | bpfilter: Allow to build bpfilter_umh as a module without static libraryMasahiro Yamada2020-07-142-4/+8
* | | bpfilter: Initialize pos variableAlexei Starovoitov2020-07-141-0/+1
* | | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-142-20/+20
|\ \ \ | |/ / |/| |
| * | bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2020-07-071-10/+5
| * | umd: Track user space drivers with struct pidEric W. Biederman2020-07-041-8/+5
| * | bpfilter: Move bpfilter_umh back into init dataEric W. Biederman2020-07-041-1/+1
| * | umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman2020-07-041-3/+11
| |/
* / bpfilter: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
|/
* bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks2020-05-261-0/+4
* bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada2020-05-171-8/+4
* bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada2020-05-171-1/+1
* bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada2020-05-171-2/+3
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | net/bpfilter: remove superfluous testing messageBruno Meneguele2020-03-311-1/+0
* | net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele2020-03-141-6/+8
|/
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-1/+1
|\
| * init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada2019-07-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+1
|\ \
| * | net: bpfilter: print umh messages to /dev/kmsgGary Lin2019-07-071-1/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\ \ | |/ |/|
| * signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada2019-02-231-0/+1
* bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada2019-02-032-2/+1
* net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo2019-01-161-1/+1
* net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-111-17/+11
* net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-112-11/+28
* net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-111-13/+10
* net: bpfilter: Set user mode helper's command lineOlivier Brunel2018-10-221-0/+1
* net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo2018-10-171-2/+4
* net: bpfilter: Fix type cast and pointer warningsShanthosh RK2018-10-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-1/+0
|\
| * bpfilter: remove trailing newlineStephen Hemminger2018-07-241-1/+0
* | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-181-1/+1
* | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
|/
* bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada2018-06-283-21/+14
* bpfilter: check compiler capability in KconfigMasahiro Yamada2018-06-281-1/+1