index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xdp: Remove the functions xsk_map_inc and xsk_map_put
Zhu Yanjun
2020-11-27
3
-22
/
+4
*
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
2020-11-27
1
-9
/
+6
*
Merge branch 'bpf: remove bpf_load loader completely'
Andrii Nakryiko
2020-11-27
16
-908
/
+350
|
\
|
*
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
2020-11-27
4
-731
/
+5
|
*
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2020-11-27
2
-0
/
+2
|
*
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
2020-11-27
2
-24
/
+60
|
*
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
2020-11-27
3
-31
/
+68
|
*
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
2020-11-27
2
-28
/
+75
|
*
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
2020-11-27
3
-22
/
+62
|
*
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
2020-11-27
5
-72
/
+78
|
/
*
bpf: Fix selftest compilation on clang 11
Andrei Matei
2020-11-26
1
-0
/
+2
*
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
2020-11-26
4
-0
/
+186
*
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
2020-11-26
4
-0
/
+50
*
ima: Implement ima_inode_hash
KP Singh
2020-11-26
2
-24
/
+60
*
libbpf: Add support for canceling cached_cons advance
Li RongQing
2020-11-25
1
-0
/
+6
*
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
2020-11-25
1
-84
/
+95
*
bpf: Sanitize BTF data pointer after module is loaded
Andrii Nakryiko
2020-11-25
1
-0
/
+5
*
kbuild: Skip module BTF generation for out-of-tree external modules
Andrii Nakryiko
2020-11-25
1
-2
/
+7
*
selftest/bpf: Fix rst formatting in readme
Andrei Matei
2020-11-24
1
-13
/
+15
*
selftest/bpf: Fix link in readme
Andrei Matei
2020-11-24
1
-1
/
+4
*
bpf: Simplify task_file_seq_get_next()
Song Liu
2020-11-20
1
-37
/
+17
*
bpftool: Add {i,d}tlb_misses support for bpftool profile
Yonghong Song
2020-11-20
1
-1
/
+29
*
Merge branch 'RISC-V selftest/bpf fixes'
Andrii Nakryiko
2020-11-19
9
-19
/
+67
|
\
|
*
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
2020-11-19
7
-18
/
+52
|
*
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
2020-11-19
1
-0
/
+13
|
*
selftests/bpf: Fix broken riscv build
Björn Töpel
2020-11-19
1
-1
/
+2
|
/
*
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
2020-11-18
6
-0
/
+39
*
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2020-11-18
2
-0
/
+150
*
bpf: Add bpf_bprm_opts_set helper
KP Singh
2020-11-18
4
-0
/
+60
*
Merge branch 'af-xdp-tx-batch'
Daniel Borkmann
2020-11-17
8
-56
/
+258
|
\
|
*
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
2020-11-17
4
-35
/
+112
|
*
xsk: Introduce batched Tx descriptor interfaces
Magnus Karlsson
2020-11-17
3
-13
/
+140
|
*
xsk: Introduce padding between more ring pointers
Magnus Karlsson
2020-11-17
1
-1
/
+3
|
*
i40e: Remove unnecessary sw_ring access from xsk Tx
Magnus Karlsson
2020-11-17
1
-5
/
+1
|
*
samples/bpf: Increment Tx stats at sending
Magnus Karlsson
2020-11-17
1
-3
/
+3
|
/
*
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
2020-11-17
1
-4
/
+4
*
bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usage
Martin KaFai Lau
2020-11-17
1
-2
/
+2
*
selftest/bpf: Fix IPV6FR handling in flow dissector
Santucci Pierpaolo
2020-11-16
1
-0
/
+2
*
Merge branch 'ionic-updates'
Jakub Kicinski
2020-11-14
5
-58
/
+81
|
\
|
*
ionic: useful names for booleans
Shannon Nelson
2020-11-14
3
-9
/
+15
|
*
ionic: change set_rx_mode from_ndo to can_sleep
Shannon Nelson
2020-11-14
1
-10
/
+10
|
*
ionic: flatten calls to ionic_lif_rx_mode
Shannon Nelson
2020-11-14
1
-22
/
+16
|
*
ionic: use mc sync for multicast filters
Shannon Nelson
2020-11-14
1
-11
/
+8
|
*
ionic: batch rx buffer refilling
Shannon Nelson
2020-11-14
2
-9
/
+13
|
*
ionic: add lif quiesce
Shannon Nelson
2020-11-14
1
-0
/
+20
|
*
ionic: check for link after netdev registration
Shannon Nelson
2020-11-14
1
-0
/
+2
|
*
ionic: start queues before announcing link up
Shannon Nelson
2020-11-14
1
-6
/
+6
|
/
*
net: macb: Fix passing zero to 'PTR_ERR'
YueHaibing
2020-11-14
1
-8
/
+2
*
ipv6: remove unused function ipv6_skb_idev()
Lukas Bulwahn
2020-11-14
1
-5
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
83
-1271
/
+3907
|
\
[next]