开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-02
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
2023-02-02
selftests/bpf: Use semicolon instead of comma in test_verifier.c
Tiezhu Yang
2023-02-02
tools/bpf: Use tab instead of white spaces to sync bpf.h
Tiezhu Yang
2023-02-02
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
2023-02-02
Merge branch ' docs/bpf: Add description of register liveness tracking algori...
Alexei Starovoitov
2023-02-02
docs/bpf: Add description of register liveness tracking algorithm
Eduard Zingerman
2023-02-02
selftests/bpf: Initialize tc in xdp_synproxy
Ilya Leoshkevich
2023-02-02
selftests/bpf: Remove duplicate include header in xdp_hw_metadata
Ye Xingchen
2023-02-02
selftests/bpf: Don't refill on completion in xdp_metadata
Stanislav Fomichev
2023-02-02
selftests/bpf: xdp_hw_metadata use strncpy for ifname
Jesper Dangaard Brouer
2023-02-02
selftests/bpf: xdp_hw_metadata correct status value in error(3)
Jesper Dangaard Brouer
2023-02-02
selftests/bpf: xdp_hw_metadata cleanup cause segfault
Jesper Dangaard Brouer
2023-02-02
selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
Jesper Dangaard Brouer
2023-02-02
selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.c
Jesper Dangaard Brouer
2023-02-02
Merge branch 'kfunc-annotation'
Daniel Borkmann
2023-02-02
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-02-02
bpf: Document usage of the new __bpf_kfunc macro
David Vernet
2023-02-02
bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
David Vernet
2023-02-01
Merge branch 'xdp-ice-mbuf'
Daniel Borkmann
2023-02-01
ice: xsk: Do not convert to buff to frame for XDP_TX
Maciej Fijalkowski
2023-02-01
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
2023-02-01
ice: Add support for XDP multi-buffer on Tx side
Maciej Fijalkowski
2023-02-01
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
2023-02-01
ice: Use xdp->frame_sz instead of recalculating truesize
Maciej Fijalkowski
2023-02-01
ice: Do not call ice_finalize_xdp_rx() unnecessarily
Maciej Fijalkowski
2023-02-01
ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()
Maciej Fijalkowski
2023-02-01
ice: Centrallize Rx buffer recycling
Maciej Fijalkowski
2023-02-01
ice: Inline eop check
Maciej Fijalkowski
2023-02-01
ice: Pull out next_to_clean bump out of ice_put_rx_buf()
Maciej Fijalkowski
2023-02-01
ice: Store page count inside ice_rx_buf
Maciej Fijalkowski
2023-02-01
ice: Add xdp_buff to ice_rx_ring struct
Maciej Fijalkowski
2023-02-01
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
2023-01-29
Merge branch 'Support bpf trampoline for s390x'
Alexei Starovoitov
2023-01-29
selftests/bpf: Trim DENYLIST.s390x
Ilya Leoshkevich
2023-01-29
selftests/bpf: Fix s390x vmlinux path
Ilya Leoshkevich
2023-01-29
s390/bpf: Implement bpf_jit_supports_kfunc_call()
Ilya Leoshkevich
2023-01-29
s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
Ilya Leoshkevich
2023-01-29
s390/bpf: Implement arch_prepare_bpf_trampoline()
Ilya Leoshkevich
2023-01-29
s390/bpf: Implement bpf_arch_text_poke()
Ilya Leoshkevich
2023-01-29
s390/bpf: Add expoline to tail calls
Ilya Leoshkevich
2023-01-29
selftests/bpf: Fix sk_assign on s390x
Ilya Leoshkevich
2023-01-28
s390/bpf: Fix a typo in a comment
Ilya Leoshkevich
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
2023-01-28
bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
Ilya Leoshkevich
2023-01-28
libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x
Ilya Leoshkevich
2023-01-28
libbpf: Fix unbounded memory access in bpf_usdt_arg()
Ilya Leoshkevich
2023-01-28
libbpf: Simplify barrier_var()
Ilya Leoshkevich
2023-01-28
selftests/bpf: Fix profiler on s390x
Ilya Leoshkevich
2023-01-28
selftests/bpf: Fix xdp_synproxy/tc on s390x
Ilya Leoshkevich
[next]