aboutsummaryrefslogtreecommitdiffstats
path: root/net/bpfilter/bpfilter_kern.c
AgeCommit message (Expand)Author
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-07-31net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig
2020-07-24bpfilter: reject kernel addressesChristoph Hellwig
2020-07-24net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig
2020-07-24bpfilter: fix up a sparse annotationChristoph Hellwig
2020-07-14bpfilter: Initialize pos variableAlexei Starovoitov
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-08bpfilter: switch to kernel_writeChristoph Hellwig
2020-07-07bpfilter: Take advantage of the facilities of struct pidEric W. Biederman
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo
2018-10-22net: bpfilter: Set user mode helper's command lineOlivier Brunel
2018-10-17net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK
2018-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada
2018-06-07bpfilter: fix race in pipe accessAlexei Starovoitov
2018-05-29bpfilter: fix building without CONFIG_INETArnd Bergmann
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov