index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2018-10-25
1
-0
/
+1
*
bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB
Song Liu
2018-10-19
1
-0
/
+21
*
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
2018-10-15
1
-21
/
+0
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-17
1
-1
/
+2
*
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
1
-0
/
+1
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
1
-0
/
+15
*
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
2018-08-10
1
-0
/
+25
*
bpf: Make redirect_info accessible from modules
Toshiaki Makita
2018-08-10
1
-0
/
+10
*
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
1
-3
/
+3
*
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
2018-06-29
1
-48
/
+8
*
bpf: enforce correct alignment for instructions
Eric Dumazet
2018-06-21
1
-1
/
+3
*
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
2018-06-15
1
-0
/
+16
*
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2018-06-15
1
-22
/
+38
*
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2018-06-15
1
-0
/
+3
*
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
2018-06-03
1
-6
/
+24
*
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-06-03
1
-0
/
+3
*
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
2018-06-03
1
-0
/
+10
*
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-28
1
-0
/
+1
*
bpf: allow sk_msg programs to read sock fields
John Fastabend
2018-05-18
1
-0
/
+1
*
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
2018-05-15
1
-2
/
+1
*
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
2018-05-03
1
-1
/
+3
*
xsk: wire up XDP_SKB side of AF_XDP
Björn Töpel
2018-05-03
1
-1
/
+1
*
bpf: add bpf_get_stack helper
Yonghong Song
2018-04-29
1
-1
/
+2
*
xdp: move struct xdp_buff from filter.h to xdp.h
Jesper Dangaard Brouer
2018-04-17
1
-23
/
+1
*
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
[next]