index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Hooks for sys_bind
Andrey Ignatov
2018-03-31
1
-0
/
+10
*
bpf: Check attach type at prog load time
Andrey Ignatov
2018-03-31
1
-0
/
+1
*
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
2018-03-30
1
-0
/
+1
*
bpf: sockmap redirect ingress support
John Fastabend
2018-03-30
1
-0
/
+1
*
bpf: add parenthesis around argument of BPF_LDST_BYTES()
Jakub Kicinski
2018-03-28
1
-1
/
+1
*
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
2018-03-19
1
-0
/
+17
*
net: avoid including xdp.h in filter.h
Jesper Dangaard Brouer
2018-02-13
1
-1
/
+1
*
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-26
1
-0
/
+2
*
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
2018-01-25
1
-0
/
+1
*
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
2018-01-25
1
-0
/
+9
*
xdp: base API for new XDP rx-queue info concept
Jesper Dangaard Brouer
2018-01-05
1
-0
/
+2
*
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
2017-12-20
1
-0
/
+9
*
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
2017-12-17
1
-0
/
+2
*
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
2017-12-17
1
-2
/
+3
*
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
2017-12-17
1
-0
/
+6
*
bpf: add a bpf_override_function helper
Josef Bacik
2017-12-12
1
-1
/
+2
*
bpf: Add access to snd_cwnd and others in sock_ops
Lawrence Brakmo
2017-12-05
1
-0
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
1
-2
/
+0
|
\
|
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-15
1
-2
/
+0
*
|
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2017-11-11
1
-2
/
+1
*
|
bpf: add a bpf_override_function helper
Josef Bacik
2017-11-11
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-1
/
+1
|
\
|
|
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-1
/
+1
*
|
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
2017-10-04
1
-1
/
+1
*
|
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
1
-2
/
+19
*
|
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
2017-09-26
1
-3
/
+6
|
/
*
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
Jesper Dangaard Brouer
2017-08-24
1
-1
/
+2
*
bpf: sockmap with sk redirect support
John Fastabend
2017-08-16
1
-0
/
+2
*
net: add notifier hooks for devmap bpf map
John Fastabend
2017-07-17
1
-1
/
+1
*
xdp: Add batching support to redirect map
John Fastabend
2017-07-17
1
-0
/
+7
*
xdp: add trace event for xdp redirect
John Fastabend
2017-07-17
1
-1
/
+3
*
net: implement XDP_REDIRECT for xdp generic
John Fastabend
2017-07-17
1
-0
/
+1
*
xdp: add bpf_redirect helper function
John Fastabend
2017-07-17
1
-0
/
+4
*
include/linux/filter.h: use linux/set_memory.h
Michael Ellerman
2017-07-06
1
-4
/
+1
*
bpf: simplify narrower ctx access
Daniel Borkmann
2017-07-03
1
-0
/
+47
*
bpf: BPF support for sock_ops
Lawrence Brakmo
2017-07-01
1
-0
/
+9
*
bpf: Add BPF_OBJ_GET_INFO_BY_FD
Martin KaFai Lau
2017-06-06
1
-2
/
+0
*
bpf: Add jited_len to struct bpf_prog
Martin KaFai Lau
2017-06-06
1
-0
/
+1
*
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2017-05-31
1
-0
/
+3
*
bpf: add various verifier test cases
Daniel Borkmann
2017-05-25
1
-0
/
+10
*
include/linux/filter.h: use set_memory.h header
Laura Abbott
2017-05-08
1
-1
/
+3
*
bpf: make bpf_xdp_adjust_head support mandatory
Daniel Borkmann
2017-04-24
1
-2
/
+1
*
net: convert sk_filter.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-03-22
1
-1
/
+2
*
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2017-03-16
1
-0
/
+10
*
bpf: improve read-only handling
Daniel Borkmann
2017-03-12
1
-4
/
+12
*
bpf: fix unlocking of jited image when module ronx not set
Daniel Borkmann
2017-02-21
1
-2
/
+11
*
bpf: make jited programs visible in traces
Daniel Borkmann
2017-02-17
1
-1
/
+111
*
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
2017-02-17
1
-5
/
+1
[next]