index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
1
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
1
-1
/
+2
2018-01-17
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
3
-0
/
+12
2018-01-17
nfp: bpf: print map lookup problems into verifier log
Jakub Kicinski
1
-6
/
+8
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
1
-1
/
+1
2018-01-17
tools: bpftool: add -DPACKAGE when including bfd.h
Jiong Wang
2
-2
/
+2
2018-01-17
bpf: annotate bpf_insn_print_t with __printf
Jakub Kicinski
1
-2
/
+2
2018-01-17
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
1
-3
/
+1
2018-01-17
samples/bpf: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-17
bpf: cpumap: make some functions static
Wei Yongjun
1
-11
/
+12
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
1
-0
/
+1
2018-01-14
nfp: bpf: implement bpf map offload
Jakub Kicinski
3
-0
/
+109
2018-01-14
nfp: bpf: add support for reading map memory
Jakub Kicinski
2
-9
/
+76
2018-01-14
nfp: bpf: add verification and codegen for map lookups
Jakub Kicinski
3
-2
/
+138
2018-01-14
nfp: bpf: add helpers for updating immediate instructions
Jakub Kicinski
2
-0
/
+62
2018-01-14
nfp: bpf: parse function call and map capabilities
Jakub Kicinski
3
-0
/
+87
2018-01-14
nfp: bpf: implement helpers for FW map ops
Jakub Kicinski
3
-4
/
+288
2018-01-14
nfp: bpf: add basic control channel communication
Jakub Kicinski
8
-0
/
+317
2018-01-14
nfp: bpf: add map data structure
Jakub Kicinski
2
-1
/
+24
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
7
-13
/
+293
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
1
-8
/
+20
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
3
-8
/
+8
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
8
-40
/
+17
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
1
-16
/
+39
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
1
-24
/
+23
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
2
-4
/
+14
2018-01-12
error-injection: Support fault injection framework
Masami Hiramatsu
4
-0
/
+428
2018-01-12
error-injection: Add injectable error types
Masami Hiramatsu
7
-15
/
+66
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
22
-213
/
+317
2018-01-12
tracing/kprobe: bpf: Compare instruction pointer with original one
Masami Hiramatsu
2
-15
/
+7
2018-01-12
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
7
-32
/
+31
2018-01-13
bpf: simplify xdp_convert_ctx_access for xdp_rxq_info
Jesper Dangaard Brouer
2
-5
/
+4
2018-01-12
net: hns3: check for NULL function pointer in hns3_nic_set_features
Jian Shen
1
-2
/
+4
2018-01-12
net: hns3: add feature check when feature changed
Jian Shen
1
-12
/
+15
2018-01-12
net: hns3: add int_gl_idx setup for TX and RX queues
Fuyun Liang
3
-0
/
+21
2018-01-12
net: hns3: change the unit of GL value macro
Fuyun Liang
1
-4
/
+4
2018-01-12
net: hns3: remove unused GL setup function
Fuyun Liang
1
-12
/
+0
2018-01-12
net: hns3: refactor GL update function
Fuyun Liang
1
-19
/
+16
2018-01-12
net: hns3: refactor interrupt coalescing init function
Fuyun Liang
1
-9
/
+20
2018-01-12
net: hns3: add ethtool_ops.set_coalesce support to PF
Fuyun Liang
3
-4
/
+188
2018-01-12
net: hns3: add ethtool_ops.get_coalesce support to PF
Fuyun Liang
3
-0
/
+40
2018-01-12
net: hns3: remove TSO config command from VF driver
Peng Li
2
-28
/
+0
2018-01-12
net: hns3: add ethtool_ops.get_channels support for VF
Peng Li
2
-0
/
+31
2018-01-11
net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()
Wei Yongjun
1
-0
/
+2
2018-01-11
net: socionext: Fix error return code in netsec_netdev_open()
Wei Yongjun
1
-0
/
+1
2018-01-11
net: socionext: include linux/io.h to fix build
Arnd Bergmann
1
-0
/
+1
2018-01-11
ibmvnic: Don't handle RX interrupts when not up.
Nathan Fontenot
1
-0
/
+6
2018-01-11
cxgb4: implement ndo_features_check
Ganesh Goudar
1
-0
/
+19
2018-01-11
cxgb4: add support for vxlan segmentation offload
Ganesh Goudar
3
-37
/
+186
2018-01-11
cxgb4: implement udp tunnel callbacks
Ganesh Goudar
3
-0
/
+251
[next]