index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bpfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
1
-0
/
+1
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2020-07-31
net/bpfilter: Initialize pos in __bpfilter_process_sockopt
Christoph Hellwig
1
-1
/
+1
2020-07-24
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
1
-3
/
+3
2020-07-24
bpfilter: reject kernel addresses
Christoph Hellwig
1
-0
/
+4
2020-07-24
net/bpfilter: split __bpfilter_process_sockopt
Christoph Hellwig
1
-24
/
+27
2020-07-24
bpfilter: fix up a sparse annotation
Christoph Hellwig
1
-1
/
+1
2020-07-14
bpfilter: Allow to build bpfilter_umh as a module without static library
Masahiro Yamada
2
-4
/
+8
2020-07-14
bpfilter: Initialize pos variable
Alexei Starovoitov
1
-0
/
+1
2020-07-14
Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...
Alexei Starovoitov
2
-20
/
+20
2020-07-08
bpfilter: switch to kernel_write
Christoph Hellwig
1
-1
/
+1
2020-07-07
bpfilter: Take advantage of the facilities of struct pid
Eric W. Biederman
1
-10
/
+5
2020-07-04
umd: Track user space drivers with struct pid
Eric W. Biederman
1
-8
/
+5
2020-07-04
bpfilter: Move bpfilter_umh back into init data
Eric W. Biederman
1
-1
/
+1
2020-07-04
umd: Transform fork_usermode_blob into fork_usermode_driver
Eric W. Biederman
1
-3
/
+11
2020-05-26
bpfilter: document build requirements for bpfilter_umh
Valdis Kl ē tnieks
1
-0
/
+4
2020-05-17
bpfilter: use 'userprogs' syntax to build bpfilter_umh
Masahiro Yamada
1
-8
/
+4
2020-05-17
bpfilter: check if $(CC) can link static libc in Kconfig
Masahiro Yamada
1
-1
/
+1
2020-05-17
bpfilter: match bit size of bpfilter_umh to that of the kernel
Masahiro Yamada
1
-2
/
+3
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-31
net/bpfilter: remove superfluous testing message
Bruno Meneguele
1
-1
/
+0
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-14
net/bpfilter: fix dprintf usage for /dev/kmsg
Bruno Meneguele
1
-6
/
+8
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
1
-1
/
+1
2019-07-12
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-07-07
net: bpfilter: print umh messages to /dev/kmsg
Gary Lin
1
-1
/
+1
2019-07-08
init/Kconfig: add CONFIG_CC_CAN_LINK
Masahiro Yamada
1
-1
/
+1
2019-05-27
signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
1
-1
/
+1
2019-02-23
bpfilter: re-add header search paths to tools include to fix build error
Masahiro Yamada
1
-0
/
+1
2019-02-03
bpfilter: remove extra header search paths for bpfilter_umh
Masahiro Yamada
2
-2
/
+1
2019-01-16
net: bpfilter: change section name of bpfilter UMH blob.
Taehee Yoo
1
-1
/
+1
2019-01-11
net: bpfilter: disallow to remove bpfilter module while being used
Taehee Yoo
1
-17
/
+11
2019-01-11
net: bpfilter: restart bpfilter_umh when error occurred
Taehee Yoo
2
-11
/
+28
2019-01-11
net: bpfilter: use cleanup callback to release umh_info
Taehee Yoo
1
-13
/
+10
2018-10-22
net: bpfilter: Set user mode helper's command line
Olivier Brunel
1
-0
/
+1
2018-10-17
net: bpfilter: use get_pid_task instead of pid_task
Taehee Yoo
1
-2
/
+4
2018-10-05
net: bpfilter: Fix type cast and pointer warnings
Shanthosh RK
1
-2
/
+2
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+0
2018-07-24
bpfilter: remove trailing newline
Stephen Hemminger
1
-1
/
+0
2018-07-18
kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS
Laura Abbott
1
-1
/
+1
2018-07-18
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
Laura Abbott
1
-1
/
+1
2018-06-28
bpfilter: include bpfilter_umh in assembly instead of using objcopy
Masahiro Yamada
3
-21
/
+14
2018-06-28
bpfilter: check compiler capability in Kconfig
Masahiro Yamada
1
-1
/
+1
2018-06-21
bpfilter: fix user mode helper cross compilation
Matteo Croce
1
-1
/
+1
2018-06-20
bpfilter: ignore binary files
Matteo Croce
1
-0
/
+1
[next]