OSDN Git Service

uclinux-h8/linux.git
2022-01-21 Lorenzo Bianconinet: xdp: add xdp_update_skb_shared_info utility routine
2022-01-21 Lorenzo Bianconinet: mvneta: simplify mvneta_swbm_add_rx_fragment manag...
2022-01-21 Lorenzo Bianconinet: mvneta: update frags bit before passing the xdp...
2022-01-21 Lorenzo Bianconixdp: introduce flags field in xdp_buff/xdp_frame
2022-01-21 Lorenzo Bianconinet: skbuff: add size metadata to skb_shared_info for xdp
2022-01-21 Di Zhuselftests: bpf: test BPF_PROG_QUERY for progs attached...
2022-01-21 Di Zhubpf: support BPF_PROG_QUERY for progs attached to sockmap
2022-01-21 Alexei StarovoitovMerge branch 'libbpf: streamline netlink-based XDP...
2022-01-21 Andrii Nakryikosamples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs
2022-01-21 Andrii Nakryikoselftests/bpf: switch to new libbpf XDP APIs
2022-01-21 Andrii Nakryikobpftool: use new API for attaching XDP program
2022-01-21 Andrii Nakryikolibbpf: streamline low-level XDP APIs
2022-01-21 Alexei StarovoitovMerge branch 'libbpf: deprecate legacy BPF map definitions'
2022-01-21 Andrii Nakryikodocs/bpf: update BPF map definition example
2022-01-21 Andrii Nakryikolibbpf: deprecate legacy BPF map definitions
2022-01-21 Andrii Nakryikoselftests/bpf: convert remaining legacy map definitions
2022-01-21 Andrii Nakryikoselftests/bpf: fail build on compilation warning
2022-01-20 Kumar Kartikeya... selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/n
2022-01-20 Felix Maurerselftests: bpf: Fix bind on used port
2022-01-20 Andrii NakryikoMerge branch 'rely on ASSERT marcos in xdp_bpf2bpf...
2022-01-20 Lorenzo Bianconibpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.c
2022-01-20 Lorenzo Bianconibpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.c
2022-01-19 Alexei StarovoitovMerge branch 'bpf: allow cgroup progs to export custom...
2022-01-19 YiFei Zhuselftests/bpf: Update sockopt_sk test to the use bpf_se...
2022-01-19 YiFei Zhuselftests/bpf: Test bpf_{get,set}_retval behavior with...
2022-01-19 YiFei Zhubpf: Add cgroup helpers bpf_{get,set}_retval to get...
2022-01-19 YiFei Zhubpf: Move getsockopt retval to struct bpf_cg_run_ctx
2022-01-19 YiFei Zhubpf: Make BPF_PROG_RUN_ARRAY return -err instead of...
2022-01-19 Kui-Feng Leelibbpf: Improve btf__add_btf() with an additional hashm...
2022-01-19 Usama Arifbpf/scripts: Raise an exception if the correct number...
2022-01-19 Usama Arifbpf/scripts: Make description and returns section for...
2022-01-19 Usama Arifuapi/bpf: Add missing description and returns for helpe...
2022-01-19 Raman Shukhaubpftool: Adding support for BTF program names
2022-01-19 Toke Høiland... libbpf: Define BTF_KIND_* constants in btf.h to avoid...
2022-01-18 Alexei StarovoitovMerge branch 'bpf: Batching iter for AF_UNIX sockets.'
2022-01-18 Kuniyuki Iwashimaselftest/bpf: Fix a stale comment.
2022-01-18 Kuniyuki Iwashimaselftest/bpf: Test batching and bpf_(get|set)sockopt...
2022-01-18 Kuniyuki Iwashimabpf: Support bpf_(get|set)sockopt() in bpf unix iter.
2022-01-18 Kuniyuki Iwashimabpf: af_unix: Use batching algorithm in bpf unix iter.
2022-01-18 Kuniyuki Iwashimaaf_unix: Refactor unix_next_socket().
2022-01-18 Alexei StarovoitovMerge branch 'Introduce unstable CT lookup helpers'
2022-01-18 Kumar Kartikeya... selftests/bpf: Add test for race in btf_try_get_module
2022-01-18 Kumar Kartikeya... selftests/bpf: Extend kfunc selftests
2022-01-18 Kumar Kartikeya... selftests/bpf: Add test_verifier support to fixup kfunc...
2022-01-18 Kumar Kartikeya... selftests/bpf: Add test for unstable CT lookup API
2022-01-18 Kumar Kartikeya... net/netfilter: Add unstable CT lookup helpers for XDP...
2022-01-18 Kumar Kartikeya... bpf: Add reference tracking support to kfunc
2022-01-18 Kumar Kartikeya... bpf: Introduce mem, size argument pair support for...
2022-01-18 Kumar Kartikeya... bpf: Remove check_kfunc_call callback and old kfunc...
2022-01-18 Kumar Kartikeya... bpf: Populate kfunc BTF ID sets in struct btf
2022-01-18 Kumar Kartikeya... bpf: Fix UAF due to race between btf_try_get_module...
2022-01-15 Menglong Dongtest: selftests: Remove unused various in sockmap_verdi...
2022-01-15 Connor O'Brientools/resolve_btfids: Build with host flags
2022-01-15 Usama Arifbpf/scripts: Raise an exception if the correct number...
2022-01-13 Andrii NakryikoMerge branch 'libbpf 1.0: deprecate bpf_map__def()...
2022-01-13 Christy Leelibbpf: Deprecate bpf_map__def() API
2022-01-13 Wei Fubpftool: Only set obj->skeleton on complete success
2022-01-13 Christy Leeselftests/bpf: Stop using bpf_map__def() API
2022-01-13 Christy Leeperf: Stop using bpf_map__def() API
2022-01-13 Christy Leebpftool: Stop using bpf_map__def() API
2022-01-13 Christy Leesamples/bpf: Stop using bpf_map__def() API
2022-01-13 Yafang Shaolibbpf: Fix possible NULL pointer dereference when...
2022-01-13 Andrii NakryikoMerge branch 'libbpf: rename bpf_prog_attach_xattr...
2022-01-13 Christy Leeselftests/bpf: Change bpf_prog_attach_xattr() to bpf_pr...
2022-01-13 Christy Leelibbpf: Rename bpf_prog_attach_xattr() to bpf_prog_atta...
2022-01-13 Mauricio Vásquezbpftool: Fix error check when calling hashmap__new()
2022-01-13 Mauricio Vásquezlibbpf: Use IS_ERR_OR_NULL() in hashmap__free()
2022-01-11 Linus TorvaldsMerge tag 'devprop-5.17-rc1' of git://git./linux/kernel...
2022-01-11 Linus TorvaldsMerge tag 'thermal-5.17-rc1' of git://git./linux/kernel...
2022-01-11 Linus TorvaldsMerge tag 'pm-5.17-rc1' of git://git./linux/kernel...
2022-01-11 Linus TorvaldsMerge tag 'acpi-5.17-rc1' of git://git./linux/kernel...
2022-01-11 Linus Torvaldsnetfilter: nf_tables: don't use 'data_size' uninitialized
2022-01-11 Linus TorvaldsMerge tag '5.17-net-next' of git://git./linux/kernel...
2022-01-11 Linus TorvaldsMerge tag 'media/v5.17-1' of git://git./linux/kernel...
2022-01-11 Linus TorvaldsRevert "drm/amd/display: Fix for otg synchronization...
2022-01-10 Linus TorvaldsMerge tag 'drm-next-2022-01-07' of git://anongit.freede...
2022-01-10 Linus TorvaldsMerge tag 'linux-kselftest-kunit-5.17-rc1' of git:...
2022-01-10 Linus TorvaldsMerge tag 'linux-kselftest-next-5.17-rc1' of git:/...
2022-01-10 Linus TorvaldsMerge tag 'slab-for-5.17' of git://git./linux/kernel...
2022-01-10 Linus TorvaldsMerge branch 'random-5.17-for-linus' of git://git....
2022-01-10 Linus TorvaldsMerge tag 'seccomp-v5.17-rc1' of git://git./linux/kerne...
2022-01-10 Linus TorvaldsMerge tag 'pstore-v5.17-rc1' of git://git./linux/kernel...
2022-01-10 Linus TorvaldsMerge tag 'edac_updates_for_v5.17_rc1' of git://git...
2022-01-10 Linus TorvaldsMerge tag 'ras_core_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'core_entry_for_v5.17_rc1' of git://git....
2022-01-10 Linus TorvaldsMerge tag 'core_core_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_vdso_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_build_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_cpu_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_cleanups_for_v5.17_rc1' of git://git...
2022-01-10 Linus TorvaldsMerge tag 'x86_misc_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_mm_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_sgx_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_cache_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_sev_for_v5.17_rc1' of git://git./linux...
2022-01-10 Linus TorvaldsMerge tag 'x86_platform_for_v5.17_rc1' of git://git...
2022-01-10 Linus TorvaldsMerge tag 'x86_paravirt_for_v5.17_rc1' of git://git...
2022-01-10 Rafael J. WysockiMerge branch 'thermal-int340x'
2022-01-10 Linus TorvaldsMerge tag 'x86_fpu_for_v5.17_rc1' of git://git./linux...
2022-01-10 Rafael J. WysockiMerge branches 'pm-opp', 'pm-devfreq' and 'powercap'
next