summaryrefslogtreecommitdiffstats
path: root/net/bpfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpfilter: fix user mode helper cross compilationMatteo Croce2018-06-211-1/+1
* bpfilter: ignore binary filesMatteo Croce2018-06-201-0/+1
* bpfilter: fix build errorMatteo Croce2018-06-201-2/+4
* bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-071-3/+7
* bpfilter: fix OUTPUT_FORMATAlexei Starovoitov2018-06-071-1/+1
* bpfilter: switch to CC from HOSTCCAlexei Starovoitov2018-06-051-0/+2
* bpfilter: fix a build errYueHaibing2018-05-291-1/+1
* bpfilter: fix building without CONFIG_INETArnd Bergmann2018-05-291-2/+5
* bpfilter: don't pass O_CREAT when opening console for debugJakub Kicinski2018-05-241-1/+1
* bpfilter: fix build dependencyAlexei Starovoitov2018-05-241-1/+1
* net: add skeleton of bpfilter kernel moduleAlexei Starovoitov2018-05-235-0/+237
OpenPOWER on IntegriCloud