index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-19
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
12
-33
/
+13
2020-08-19
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
4
-150
/
+288
2020-08-19
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
6
-29
/
+45
2020-08-19
selftests/bpf: Add test validating failure on ambiguous relocation value
Andrii Nakryiko
3
-0
/
+30
2020-08-19
libbpf: Improve relocation ambiguity detection
Andrii Nakryiko
1
-46
/
+124
2020-08-19
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
4
-129
/
+169
2020-08-19
libbpf: Improve error logging for mismatched BTF kind cases
Andrii Nakryiko
1
-18
/
+41
2020-08-19
Merge branch 'libbpf-probing-improvements'
Alexei Starovoitov
5
-137
/
+240
2020-08-19
libbpf: Detect minimal BTF support and skip BTF loading, if missing
Andrii Nakryiko
1
-0
/
+27
2020-08-19
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
2
-20
/
+24
2020-08-19
selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()
Andrii Nakryiko
1
-3
/
+9
2020-08-19
libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]
Andrii Nakryiko
1
-0
/
+80
2020-08-19
libbpf: Factor out common logic of testing and closing FD
Andrii Nakryiko
1
-53
/
+17
2020-08-19
libbpf: Make kernel feature probing lazy
Andrii Nakryiko
1
-64
/
+86
2020-08-19
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
1
-1
/
+1
2020-08-19
libbpf: Convert comma to semicolon
Xu Wang
1
-1
/
+1
2020-08-19
samples: bpf: Fix broken bpf programs due to removed symbol
Daniel T. Lee
3
-3
/
+3
2020-08-19
net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
Miaohe Lin
1
-2
/
+1
2020-08-18
ethernet: cirrus: Remove unused macros
Alex Dewar
1
-4
/
+0
2020-08-18
net: tipc: Convert to use the preferred fallthrough macro
Miaohe Lin
3
-4
/
+4
2020-08-18
Merge branch 'netlink-allow-NLA_BINARY-length-range-validation'
David S. Miller
12
-92
/
+115
2020-08-18
netlink: make NLA_BINARY validation more flexible
Johannes Berg
3
-61
/
+89
2020-08-18
netlink: consistently use NLA_POLICY_MIN_LEN()
Johannes Berg
3
-6
/
+6
2020-08-18
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
8
-25
/
+20
2020-08-18
Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-57
/
+58
2020-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
76
-349
/
+768
2020-08-18
otx2_common: Use devm_kcalloc() in otx2_config_npa()
Xu Wang
1
-2
/
+2
2020-08-18
net: qrtr: fix usage of idr in port assignment to socket
Necip Fazil Yildiran
1
-9
/
+11
2020-08-18
selftests: disable rp_filter for icmp_redirect.sh
David Ahern
1
-0
/
+2
2020-08-18
mailmap: Add WeiXiong Liao
Kees Cook
1
-0
/
+1
2020-08-18
mailmap: Restore dictionary sorting
Kees Cook
1
-57
/
+57
2020-08-17
Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"
David S. Miller
1
-1
/
+0
2020-08-17
phylink: <linux/phylink.h>: fix function prototype kernel-doc warning
Randy Dunlap
1
-1
/
+2
2020-08-17
watch_queue: Limit the number of watches a user can hold
David Howells
2
-0
/
+11
2020-08-17
mptcp: sendmsg: reset iter on error redux
Florian Westphal
1
-3
/
+5
2020-08-17
net: devlink: Remove overzealous WARN_ON with snapshots
Andrew Lunn
1
-1
/
+1
2020-08-17
tipc: not enable tipc when ipv6 works as a module
Xin Long
1
-0
/
+1
2020-08-17
tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
Cong Wang
1
-1
/
+11
2020-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-80
/
+73
2020-08-17
Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-12
/
+36
2020-08-17
net: Fix potential wrong skb->protocol in skb_vlan_untag()
Miaohe Lin
1
-2
/
+2
2020-08-17
net: xdp: pull ethernet header off packet after computing skb->protocol
Jason A. Donenfeld
1
-0
/
+1
2020-08-17
ipvlan: fix device features
Mahesh Bandewar
1
-5
/
+22
2020-08-17
bonding: fix a potential double-unregister
Cong Wang
1
-1
/
+2
2020-08-16
Linux 5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-156
/
+409
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
2020-08-16
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-66
/
+62
2020-08-16
Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+17
2020-08-16
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
69
-998
/
+370
[next]