summaryrefslogtreecommitdiffstats
path: root/net/bpfilter/bpfilter_kern.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Initialize pos variableAlexei Starovoitov2020-07-141-0/+1
* | | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-141-19/+19
|\ \ \ | |/ / |/| |
| * | 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
| * | 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
|/
* signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman2019-05-271-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-111-10/+27
* 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
* bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada2018-06-281-6/+5
* bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-071-3/+7
* bpfilter: fix building without CONFIG_INETArnd Bergmann2018-05-291-2/+5
* net: add skeleton of bpfilter kernel moduleAlexei Starovoitov2018-05-231-0/+111