index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
sockmap.c
Age
Commit message (
Expand
)
Author
Lines
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
-4
/
+12
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
-1
/
+2
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
-2
/
+10
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
-0
/
+3
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
-10
/
+9
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
-0
/
+6
2017-09-08
bpf: add support for sockmap detach programs
John Fastabend
-1
/
+1
2017-09-01
bpf: sockmap update/simplify memory accounting scheme
John Fastabend
-11
/
+7
2017-08-28
bpf: fix oops on allocation failure
Dan Carpenter
-0
/
+1
2017-08-28
bpf: sockmap indicate sock events to listeners
John Fastabend
-0
/
+6
2017-08-28
bpf: harden sockmap program attach to ensure correct map type
John Fastabend
-0
/
+3
2017-08-28
bpf: sockmap add missing rcu_read_(un)lock in smap_data_ready
John Fastabend
-3
/
+6
2017-08-28
bpf: sockmap, remove STRPARSER map_flags and add multi-map support
John Fastabend
-104
/
+165
2017-08-28
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
-11
/
+14
2017-08-24
strparser: initialize all callbacks
Eric Biggers
-5
/
+5
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
-3
/
+7
2017-08-17
bpf: don't enable preemption twice in smap_do_verdict
Daniel Borkmann
-1
/
+2
2017-08-16
bpf: sockmap state change warning fix
John Fastabend
-0
/
+3
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
-0
/
+792