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
*
Merge branch 'bpf-prog-build'
Alexei Starovoitov
2019-02-12
51
-34
/
+12
|
\
|
*
selftests: bpf: relax sub-register mode compilation criteria
Jiong Wang
2019-02-12
1
-4
/
+3
|
*
selftests: bpf: centre kernel bpf objects under new subdir "progs"
Jiong Wang
2019-02-12
50
-21
/
+5
|
*
selftests: bpf: extend sub-register mode compilation to all bpf object files
Jiong Wang
2019-02-12
1
-13
/
+7
|
*
selftests: bpf: add "alu32" to .gitignore
Jiong Wang
2019-02-12
1
-0
/
+1
|
/
*
Merge branch 'skb_sk-sk_fullsock-tcp_sock'
Alexei Starovoitov
2019-02-11
13
-235
/
+1493
|
\
|
*
bpf: Add test_sock_fields for skb->sk and bpf_tcp_sock
Martin KaFai Lau
2019-02-11
4
-2
/
+487
|
*
bpf: Add skb->sk, bpf_sk_fullsock and bpf_tcp_sock tests to test_verifer
Martin KaFai Lau
2019-02-11
4
-3
/
+396
|
*
bpf: Sync bpf.h to tools/
Martin KaFai Lau
2019-02-11
1
-7
/
+65
|
*
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
2019-02-11
4
-3
/
+188
|
*
bpf: Refactor sock_ops_convert_ctx_access
Martin KaFai Lau
2019-02-11
1
-160
/
+127
|
*
bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sock
Martin KaFai Lau
2019-02-11
2
-31
/
+85
|
*
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
2019-02-11
4
-41
/
+157
|
/
*
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
2019-02-11
1
-4
/
+7
*
Merge branch 'btf-api-extensions'
Alexei Starovoitov
2019-02-08
5
-93
/
+121
|
\
|
*
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
2019-02-08
4
-23
/
+26
|
*
btf: expose API to work with raw btf_ext data
Andrii Nakryiko
2019-02-08
3
-48
/
+57
|
*
btf: expose API to work with raw btf data
Andrii Nakryiko
2019-02-08
3
-0
/
+8
|
*
btf: separate btf creation and loading
Andrii Nakryiko
2019-02-08
4
-25
/
+33
|
/
*
tools/bpf: add log_level to bpf_load_program_attr
Yonghong Song
2019-02-08
3
-6
/
+26
*
tools/bpf: add missing strings.h include
Andrii Nakryiko
2019-02-08
3
-0
/
+3
*
net: fixed-phy: Add fixed_phy_register_with_gpiod() API
Moritz Fischer
2019-02-08
2
-7
/
+40
*
Merge branch 'Add-comphy-support-for-Armada-38x'
David S. Miller
2019-02-08
8
-5
/
+369
|
\
|
*
ARM: dts: clearfog: add comphy settings for Ethernet interfaces
Russell King
2019-02-08
1
-0
/
+2
|
*
net: marvell: neta: add comphy support
Russell King
2019-02-08
1
-4
/
+41
|
*
dt-bindings: net: mvneta: add phys property
Russell King
2019-02-08
1
-1
/
+1
|
*
ARM: dts: add description for Armada 38x common phy
Russell King
2019-02-08
1
-0
/
+37
|
*
phy: armada38x: add common phy support
Russell King
2019-02-08
3
-0
/
+248
|
*
dt-bindings: phy: Armada 38x common phy bindings
Russell King
2019-02-08
1
-0
/
+40
|
/
*
Merge branch 'smc-next'
David S. Miller
2019-02-08
7
-51
/
+74
|
\
|
*
net/smc: original socket family in inet_sock_diag
Karsten Graul
2019-02-08
1
-2
/
+1
|
*
net/smc: move code to clear the conn->lgr field
Karsten Graul
2019-02-08
1
-2
/
+3
|
*
net/smc: use client and server LGR pending locks for SMC-R
Hans Wippel
2019-02-08
1
-16
/
+28
|
*
net/smc: unlock LGR pending lock earlier for SMC-D
Hans Wippel
2019-02-08
1
-5
/
+9
|
*
net/smc: use smc_curs_copy() for SMC-D
Ursula Braun
2019-02-08
1
-4
/
+5
|
*
net/smc: postpone release of clcsock
Ursula Braun
2019-02-08
2
-17
/
+23
|
*
s390/net: move pnet constants
Ursula Braun
2019-02-08
2
-8
/
+8
|
/
*
net: vxlan: Free a leaked vetoed multicast rdst
Petr Machata
2019-02-07
1
-9
/
+11
*
Merge branch 'devlink-health'
David S. Miller
2019-02-07
11
-165
/
+1755
|
\
|
*
devlink: Add Documentation/networking/devlink-health.txt
Aya Levin
2019-02-07
1
-0
/
+86
|
*
net/mlx5e: Add tx timeout support for mlx5e tx reporter
Eran Ben Elisha
2019-02-07
3
-37
/
+55
|
*
net/mlx5e: Add tx reporter support
Eran Ben Elisha
2019-02-07
6
-128
/
+306
|
*
devlink: Add health dump {get,clear} commands
Eran Ben Elisha
2019-02-07
2
-0
/
+65
|
*
devlink: Add health diagnose command
Eran Ben Elisha
2019-02-07
2
-0
/
+47
|
*
devlink: Add health recover command
Eran Ben Elisha
2019-02-07
2
-0
/
+21
|
*
devlink: Add health set command
Eran Ben Elisha
2019-02-07
2
-0
/
+37
|
*
devlink: Add health get command
Eran Ben Elisha
2019-02-07
2
-0
/
+160
|
*
devlink: Add health report functionality
Eran Ben Elisha
2019-02-07
3
-0
/
+193
|
*
devlink: Add health reporter create/destroy functionality
Eran Ben Elisha
2019-02-07
2
-0
/
+145
|
*
devlink: Add devlink formatted message (fmsg) API
Eran Ben Elisha
2019-02-07
3
-0
/
+640
|
/
[next]