index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
1
-1
/
+2
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
1
-0
/
+1
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
1
-0
/
+15
2018-08-10
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
1
-0
/
+25
2018-08-10
bpf: Make redirect_info accessible from modules
Toshiaki Makita
1
-0
/
+10
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-3
/
+3
2018-06-29
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
1
-48
/
+8
2018-06-21
bpf: enforce correct alignment for instructions
Eric Dumazet
1
-1
/
+3
2018-06-15
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-0
/
+16
2018-06-15
bpf: reject any prog that failed read-only lock
Daniel Borkmann
1
-22
/
+38
2018-06-15
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
1
-0
/
+3
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
1
-6
/
+24
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
1
-0
/
+3
2018-06-03
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
1
-0
/
+10
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
1
-0
/
+1
2018-05-18
bpf: allow sk_msg programs to read sock fields
John Fastabend
1
-0
/
+1
2018-05-15
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
1
-2
/
+1
2018-05-03
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
1
-1
/
+3
2018-05-03
xsk: wire up XDP_SKB side of AF_XDP
Björn Töpel
1
-1
/
+1
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
1
-1
/
+2
2018-04-17
xdp: move struct xdp_buff from filter.h to xdp.h
Jesper Dangaard Brouer
1
-23
/
+1
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-0
/
+10
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-0
/
+1
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
1
-0
/
+1
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
1
-0
/
+1
2018-03-28
bpf: add parenthesis around argument of BPF_LDST_BYTES()
Jakub Kicinski
1
-1
/
+1
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-0
/
+17
2018-02-13
net: avoid including xdp.h in filter.h
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
1
-0
/
+2
2018-01-25
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
1
-0
/
+1
2018-01-25
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
1
-0
/
+9
2018-01-05
xdp: base API for new XDP rx-queue info concept
Jesper Dangaard Brouer
1
-0
/
+2
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-0
/
+9
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
1
-0
/
+2
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
1
-2
/
+3
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
1
-0
/
+6
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
1
-1
/
+2
2017-12-05
bpf: Add access to snd_cwnd and others in sock_ops
Lawrence Brakmo
1
-0
/
+1
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-2
/
+0
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
1
-2
/
+1
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
1
-1
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
1
-1
/
+1
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
1
-1
/
+1
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-2
/
+19
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
1
-3
/
+6
2017-08-24
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
Jesper Dangaard Brouer
1
-1
/
+2
[next]