index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwmon
/
raspberrypi-hwmon.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
net_failover: fixed rollback in net_failover_open()
Vasily Averin
1
-1
/
+2
2020-06-03
Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"
Tuong Lien
1
-1
/
+0
2020-06-03
Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"
Tuong Lien
1
-1
/
+0
2020-06-03
vmxnet3: allow rx flow hash ops only when rss is enabled
Ronak Doshi
1
-0
/
+12
2020-06-03
hinic: add set_channels ethtool_ops support
Luo bin
2
-9
/
+33
2020-06-02
selftests/bpf: Add a default $(CXX) value
Ilya Leoshkevich
1
-0
/
+2
2020-06-02
tools/bpf: Don't use $(COMPILE.c)
Ilya Leoshkevich
2
-7
/
+7
2020-06-02
bpf, selftests: Use bpf_probe_read_kernel
Ilya Leoshkevich
4
-48
/
+48
2020-06-02
s390/bpf: Use bcr 0,%0 as tail call nop filler
Ilya Leoshkevich
1
-1
/
+2
2020-06-02
s390/bpf: Maintain 8-byte stack alignment
Ilya Leoshkevich
1
-9
/
+10
2020-06-02
selftests/bpf: Fix verifier test
Alexei Starovoitov
1
-1
/
+1
2020-06-02
selftests/bpf: Fix sample_cnt shared between two threads
Andrii Nakryiko
1
-1
/
+1
2020-06-02
bpf, selftests: Adapt cls_redirect to call csum_level helper
Daniel Borkmann
1
-3
/
+6
2020-06-02
bpf: Add csum_level helper for fixing up csum levels
Daniel Borkmann
3
-2
/
+122
2020-06-02
bpf: Fix up bpf_skb_adjust_room helper's skb csum setting
Daniel Borkmann
4
-2
/
+30
2020-06-02
sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()
Jules Irenge
1
-0
/
+1
2020-06-02
crypto/chtls: IPv6 support for inline TLS
Vinay Kumar Yadav
4
-43
/
+168
2020-06-02
Crypto/chcr: Fixes a coccinile check error
Ayush Sawal
1
-0
/
+1
2020-06-02
Crypto/chcr: Fixes compilations warnings
Ayush Sawal
2
-7
/
+5
2020-06-02
crypto/chcr: IPV6 code needs to be in CONFIG_IPV6
Rohit Maheshwari
1
-15
/
+33
2020-06-02
cxgb4/chcr: Enable ktls settings at run time
Rohit Maheshwari
10
-85
/
+195
2020-06-02
ipv6: fix IPV6_ADDRFORM operation logic
Hangbin Liu
1
-6
/
+7
2020-06-02
tipc: Fix NULL pointer dereference in __tipc_sendstream()
YueHaibing
1
-2
/
+6
2020-06-02
selftests/bpf: Extend test_flow_dissector to cover link creation
Jakub Sitnicki
1
-33
/
+82
2020-06-02
selftests/bpf: Convert test_flow_dissector to use BPF skeleton
Jakub Sitnicki
2
-15
/
+55
2020-06-02
selftests/bpf, flow_dissector: Close TAP device FD after the test
Jakub Sitnicki
1
-0
/
+1
2020-06-02
selftests/bpf: Add tests for attaching bpf_link to netns
Jakub Sitnicki
1
-37
/
+551
2020-06-02
bpftool: Support link show for netns-attached links
Jakub Sitnicki
1
-0
/
+10
2020-06-02
bpftool: Extract helpers for showing link attach type
Jakub Sitnicki
1
-22
/
+22
2020-06-02
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
3
-5
/
+21
2020-06-02
bpf, cgroup: Return ENOLINK for auto-detached links on update
Jakub Sitnicki
1
-1
/
+1
2020-06-02
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
7
-2
/
+267
2020-06-02
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
4
-121
/
+144
2020-06-02
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
6
-66
/
+149
2020-06-02
flow_dissector: Pull locking up from prog attach callback
Jakub Sitnicki
1
-20
/
+20
2020-06-02
libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
Andrii Nakryiko
1
-0
/
+3
2020-06-02
bpf: Use tracing helpers for lsm programs
Jiri Olsa
3
-2
/
+5
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
16
-21
/
+21
2020-06-02
xdp: Introduce xdp_convert_frame_to_buff utility routine
Lorenzo Bianconi
2
-5
/
+11
2020-06-01
selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt
Ferenc Fejes
1
-0
/
+33
2020-06-01
bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt
Ferenc Fejes
1
-1
/
+27
2020-06-01
net: Make locking in sock_bindtoindex optional
Ferenc Fejes
4
-7
/
+9
2020-06-01
bpf: Change kvfree to kfree in generic_map_lookup_batch()
Denis Efremov
1
-1
/
+1
2020-06-01
tools/bpf: sync bpf.h
Alexei Starovoitov
1
-0
/
+1
2020-06-01
bpf, selftests: Add test for ktls with skb bpf ingress policy
John Fastabend
2
-22
/
+187
2020-06-01
bpf: Fix running sk_skb program types with ktls
John Fastabend
4
-5
/
+75
2020-06-01
selftest: Add tests for XDP programs in devmap entries
David Ahern
3
-0
/
+163
2020-06-01
bpf: Refactor sockmap redirect code so its easy to reuse
John Fastabend
2
-21
/
+35
2020-06-01
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
1
-0
/
+2
2020-06-01
xdp: Add xdp_txq_info to xdp_buff
David Ahern
5
-0
/
+29
[next]