platform/kernel/linux-rpi.git
2023-02-08 Lorenzo Bianconisfc: move xdp_features configuration in efx_pci_probe_p...
2023-02-08 Dave Thalerbpf, docs: Add note about type convention
2023-02-08 Toke Høiland... bpf/docs: Update design QA to be consistent with kfunc...
2023-02-08 Dave Thalerbpf, docs: Use consistent names for the same field
2023-02-07 Lorenzo Bianconinet, xdp: Add missing xdp_features description
2023-02-07 Lorenzo Bianconivirtio_net: Update xdp_features with xdp multi-buff
2023-02-07 Lorenzo Bianconilibbpf: Always use libbpf_err to return an error in...
2023-02-07 Ian Rogerstools/resolve_btfids: Tidy HOST_OVERRIDES
2023-02-07 Jiri Olsatools/resolve_btfids: Compile resolve_btfids as host...
2023-02-06 Colin Ian Kingselftests/bpf: Fix spelling mistake "detecion" -> ...
2023-02-06 Hao Xianglibbpf: Correctly set the kernel code version in Debian...
2023-02-04 Florian Lehnerbpf: fix typo in header for bpf_perf_prog_read_value
2023-02-03 David Vernetbpf/docs: Document kfunc lifecycle / stability expectations
2023-02-03 Tonghao Zhangbpftool: profile online CPUs instead of possible
2023-02-03 Alexei StarovoitovMerge branch 'xdp: introduce xdp-feature support'
2023-02-03 Lorenzo Bianconiselftests/bpf: introduce XDP compliance test tool
2023-02-03 Lorenzo Bianconiselftests/bpf: add test for bpf_xdp_query xdp-features...
2023-02-03 Lorenzo Bianconibpf: devmap: check XDP features in __xdp_enqueue routine
2023-02-03 Lorenzo Bianconilibbpf: add API to get XDP/XSK supported features
2023-02-03 Lorenzo Bianconilibbpf: add the capability to specify netlink proto...
2023-02-03 Marek Majtykaxsk: add usage of XDP features flags
2023-02-03 Marek Majtykadrivers: net: turn on XDP features
2023-02-03 Jakub Kicinskinetdev-genl: create a simple family for netdev stuff
2023-02-03 Tiezhu Yangselftests/bpf: Use semicolon instead of comma in test_v...
2023-02-03 Tiezhu Yangtools/bpf: Use tab instead of white spaces to sync...
2023-02-03 Tobias Klauserbpf: Drop always true do_idr_lock parameter to bpf_map_...
2023-02-03 Alexei StarovoitovMerge branch ' docs/bpf: Add description of register...
2023-02-03 Eduard Zingermandocs/bpf: Add description of register liveness tracking...
2023-02-03 Ilya Leoshkevichselftests/bpf: Initialize tc in xdp_synproxy
2023-02-02 Ye Xingchenselftests/bpf: Remove duplicate include header in xdp_h...
2023-02-02 Stanislav Fomichevselftests/bpf: Don't refill on completion in xdp_metadata
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata use strncpy for ifname
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata correct status value...
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata cleanup cause segfault
2023-02-01 Jesper Dangaard... selftests/bpf: xdp_hw_metadata clear metadata when...
2023-02-01 Jesper Dangaard... selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.c
2023-02-01 Daniel BorkmannMerge branch 'kfunc-annotation'
2023-02-01 David Vernetselftests/bpf: Add testcase for static kfunc with unuse...
2023-02-01 David Vernetbpf: Add __bpf_kfunc tag to all kfuncs
2023-02-01 David Vernetbpf: Document usage of the new __bpf_kfunc macro
2023-02-01 David Vernetbpf: Add __bpf_kfunc tag for marking kernel functions...
2023-02-01 Daniel BorkmannMerge branch 'xdp-ice-mbuf'
2023-02-01 Maciej Fijalkowskiice: xsk: Do not convert to buff to frame for XDP_TX
2023-02-01 Maciej Fijalkowskiice: Remove next_{dd,rs} fields from ice_tx_ring
2023-02-01 Maciej Fijalkowskiice: Add support for XDP multi-buffer on Tx side
2023-02-01 Maciej Fijalkowskiice: Add support for XDP multi-buffer on Rx side
2023-02-01 Maciej Fijalkowskiice: Use xdp->frame_sz instead of recalculating truesize
2023-02-01 Maciej Fijalkowskiice: Do not call ice_finalize_xdp_rx() unnecessarily
2023-02-01 Maciej Fijalkowskiice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()
2023-02-01 Maciej Fijalkowskiice: Centrallize Rx buffer recycling
2023-02-01 Maciej Fijalkowskiice: Inline eop check
2023-02-01 Maciej Fijalkowskiice: Pull out next_to_clean bump out of ice_put_rx_buf()
2023-02-01 Maciej Fijalkowskiice: Store page count inside ice_rx_buf
2023-02-01 Maciej Fijalkowskiice: Add xdp_buff to ice_rx_ring struct
2023-02-01 Maciej Fijalkowskiice: Prepare legacy-rx for upcoming XDP multi-buffer...
2023-01-30 Alexei StarovoitovMerge branch 'Support bpf trampoline for s390x'
2023-01-30 Ilya Leoshkevichselftests/bpf: Trim DENYLIST.s390x
2023-01-30 Ilya Leoshkevichselftests/bpf: Fix s390x vmlinux path
2023-01-30 Ilya Leoshkevichs390/bpf: Implement bpf_jit_supports_kfunc_call()
2023-01-30 Ilya Leoshkevichs390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
2023-01-30 Ilya Leoshkevichs390/bpf: Implement arch_prepare_bpf_trampoline()
2023-01-30 Ilya Leoshkevichs390/bpf: Implement bpf_arch_text_poke()
2023-01-30 Ilya Leoshkevichs390/bpf: Add expoline to tail calls
2023-01-30 Ilya Leoshkevichselftests/bpf: Fix sk_assign on s390x
2023-01-28 Ilya Leoshkevichs390/bpf: Fix a typo in a comment
2023-01-28 Ilya Leoshkevichbpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
2023-01-28 Ilya Leoshkevichbpf: iterators: Split iterators.lskel.h into little...
2023-01-28 Ilya Leoshkevichlibbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x
2023-01-28 Ilya Leoshkevichlibbpf: Fix unbounded memory access in bpf_usdt_arg()
2023-01-28 Ilya Leoshkevichlibbpf: Simplify barrier_var()
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix profiler on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix xdp_synproxy/tc on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix vmlinux test on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix test_lsm on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Add a sign-extension test for kfuncs
2023-01-28 Ilya Leoshkevichselftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM...
2023-01-28 Ilya Leoshkevichselftests/bpf: Check stack_mprotect() return value
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix cgrp_local_storage on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix xdp_do_redirect on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix verify_pkcs7_sig on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix decap_sanity_ns cleanup
2023-01-28 Ilya Leoshkevichselftests/bpf: Set errno when urand_spawn() fails
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix kfree_skb on s390x
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix symlink creation error
2023-01-28 Ilya Leoshkevichselftests/bpf: Fix liburandom_read.so linker error
2023-01-28 Ilya Leoshkevichselftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
2023-01-28 Ilya Leoshkevichbpf: Change BPF_MAX_TRAMP_LINKS to enum
2023-01-28 Ilya Leoshkevichbpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of...
2023-01-28 Randy DunlapDocumentation: bpf: correct spelling
2023-01-28 David Vernetbpf: Build-time assert that cpumask offset is zero
2023-01-28 Johannes Bergnet: netlink: recommend policy range validation
2023-01-28 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2023-01-28 Breno Leitaonetpoll: Remove 4s sleep during carrier detection
2023-01-28 Jakub KicinskiMerge git://git./linux/kernel/git/netdev/net
2023-01-28 Arınç ÜNALnet: dsa: mt7530: fix tristate and help description
2023-01-28 Jakub KicinskiMerge branch 'net-xdp-execute-xdp_do_flush-before-napi_...
2023-01-28 Magnus Karlssondpaa2-eth: execute xdp_do_flush() before napi_complete_...
2023-01-28 Magnus Karlssondpaa_eth: execute xdp_do_flush() before napi_complete_d...
2023-01-28 Magnus Karlssonvirtio-net: execute xdp_do_flush() before napi_complete...
next