aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bpfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04bpfilter: remove bpfilterQuentin Deslandes7-269/+0
2023-05-31net: Use umd_cleanup_helper()Jarkko Sakkinen1-1/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+1
2021-06-25bpfilter: Specify the log level for the kmsg messageGary Lin1-1/+1
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+1
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov1-0/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig1-1/+1
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig1-3/+3
2020-07-24bpfilter: reject kernel addressesChristoph Hellwig1-0/+4
2020-07-24net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig1-24/+27
2020-07-24bpfilter: fix up a sparse annotationChristoph Hellwig1-1/+1
2020-07-14bpfilter: Allow to build bpfilter_umh as a module without static libraryMasahiro Yamada2-4/+8
2020-07-14bpfilter: Initialize pos variableAlexei Starovoitov1-0/+1
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-nextAlexei Starovoitov2-20/+20
2020-07-08bpfilter: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-07bpfilter: Take advantage of the facilities of struct pidEric W. Biederman1-10/+5
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman1-8/+5
2020-07-04bpfilter: Move bpfilter_umh back into init dataEric W. Biederman1-1/+1
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman1-3/+11
2020-05-26bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks1-0/+4
2020-05-17bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada1-8/+4
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada1-1/+1
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada1-2/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-31net/bpfilter: remove superfluous testing messageBruno Meneguele1-1/+0
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-14net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele1-6/+8
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-07net: bpfilter: print umh messages to /dev/kmsgGary Lin1-1/+1
2019-07-08init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada1-1/+1
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-02-23bpfilter: re-add header search paths to tools include to fix build errorMasahiro Yamada1-0/+1
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada2-2/+1
2019-01-16net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo1-1/+1
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo1-17/+11
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2-11/+28
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo1-13/+10
2018-10-22net: bpfilter: Set user mode helper's command lineOlivier Brunel1-0/+1
2018-10-17net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo1-2/+4
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK1-2/+2
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-07-24bpfilter: remove trailing newlineStephen Hemminger1-1/+0
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott1-1/+1