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
Age
Commit message (
Expand
)
Author
Lines
2018-01-17
Merge branch 'bpf-libbpf-cleanups'
Daniel Borkmann
-15
/
+5
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
-1
/
+1
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
-1
/
+2
2018-01-17
Merge branch 'bpf-various-improvements'
Daniel Borkmann
-14
/
+26
2018-01-17
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
-0
/
+12
2018-01-17
nfp: bpf: print map lookup problems into verifier log
Jakub Kicinski
-6
/
+8
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
-1
/
+1
2018-01-17
tools: bpftool: add -DPACKAGE when including bfd.h
Jiong Wang
-2
/
+2
2018-01-17
bpf: annotate bpf_insn_print_t with __printf
Jakub Kicinski
-2
/
+2
2018-01-17
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
-3
/
+1
2018-01-17
samples/bpf: Fix trailing semicolon
Luis de Bethencourt
-1
/
+1
2018-01-17
bpf: cpumap: make some functions static
Wei Yongjun
-11
/
+12
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
-0
/
+1
2018-01-14
Merge branch 'bpf-nfp-map-offload'
Daniel Borkmann
-120
/
+1506
2018-01-14
nfp: bpf: implement bpf map offload
Jakub Kicinski
-0
/
+109
2018-01-14
nfp: bpf: add support for reading map memory
Jakub Kicinski
-9
/
+76
2018-01-14
nfp: bpf: add verification and codegen for map lookups
Jakub Kicinski
-2
/
+138
2018-01-14
nfp: bpf: add helpers for updating immediate instructions
Jakub Kicinski
-0
/
+62
2018-01-14
nfp: bpf: parse function call and map capabilities
Jakub Kicinski
-0
/
+87
2018-01-14
nfp: bpf: implement helpers for FW map ops
Jakub Kicinski
-4
/
+288
2018-01-14
nfp: bpf: add basic control channel communication
Jakub Kicinski
-0
/
+317
2018-01-14
nfp: bpf: add map data structure
Jakub Kicinski
-1
/
+24
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
-13
/
+293
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
-8
/
+20
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
-8
/
+8
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
-40
/
+17
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
-16
/
+39
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
-24
/
+23
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
-4
/
+14
2018-01-12
Merge branch 'error-injection'
Alexei Starovoitov
-245
/
+819
2018-01-12
error-injection: Support fault injection framework
Masami Hiramatsu
-0
/
+428
2018-01-12
error-injection: Add injectable error types
Masami Hiramatsu
-15
/
+66
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
-213
/
+317
2018-01-12
tracing/kprobe: bpf: Compare instruction pointer with original one
Masami Hiramatsu
-15
/
+7
2018-01-12
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
-32
/
+31
2018-01-13
bpf: simplify xdp_convert_ctx_access for xdp_rxq_info
Jesper Dangaard Brouer
-5
/
+4
2018-01-12
Merge branch 'hns3-add-some-new-features-and-fix-some-bugs'
David S. Miller
-87
/
+336
2018-01-12
net: hns3: check for NULL function pointer in hns3_nic_set_features
Jian Shen
-2
/
+4
2018-01-12
net: hns3: add feature check when feature changed
Jian Shen
-12
/
+15
2018-01-12
net: hns3: add int_gl_idx setup for TX and RX queues
Fuyun Liang
-0
/
+21
2018-01-12
net: hns3: change the unit of GL value macro
Fuyun Liang
-4
/
+4
2018-01-12
net: hns3: remove unused GL setup function
Fuyun Liang
-12
/
+0
2018-01-12
net: hns3: refactor GL update function
Fuyun Liang
-19
/
+16
2018-01-12
net: hns3: refactor interrupt coalescing init function
Fuyun Liang
-9
/
+20
2018-01-12
net: hns3: add ethtool_ops.set_coalesce support to PF
Fuyun Liang
-4
/
+188
2018-01-12
net: hns3: add ethtool_ops.get_coalesce support to PF
Fuyun Liang
-0
/
+40
2018-01-12
net: hns3: remove TSO config command from VF driver
Peng Li
-28
/
+0
2018-01-12
net: hns3: add ethtool_ops.get_channels support for VF
Peng Li
-0
/
+31
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-348
/
+778
[next]