index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
6
-30
/
+195
2018-03-31
selftests/bpf: Selftest for sys_connect hooks
Andrey Ignatov
8
-4
/
+284
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
13
-1
/
+202
2018-03-31
net: Introduce __inet_bind() and __inet6_bind
Andrey Ignatov
4
-28
/
+52
2018-03-31
selftests/bpf: Selftest for sys_bind hooks
Andrey Ignatov
4
-1
/
+517
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
10
-8
/
+366
2018-03-31
libbpf: Support expected_attach_type at prog load
Andrey Ignatov
5
-46
/
+133
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
8
-29
/
+88
2018-03-30
Merge branch 'bpf-sockmap-sg-api-fixes'
Daniel Borkmann
3
-13
/
+27
2018-03-30
bpf: sockmap: initialize sg table entries properly
Prashant Bhole
1
-5
/
+8
2018-03-30
lib/scatterlist: add sg_init_marker() helper
Prashant Bhole
2
-8
/
+19
2018-03-30
Merge branch 'bpf-sockmap-ingress'
Daniel Borkmann
8
-37
/
+430
2018-03-30
bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT tests
John Fastabend
3
-4
/
+60
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
3
-19
/
+78
2018-03-30
bpf: sockmap, add BPF_F_INGRESS tests
John Fastabend
3
-11
/
+87
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
5
-5
/
+207
2018-03-28
Merge branch 'nfp-bpf-updates'
Alexei Starovoitov
10
-80
/
+771
2018-03-28
nfp: bpf: improve wrong FW response warnings
Jakub Kicinski
1
-6
/
+6
2018-03-28
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
6
-2
/
+47
2018-03-28
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
5
-15
/
+88
2018-03-28
nfp: bpf: expose command delay slots
Jakub Kicinski
1
-29
/
+24
2018-03-28
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
6
-3
/
+212
2018-03-28
bpf: add parenthesis around argument of BPF_LDST_BYTES()
Jakub Kicinski
1
-1
/
+1
2018-03-28
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
4
-0
/
+17
2018-03-28
nfp: bpf: add map updates from the datapath
Jakub Kicinski
4
-0
/
+21
2018-03-28
nfp: bpf: add helper for basic map call checks
Jakub Kicinski
1
-15
/
+25
2018-03-28
nfp: bpf: add helper for validating stack pointers
Jakub Kicinski
3
-27
/
+50
2018-03-28
nfp: bpf: rename map_lookup_stack() to map_call_stack_common()
Jakub Kicinski
1
-3
/
+3
2018-03-28
nfp: bpf: detect packet reads could be cached, enable the optimisation
Jiong Wang
2
-0
/
+145
2018-03-28
nfp: bpf: support unaligned read offset
Jiong Wang
1
-3
/
+70
2018-03-28
nfp: bpf: read from packet data cache for PTR_TO_PACKET
Jiong Wang
3
-2
/
+88
2018-03-28
Merge branch 'bpf-raw-tracepoints'
Daniel Borkmann
30
-77
/
+607
2018-03-28
selftests/bpf: test for bpf_get_stackid() from raw tracepoints
Alexei Starovoitov
1
-21
/
+70
2018-03-28
samples/bpf: raw tracepoint test
Alexei Starovoitov
4
-0
/
+44
2018-03-28
libbpf: add bpf_raw_tracepoint_open helper
Alexei Starovoitov
3
-0
/
+23
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
9
-0
/
+424
2018-03-28
macro: introduce COUNT_ARGS() macro
Alexei Starovoitov
2
-6
/
+8
2018-03-28
net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
Alexei Starovoitov
4
-33
/
+21
2018-03-28
net/mac802154: disambiguate mac80215 vs mac802154 trace events
Alexei Starovoitov
1
-4
/
+4
2018-03-28
net/mediatek: disambiguate mt76 vs mt7601u trace events
Alexei Starovoitov
1
-3
/
+3
2018-03-28
treewide: remove large struct-pass-by-value from tracepoint arguments
Alexei Starovoitov
5
-10
/
+10
2018-03-28
bpf: Add sock_ops R/W access to ipv4 tos
Nikita V. Shirokov
1
-0
/
+35
2018-03-28
samples/bpf: fix spelling mistake: "revieve" -> "receive"
Colin Ian King
1
-1
/
+1
2018-03-27
bpf: follow idr code convention
Shaohua Li
1
-0
/
+4
2018-03-26
Merge branch 'bpf-verifier-log-btf-prep'
Daniel Borkmann
2
-12
/
+22
2018-03-26
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
2
-8
/
+18
2018-03-26
bpf: Rename bpf_verifer_log
Martin KaFai Lau
2
-5
/
+5
2018-03-23
Merge branch 'bpf-print-insns-api'
Daniel Borkmann
4
-53
/
+60
2018-03-23
bpftool: Adjust to new print_bpf_insn interface
Jiri Olsa
1
-6
/
+6
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
3
-47
/
+54
[next]