aboutsummaryrefslogtreecommitdiff
path: root/net/bpfilter
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-21bpfilter: fix user mode helper cross compilationGravatar Matteo Croce 1-1/+1
2018-06-20bpfilter: ignore binary filesGravatar Matteo Croce 1-0/+1
2018-06-20bpfilter: fix build errorGravatar Matteo Croce 1-2/+4
2018-06-07bpfilter: fix race in pipe accessGravatar Alexei Starovoitov 1-3/+7
2018-06-07bpfilter: fix OUTPUT_FORMATGravatar Alexei Starovoitov 1-1/+1
2018-06-05bpfilter: switch to CC from HOSTCCGravatar Alexei Starovoitov 1-0/+2
2018-05-29bpfilter: fix a build errGravatar YueHaibing 1-1/+1
2018-05-29bpfilter: fix building without CONFIG_INETGravatar Arnd Bergmann 1-2/+5
2018-05-24bpfilter: don't pass O_CREAT when opening console for debugGravatar Jakub Kicinski 1-1/+1
2018-05-24bpfilter: fix build dependencyGravatar Alexei Starovoitov 1-1/+1
2018-05-23net: add skeleton of bpfilter kernel moduleGravatar Alexei Starovoitov 5-0/+237