index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
textsearch.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
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
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
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
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
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
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
168
-0
/
+168
2018-03-23
bridge: Allow max MTU when multiple VLANs present
Chas Williams
4
-7
/
+25
2018-03-23
virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
Jay Vosburgh
1
-1
/
+1
2018-03-23
devlink: Remove top_hierarchy arg for DEVLINK disabled path
David Ahern
1
-1
/
+0
2018-03-22
mm, thp: do not cause memcg oom for thp
David Rientjes
2
-4
/
+9
2018-03-22
mm/vmscan: wake up flushers for legacy cgroups too
Andrey Ryabinin
1
-15
/
+16
2018-03-22
Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
Daniel Vacek
3
-39
/
+1
2018-03-22
mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
Kirill A. Shutemov
1
-11
/
+20
2018-03-22
mm/thp: do not wait for lock_page() in deferred_split_scan()
Kirill A. Shutemov
1
-1
/
+3
2018-03-22
mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
Kirill A. Shutemov
1
-1
/
+6
2018-03-22
x86/mm: implement free pmd/pte page interfaces
Toshi Kani
1
-2
/
+26
[next]