projects
/
platform
/
kernel
/
linux-rpi.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/kernel/linux-rpi.git
2021-08-18
Xu Liu
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
commit
|
commitdiff
|
tree
|
snapshot
2021-08-18
Grant Seltzer
libbpf: Rename libbpf documentation index file
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Colin Ian King
bpf: Remove redundant initialization of variable allow
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Andrii Nakryiko
Merge branch 'selftests/bpf: fix flaky send_signal...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yonghong Song
selftests/bpf: Fix flaky send_signal test
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yonghong Song
selftests/bpf: Replace CHECK with ASSERT_* macros in...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Andrii Nakryiko
Merge branch 'selftests/bpf: Improve the usability...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yucong Sun
selftests/bpf: Support glob matching for test selector.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yucong Sun
selftests/bpf: Also print test name in subtest status...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yucong Sun
selftests/bpf: Correctly display subtest skip status
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yucong Sun
selftests/bpf: Skip loading bpf_testmod when using...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yucong Sun
selftests/bpf: Add exponential backoff to map_delete_re...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Yucong Sun
selftests/bpf: Add exponential backoff to map_update_re...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Andrii Nakryiko
Merge branch 'sockmap: add sockmap support for unix...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Jiang Wang
selftest/bpf: Add new tests in sockmap for unix stream...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Jiang Wang
selftest/bpf: Change udp to inet in some function names
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Jiang Wang
selftest/bpf: Add tests for sockmap with unix stream...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Jiang Wang
af_unix: Add unix_stream_proto for sockmap
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Jiang Wang
af_unix: Add read_sock for stream socket types
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Hengqi Chen
selftests/bpf: Test btf__load_vmlinux_btf/btf__load_mod...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
grantseltzer
bpf: Reconfigure libbpf docs to remove unversioned API
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Daniel Borkmann
Merge branch 'bpf-perf-link'
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
selftests/bpf: Add ref_ctr_offset selftests
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
libbpf: Add uprobe ref counter offset support for USDT...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
selftests/bpf: Add bpf_cookie selftests for high-level...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
selftests/bpf: Extract uprobe-related helpers into...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
selftests/bpf: Test low-level perf BPF link API
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
libbpf: Add bpf_cookie support to bpf_link_create(...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
libbpf: Use BPF perf link when supported by kernel
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
libbpf: Remove unused bpf_link's destroy operation...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
libbpf: Re-build libbpf.so when libbpf.map changes
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
bpf: Add bpf_get_attach_cookie() BPF helper to access...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
bpf: Allow to specify user-provided bpf_cookie for...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
bpf: Implement minimal BPF perf link
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
bpf: Refactor perf_event_set_bpf_prog() to use struct...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Andrii Nakryiko
bpf: Refactor BPF_PROG_RUN into a function
commit
|
commitdiff
|
tree
|
snapshot
2021-08-16
Colin Ian King
bpf, tests: Fix spelling mistake "shoft" -> "shift"
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Andrii Nakryiko
Merge branch 'BPF iterator for UNIX domain socket.'
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kuniyuki Iwashima
selftest/bpf: Extend the bpf_snprintf() test for "%c".
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kuniyuki Iwashima
selftest/bpf: Implement sample UNIX domain socket itera...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kuniyuki Iwashima
bpf: Support "%c" in bpf_bprintf_prepare().
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Kuniyuki Iwashima
bpf: af_unix: Implement BPF iterator for UNIX domain...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-15
Muhammad Falak...
samples/bpf: Define MAX_ENTRIES instead of a magic...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-14
Andrii Nakryiko
Merge branch 'bpf: Allow bpf_get_netns_cookie in BPF_PR...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-14
Stanislav Fomichev
selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-14
Stanislav Fomichev
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Ilya Leoshkevich
selftests/bpf: Fix test_core_autosize on big-endian...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Hao Luo
libbpf: Support weak typed ksyms.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Jussi Maki
selftests/bpf: Fix running of XDP bonding tests
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Changbin Du
net: in_irq() cleanup
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Jussi Maki
net, bonding: Disallow vlan+srcmac with XDP
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Rao Shoaib
af_unix: fix holding spinlock in oob handling
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Jakub Kicinski
Merge git://git./linux/kernel/git/netdev/net
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Linus Torvalds
Merge tag 'net-5.14-rc6' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Linus Torvalds
Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Linus Torvalds
Merge tag 'drm-fixes-2021-08-13' of git://anongit.freed...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Alex Elder
dt-bindings: net: qcom,ipa: make imem interconnect...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Alex Elder
net: ipa: always inline ipa_aggr_granularity_val()
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Dave Airlie
Merge tag 'drm-misc-fixes-2021-08-12' of git://anongit...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Dave Airlie
Merge tag 'drm-intel-fixes-2021-08-12' of git://anongit...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Jakub Kicinski
Merge tag 'ieee802154-for-davem-2021-08-12' of git...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Longpeng(Mike)
vsock/virtio: avoid potential deadlock when vsock devic...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Linus Torvalds
Merge branch 'for-v5.14' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Linus Torvalds
Merge tag 'sound-5.14-rc6' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Andy Shevchenko
wwan: core: Avoid returning NULL from wwan_create_dev()
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
David S. Miller
Merge tag 'mlx5-updates-2021-08-11' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
David S. Miller
Merge branch 'dsa-cross-chip-notifiers'
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Vladimir Oltean
net: dsa: tag_8021q: don't broadcast during setup/teardown
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Vladimir Oltean
net: dsa: print more information when a cross-chip...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Daniel Vetter
drm/doc/rfc: drop lmem uapi section
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Matt Roper
drm/i915: Only access SFC_DONE when media domain is...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Andy Shevchenko
wwan: core: Unshadow error code returned by ida_alloc_r...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Ankit Nautiyal
drm/i915/display: Fix the 12 BPC bits for PIPE_MISC reg
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Vladimir Oltean
net: dsa: sja1105: unregister the MDIO buses during...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
DENG Qingfang
net: dsa: mt7530: fix VLAN traffic leaks again
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Oleksij Rempel
net: phy: nxp-tja11xx: log critical health state
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
David S. Miller
Merge branch 'pktgen-imix'
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Nick Richardson
pktgen: Add output for imix results
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Nick Richardson
pktgen: Add imix distribution bins
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Nick Richardson
pktgen: Parse internet mix (imix) input
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Hoang Le
Revert "tipc: Return the correct errno code"
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Mark Brown
net: mscc: Fix non-GPL export of regmap APIs
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Linus Torvalds
Merge tag 'orphans-v5.14-rc6' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Linus Torvalds
Merge tag 'seccomp-v5.14-rc6' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Dave Airlie
Merge tag 'amd-drm-fixes-5.14-2021-08-11' of https...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Nikolay Aleksandrov
net: bridge: vlan: fix global vlan option range dumping
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Jeremy Kerr
mctp: Specify route types, require rtm_type in RTM_...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Eric Dumazet
net: igmp: increase size of mr_ifc_count
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Yufeng Mo
net: hns3: add support for triggering reset by ethtool
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Sergey Shtylyov
MAINTAINERS: switch to my OMP email for Renesas Etherne...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Neal Cardwell
tcp_bbr: fix u32 wrap bug in round logic if bbr_init...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Jakub Kicinski
Merge branch 'bonding-cleanup-header-file-and-error...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Jonathan Toppins
bonding: combine netlink and console error messages
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Jonathan Toppins
bonding: remove extraneous definitions from bonding.h
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Wong Vee Khee
net: pcs: xpcs: fix error handling on failed to allocat...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Mark Brown
net: mscc: Fix non-GPL export of regmap APIs
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Willy Tarreau
net: linkwatch: fix failure to restore device state...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-11
Nathan Chancellor
vmlinux.lds.h: Handle clang's module.{c,d}tor sections
commit
|
commitdiff
|
tree
|
snapshot
next