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
*
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
2019-04-16
3
-0
/
+18
*
selftests/bpf: make flow dissector tests more extensible
Stanislav Fomichev
2019-04-16
1
-81
/
+116
*
selftests/bpf: two scale tests
Alexei Starovoitov
2019-04-16
2
-0
/
+88
*
bpftool: Improve handling of ENOSPC on reuseport_array map dumps
Benjamin Poirier
2019-04-16
1
-0
/
+7
*
bpftool: Use print_entry_error() in case of ENOENT when dumping
Benjamin Poirier
2019-04-16
1
-19
/
+14
*
tools: bpftool: add a note on program statistics in man page
Quentin Monnet
2019-04-16
1
-0
/
+8
*
tools: bpftool: fix short option name for printing version in man pages
Quentin Monnet
2019-04-16
7
-7
/
+7
*
tools: bpftool: fix man page documentation for "pinmaps" keyword
Quentin Monnet
2019-04-16
1
-1
/
+1
*
tools: bpftool: reset errno for "bpftool cgroup tree"
Quentin Monnet
2019-04-16
1
-0
/
+7
*
tools: bpftool: remove blank line after btf_id when listing programs
Quentin Monnet
2019-04-16
1
-1
/
+1
*
bpf: reserve flags in bpf_skb_net_shrink
Willem de Bruijn
2019-04-16
1
-0
/
+3
*
bpf: fix whitespace for ENCAP_L2 defines in bpf.h
Alan Maguire
2019-04-16
2
-6
/
+6
*
selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel
Stanislav Fomichev
2019-04-16
1
-1
/
+1
*
selftests/btf: add VAR and DATASEC case for dedup tests
Andrii Nakryiko
2019-04-16
1
-0
/
+49
*
btf: add support for VAR and DATASEC in btf_dedup()
Andrii Nakryiko
2019-04-16
1
-2
/
+27
*
kbuild: handle old pahole more gracefully when generating BTF
Andrii Nakryiko
2019-04-16
1
-1
/
+1
*
bpf: refactor "check_reg_arg" to eliminate code redundancy
Jiong Wang
2019-04-13
1
-6
/
+8
*
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
2019-04-13
1
-10
/
+20
*
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
2019-04-13
1
-14
/
+20
*
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
2019-04-13
1
-3
/
+1
*
bpf: Fix distinct pointer types warning for ARCH=i386
Andrey Ignatov
2019-04-13
1
-1
/
+1
*
Merge branch 'bpf-sysctl-hook'
Alexei Starovoitov
2019-04-12
19
-8
/
+2697
|
\
|
*
selftests/bpf: C based test for sysctl and strtoX
Andrey Ignatov
2019-04-12
2
-1
/
+126
|
*
selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
1
-0
/
+485
|
*
selftests/bpf: Test ARG_PTR_TO_LONG arg type
Andrey Ignatov
2019-04-12
1
-0
/
+160
|
*
selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
Andrey Ignatov
2019-04-12
1
-0
/
+19
|
*
bpf: Sync bpf.h to tools/
Andrey Ignatov
2019-04-12
1
-1
/
+50
|
*
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2019-04-12
4
-1
/
+187
|
*
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
2019-04-12
2
-0
/
+31
|
*
selftests/bpf: Test file_pos field in bpf_sysctl ctx
Andrey Ignatov
2019-04-12
1
-0
/
+64
|
*
selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
1
-0
/
+222
|
*
selftests/bpf: Test sysctl_get_current_value helper
Andrey Ignatov
2019-04-12
1
-0
/
+228
|
*
selftests/bpf: Test bpf_sysctl_get_name helper
Andrey Ignatov
2019-04-12
1
-0
/
+222
|
*
selftests/bpf: Test BPF_CGROUP_SYSCTL
Andrey Ignatov
2019-04-12
2
-1
/
+293
|
*
selftests/bpf: Test sysctl section name
Andrey Ignatov
2019-04-12
1
-0
/
+5
|
*
libbpf: Support sysctl hook
Andrey Ignatov
2019-04-12
2
-0
/
+4
|
*
bpf: Sync bpf.h to tools/
Andrey Ignatov
2019-04-12
1
-1
/
+89
|
*
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2019-04-12
5
-8
/
+63
|
*
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
5
-10
/
+142
|
*
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
2019-04-12
3
-1
/
+88
|
*
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
2019-04-12
2
-2
/
+90
|
*
bpf: Sysctl hook
Andrey Ignatov
2019-04-12
8
-0
/
+141
|
*
bpf: Add base proto function for cgroup-bpf programs
Andrey Ignatov
2019-04-12
1
-1
/
+7
|
/
*
Merge branch 'smc-next'
David S. Miller
2019-04-12
8
-274
/
+294
|
\
|
*
net/smc: improve smc_conn_create reason codes
Karsten Graul
2019-04-12
4
-59
/
+58
|
*
net/smc: improve smc_listen_work reason codes
Karsten Graul
2019-04-12
2
-46
/
+54
|
*
net/smc: code cleanup smc_listen_work
Karsten Graul
2019-04-12
1
-15
/
+14
|
*
net/smc: cleanup of get vlan id
Karsten Graul
2019-04-12
3
-6
/
+10
|
*
net/smc: consolidate function parameters
Karsten Graul
2019-04-12
7
-141
/
+139
|
*
net/smc: check for ip prefix and subnet
Karsten Graul
2019-04-12
2
-3
/
+10
[next]