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
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
2018-07-12
1
-2
/
+9
*
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
2018-07-11
1
-17
/
+13
*
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
1
-1
/
+6
*
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-07
1
-2
/
+2
*
bpf: sockmap, consume_skb in close path
John Fastabend
2018-07-07
1
-1
/
+4
*
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
2018-07-07
2
-1
/
+18
*
bpf: sockmap, hash table is RCU so readers do not need locks
John Fastabend
2018-07-07
1
-2
/
+0
*
bpf: sockmap, error path can not release psock in multi-map case
John Fastabend
2018-07-07
1
-11
/
+6
*
bpf: hash map: decrement counter on error
Mauricio Vasquez B
2018-07-03
1
-5
/
+11
*
bpf: sockhash, add release routine
John Fastabend
2018-07-01
1
-0
/
+1
*
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
2018-07-01
1
-49
/
+96
*
bpf: sockmap, fix smap_list_map_remove when psock is in many maps
John Fastabend
2018-07-01
1
-12
/
+22
*
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
2018-07-01
1
-10
/
+48
*
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
2018-06-29
1
-29
/
+1
*
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
2018-06-26
3
-78
/
+93
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-17
3
-16
/
+79
|
\
|
*
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
2018-06-15
1
-0
/
+14
|
*
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2018-06-15
2
-10
/
+49
|
*
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2018-06-15
2
-6
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
1
-2
/
+12
|
\
|
|
*
bpf: implement dummy fops for bpf objects
Daniel Borkmann
2018-06-08
1
-2
/
+12
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-3
/
+5
*
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
1
-4
/
+4
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
|
/
*
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2018-06-07
1
-17
/
+31
*
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
2018-06-03
2
-0
/
+16
*
bpf/xdp: devmap can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
2018-06-03
1
-13
/
+6
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
1
-1
/
+1
*
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
2018-06-03
1
-1
/
+2
*
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-06-03
2
-22
/
+58
*
bpf: show prog and map id in fdinfo
Daniel Borkmann
2018-06-03
1
-4
/
+8
*
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
2018-06-03
1
-1
/
+1
*
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2018-06-02
1
-1
/
+20
*
bpf: btf: Check array t->size
Martin KaFai Lau
2018-06-02
1
-0
/
+5
*
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
2018-05-30
1
-1
/
+1
*
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
2018-05-30
1
-0
/
+7
*
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
2018-05-30
1
-2
/
+9
*
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-28
2
-1
/
+18
*
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
2018-05-28
1
-4
/
+3
*
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
2018-05-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-26
1
-25
/
+120
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-05-25
1
-22
/
+64
|
|
\
|
|
*
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
2018-05-24
1
-22
/
+64
|
*
|
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
2018-05-21
1
-3
/
+56
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-05-19
1
-3
/
+56
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-24
8
-136
/
+614
|
\
\
\
|
*
|
|
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
2018-05-24
1
-2
/
+3
|
*
|
|
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2018-05-24
1
-11
/
+18
|
*
|
|
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
2018-05-24
2
-2
/
+2
[next]