aboutsummaryrefslogtreecommitdiff
path: root/net/bpfilter/bpfilter_kern.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptGravatar Christoph Hellwig 1-1/+1
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tGravatar Christoph Hellwig 1-3/+3
2020-07-24bpfilter: reject kernel addressesGravatar Christoph Hellwig 1-0/+4
2020-07-24net/bpfilter: split __bpfilter_process_sockoptGravatar Christoph Hellwig 1-24/+27
2020-07-24bpfilter: fix up a sparse annotationGravatar Christoph Hellwig 1-1/+1
2020-07-14bpfilter: Initialize pos variableGravatar Alexei Starovoitov 1-0/+1
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Gravatar Alexei Starovoitov 1-19/+19
2020-07-08bpfilter: switch to kernel_writeGravatar Christoph Hellwig 1-1/+1
2020-07-07bpfilter: Take advantage of the facilities of struct pidGravatar Eric W. Biederman 1-10/+5
2020-07-04umd: Track user space drivers with struct pidGravatar Eric W. Biederman 1-8/+5
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverGravatar Eric W. Biederman 1-3/+11
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigGravatar Eric W. Biederman 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 1-10/+27
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-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyGravatar Masahiro Yamada 1-6/+5
2018-06-07bpfilter: fix race in pipe accessGravatar Alexei Starovoitov 1-3/+7
2018-05-29bpfilter: fix building without CONFIG_INETGravatar Arnd Bergmann 1-2/+5
2018-05-23net: add skeleton of bpfilter kernel moduleGravatar Alexei Starovoitov 1-0/+111