| Commit message (Expand) | Author | Age | Files | Lines |
* | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2022-02-25 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -1/+1 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-07-31 | 1 | -1/+1 |
| |\ |
|
| | * | net/bpfilter: Initialize pos in __bpfilter_process_sockopt | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
* | | | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t | Christoph Hellwig | 2020-07-24 | 1 | -3/+3 |
* | | | bpfilter: reject kernel addresses | Christoph Hellwig | 2020-07-24 | 1 | -0/+4 |
* | | | net/bpfilter: split __bpfilter_process_sockopt | Christoph Hellwig | 2020-07-24 | 1 | -24/+27 |
* | | | bpfilter: fix up a sparse annotation | Christoph Hellwig | 2020-07-24 | 1 | -1/+1 |
* | | | bpfilter: Initialize pos variable | Alexei Starovoitov | 2020-07-14 | 1 | -0/+1 |
* | | | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/... | Alexei Starovoitov | 2020-07-14 | 1 | -19/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | bpfilter: Take advantage of the facilities of struct pid | Eric W. Biederman | 2020-07-07 | 1 | -10/+5 |
| * | | umd: Track user space drivers with struct pid | Eric W. Biederman | 2020-07-04 | 1 | -8/+5 |
| * | | umd: Transform fork_usermode_blob into fork_usermode_driver | Eric W. Biederman | 2020-07-04 | 1 | -3/+11 |
| |/ |
|
* / | bpfilter: switch to kernel_write | Christoph Hellwig | 2020-07-08 | 1 | -1/+1 |
|/ |
|
* | signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sig | Eric W. Biederman | 2019-05-27 | 1 | -1/+1 |
* | net: bpfilter: disallow to remove bpfilter module while being used | Taehee Yoo | 2019-01-11 | 1 | -17/+11 |
* | net: bpfilter: restart bpfilter_umh when error occurred | Taehee Yoo | 2019-01-11 | 1 | -10/+27 |
* | net: bpfilter: use cleanup callback to release umh_info | Taehee Yoo | 2019-01-11 | 1 | -13/+10 |
* | net: bpfilter: Set user mode helper's command line | Olivier Brunel | 2018-10-22 | 1 | -0/+1 |
* | net: bpfilter: use get_pid_task instead of pid_task | Taehee Yoo | 2018-10-17 | 1 | -2/+4 |
* | net: bpfilter: Fix type cast and pointer warnings | Shanthosh RK | 2018-10-05 | 1 | -2/+2 |
* | bpfilter: include bpfilter_umh in assembly instead of using objcopy | Masahiro Yamada | 2018-06-28 | 1 | -6/+5 |
* | bpfilter: fix race in pipe access | Alexei Starovoitov | 2018-06-07 | 1 | -3/+7 |
* | bpfilter: fix building without CONFIG_INET | Arnd Bergmann | 2018-05-29 | 1 | -2/+5 |
* | net: add skeleton of bpfilter kernel module | Alexei Starovoitov | 2018-05-23 | 1 | -0/+111 |