aboutsummaryrefslogtreecommitdiffstats
path: root/net/bpfilter/bpfilter_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Yoo1-10/+27
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-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada1-6/+5
2018-06-07bpfilter: fix race in pipe accessAlexei Starovoitov1-3/+7
2018-05-29bpfilter: fix building without CONFIG_INETArnd Bergmann1-2/+5
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov1-0/+111